GRRLIB: 'cannot find -libgrrlib'
Hello,
I was trying to compile the examples, but when I run the make command, I get the following output:
-----------------------------------------------------------
make[1]: Entering directory '/c/grr/examples/3D_CubedTileDemo'
main.c
linking ... 3D_CubedTileDemo.elf
C:/devkitPro/devkitPPC/bin/../lib/gcc/powerpc-eabi/13.2.0/../../../../powerpc-eabi/bin/ld.exe: cannot find -libgrrlib: No such file or directory
collect2.exe: error: ld returned 1 exit status
make[2]: *** [/opt/devkitpro/devkitPPC/wii_rules:31: /c/grr/examples/3D_CubedTileDemo/3D_CubedTileDemo.elf] Error 1
make[1]: *** [Makefile:101: build] Error 2
make[1]: Leaving directory '/c/grr/examples/3D_CubedTileDemo'
make: *** [Makefile:4: all] Error 1
I made sure that GRRLIB was installed correctly, and it looks like there aren’t any issues with the installation. Am I missing something?
About this issue
- Original URL
- State: closed
- Created 4 months ago
- Comments: 22 (11 by maintainers)
Can you use the master branch. I have done a fix to create the directory structure before installing the lib. I think the
make install
is failing.