GRRLIB: powerpc-eabi-gcc: No such file or directory
i cloned the grrlib source code and entered the directory GRRLIB and ran make clean but when i run make all i get this
`
pngu.c make[2]: powerpc-eabi-gcc: No such file or directory make[2]: *** [pngu.o] Error 1 make[1]: *** [all] Error 1 make: *** [all] Error 1 `
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 18 (7 by maintainers)
i added /opt/devkitpro/devkitPPC/bin to my path and now it compiles