- Joined
- Feb 6, 2019
- Messages
- 2,635
- Trophies
- 1
- Age
- 24
- Location
- Ecuador
- Website
- saulfabreg-wiivc.blogspot.com
- XP
- 6,015
- Country
Can anyone help me with a compiled version of latest commits of Wii64 (both normal and WiiVC cores of glN64 and Rice) from source http://github.com/emukidid/Wii64 or at least saying me how i can compile the latest commits of Wii64 into a dol?
Tried doing that but i couldn't.
I have those errors:
glN64
Rice
Help?
Thanks!
Tried doing that but i couldn't.
I have those errors:
glN64
Code:
$ make -f Makefile.glN64_Wii --jobs=5
powerpc-eabi-g++ glN64_GX/glN64.o glN64_GX/Config_linux.o glN64_GX/OpenGL.o glN64_GX/N64.o glN64_GX/RSP.o glN64_GX/VI.o glN64_GX/Textures.o glN64_GX/FrameBuffer.o glN64_GX/Combiner.o glN64_GX/gDP.o glN64_GX/gSP.o glN64_GX/GBI.o glN64_GX/DepthBuffer.o glN64_GX/CRC.o glN64_GX/2xSAI.o glN64_GX/TEV_combiner.o glN64_GX/RDP.o glN64_GX/F3D.o glN64_GX/F3DEX.o glN64_GX/F3DEX2.o glN64_GX/L3D.o glN64_GX/L3DEX.o glN64_GX/L3DEX2.o glN64_GX/S2DEX.o glN64_GX/S2DEX2.o glN64_GX/F3DPD.o glN64_GX/F3DDKR.o glN64_GX/F3DWRUS.o glN64_GX/F3DCBFD.o gc_memory/TLB-Cache-hash.o vm/dsihandler.o vm/wii_vm.o main/wii.o main/gamehacks.o main/rom_gc.o main/ROM-Cache.o main/main_gc-menu2.o main/gczip.o main/timers.o main/boxart.o main/boxart_resource.o menu/MenuContext.o menu/MainFrame.o menu/MiniMenuFrame.o menu/SelectRomFrame.o menu/LoadRomFrame.o menu/FileBrowserFrame.o menu/ConfigureButtonsFrame.o menu/ConfigureInputFrame.o menu/ConfigurePaksFrame.o menu/CurrentRomFrame.o menu/LoadSaveFrame.o menu/SaveGameFrame.o menu/SettingsFrame.o menu/SelectCPUFrame.o menu/MenuResources.o libgui/Box3D.o libgui/Button.o libgui/Component.o libgui/CursorManager.o libgui/FocusManager.o libgui/Frame.o libgui/GraphicsGX.o libgui/Gui.o libgui/GuiResources.o libgui/Image.o libgui/InputManager.o libgui/InputStatusBar.o libgui/IPLFont.o libgui/LoadingBar.o libgui/Logo.o libgui/MainInfoBar.o libgui/MessageBox.o libgui/MiniInfoBar.o libgui/resources.o libgui/TextBox.o fileBrowser/gc_dvd.o fileBrowser/fileBrowser-DVD.o fileBrowser/fileBrowser-CARD.o fileBrowser/fileBrowser-libfat.o fileBrowser/fileBrowser.o gui/GUI.o gui/DEBUG.o gui/TEXT.o r4300/r4300.o r4300/exception.o r4300/Invalid_Code.o r4300/Recomp-Cache-Heap.o gc_memory/tlb.o gc_memory/memory.o gc_memory/dma.o r4300/interupt.o r4300/recomp.o gc_memory/n64_cic_nus_6105.o gc_memory/pif.o r4300/pure_interp.o r4300/compare_core.o gc_memory/flashram.o main/md5.o main/savestates_gc.o r4300/profile.o main/adler32.o gc_input/controller-Classic.o gc_input/controller-WiimoteNunchuk.o gc_input/input.o gc_input/controller-GC.o gc_audio/audio.o rsp_hle/alist.o rsp_hle/alist_audio.o rsp_hle/alist_naudio.o rsp_hle/alist_nead.o rsp_hle/audio.o rsp_hle/cicx105.o rsp_hle/hle.o rsp_hle/hvqm.o rsp_hle/jpeg.o rsp_hle/memory.o rsp_hle/mp3.o rsp_hle/musyx.o rsp_hle/re2.o rsp_hle/plugin.o r4300/ppc/MIPS-to-PPC.o r4300/ppc/Recompile.o r4300/ppc/Wrappers.o r4300/ppc/FuncTree.o r4300/ppc/Register-Cache.o -mrvl -O3 -mcpu=750 -meabi -mhard-float -Wl,-Map,wii64-glN64.elf.map -Wl,--cref -L/opt/devkitpro/libogc2/lib/wii -L/opt/devkitpro/portlibs/ppc/lib -lwiiuse -lbte -lz -logc -lm -lfat -ldb -lz -laesnd -logc -static -o wii64-glN64.elf
make: powerpc-eabi-g++: No such file or directory
make: *** [Makefile.base:158: wii64-glN64.elf] Error 127
Rice
Code:
$ make -f Makefile.Rice_Wii --jobs=5
powerpc-eabi-g++ TextureArchive/ArchiveReader.o Rice_GX/OGLGraphicsContext.o Rice_GX/Debugger.o Rice_GX/Video.o Rice_GX/Config.o Rice_GX/GraphicsContext.o Rice_GX/TextureFilters.o Rice_GX/DeviceBuilder.o Rice_GX/Render.o Rice_GX/RSP_Parser.o Rice_GX/TextureManager.o Rice_GX/RenderBase.o Rice_GX/FrameBuffer.o Rice_GX/Texture.o Rice_GX/OGLRender.o Rice_GX/OGLTexture.o Rice_GX/TEVBlender.o Rice_GX/TEVCombiner.o Rice_GX/OGLExtRender.o Rice_GX/blender.o Rice_GX/math.o Rice_GX/Combiner.o Rice_GX/RSP_S2DEX.o Rice_GX/RenderExt.o Rice_GX/ConvertImageGX.o Rice_GX/DecodedMux.o Rice_GX/RenderTexture.o Rice_GX/OGLDecodedMux.o Rice_GX/OGLRenderExt.o gc_memory/TLB-Cache-hash.o vm/dsihandler.o vm/wii_vm.o main/wii.o main/gamehacks.o main/rom_gc.o main/ROM-Cache.o main/main_gc-menu2.o main/gczip.o main/timers.o main/boxart.o main/boxart_resource.o menu/MenuContext.o menu/MainFrame.o menu/MiniMenuFrame.o menu/SelectRomFrame.o menu/LoadRomFrame.o menu/FileBrowserFrame.o menu/ConfigureButtonsFrame.o menu/ConfigureInputFrame.o menu/ConfigurePaksFrame.o menu/CurrentRomFrame.o menu/LoadSaveFrame.o menu/SaveGameFrame.o menu/SettingsFrame.o menu/SelectCPUFrame.o menu/MenuResources.o libgui/Box3D.o libgui/Button.o libgui/Component.o libgui/CursorManager.o libgui/FocusManager.o libgui/Frame.o libgui/GraphicsGX.o libgui/Gui.o libgui/GuiResources.o libgui/Image.o libgui/InputManager.o libgui/InputStatusBar.o libgui/IPLFont.o libgui/LoadingBar.o libgui/Logo.o libgui/MainInfoBar.o libgui/MessageBox.o libgui/MiniInfoBar.o libgui/resources.o libgui/TextBox.o fileBrowser/gc_dvd.o fileBrowser/fileBrowser-DVD.o fileBrowser/fileBrowser-CARD.o fileBrowser/fileBrowser-libfat.o fileBrowser/fileBrowser.o gui/GUI.o gui/DEBUG.o gui/TEXT.o r4300/r4300.o r4300/exception.o r4300/Invalid_Code.o r4300/Recomp-Cache-Heap.o gc_memory/tlb.o gc_memory/memory.o gc_memory/dma.o r4300/interupt.o r4300/recomp.o gc_memory/n64_cic_nus_6105.o gc_memory/pif.o r4300/pure_interp.o r4300/compare_core.o gc_memory/flashram.o main/md5.o main/savestates_gc.o r4300/profile.o main/adler32.o gc_input/controller-Classic.o gc_input/controller-WiimoteNunchuk.o gc_input/input.o gc_input/controller-GC.o gc_audio/audio.o rsp_hle/alist.o rsp_hle/alist_audio.o rsp_hle/alist_naudio.o rsp_hle/alist_nead.o rsp_hle/audio.o rsp_hle/cicx105.o rsp_hle/hle.o rsp_hle/hvqm.o rsp_hle/jpeg.o rsp_hle/memory.o rsp_hle/mp3.o rsp_hle/musyx.o rsp_hle/re2.o rsp_hle/plugin.o r4300/ppc/MIPS-to-PPC.o r4300/ppc/Recompile.o r4300/ppc/Wrappers.o r4300/ppc/FuncTree.o r4300/ppc/Register-Cache.o -mrvl -O3 -mcpu=750 -meabi -mhard-float -Wl,-Map,wii64-Rice.elf.map -Wl,--cref -L/opt/devkitpro/libogc2/lib/wii -L/opt/devkitpro/portlibs/ppc/lib -lwiiuse -lbte -lz -logc -lm -lfat -ldb -lz -laesnd -logc -static -o wii64-Rice.elf
make: powerpc-eabi-g++: No such file or directory
make: *** [Makefile.base:158: wii64-Rice.elf] Error 127
Help?
Thanks!