GCDecompiler
GCDecompiler copied to clipboard
A project to decompile and recompile gamecube games
If you attempt run setup.sh in a path with spaces it'll fail with "cd: too many arguments." I've tried adding quotes to `$(pwd)`, but that doesn't look like it's enough.
I'm trying to use this to decompile Chibi-Robo (GGTE01) (i have a .nkit.iso) and I'm running into some problems. When I try ./gcd -in=rom.nkit.iso I get an error that the...
Hello, I have compiled the source and I am currently running it on an SSH'ed Raspberry Pi, the compiled app however, keeps throwing the same error for each command. The...
OS: Windows 10 Compiler: gcc (wsl for setup.sh) CMake: `cmake.exe` (`cmake -G "MinGW Makefiles"`) Make: `mingw32-make.exe` Problem: When executting `mingw32-make.exe` everything appears to be okay until `Linking CXX executable gcd.exe`:...
I get the following error on WSL, when I try the `make` command: ``` Running Make for [ 2%] Building CXX object CMakeFiles/GCDecompiler.dir/src/datatypes/color.cpp.o In file included from /mnt/c/Users/acorb/Downloads/GCDecompiler-master/src/datatypes/color.cpp:2: /mnt/c/Users/acorb/Downloads/GCDecompiler-master/include/datatypes/color.h:3:10: fatal...