Code won't finish compiling to final .gba file
Posted: Thu Nov 09, 2023 1:51 pm
I am very new to this so I've done multiple tutorials with no issues and was able to compile and run every tutorial. I started to make my own GBA game and was going to run it to see if I was on the right track and cannot get devkitARM to finish the process to make the final .gba file to run on an emulator.
Here is the error I am getting:
C:/devkitPro/devkitARM/bin/../lib/gcc/arm-none-eabi/13.2.0/../../../../arm-none-eabi/bin/ld.exe: cannot find -lgba: No such file or directory
collect2.exe: error: ld returned 1 exit status
make[1]: *** [C:\devkitPro\devkitARM/gba_rules:34: /home/jcdyer01/Games/test2/test2_mb.elf] Error 1
make: *** [Makefile:112: build] Error 2
I have deleted all of the files that were downloaded with devkitpro 3.0.3 and reinstalled everything and still have the same error. I have not editted the Makefile at all. Any help would be appreciated!
Here is the error I am getting:
C:/devkitPro/devkitARM/bin/../lib/gcc/arm-none-eabi/13.2.0/../../../../arm-none-eabi/bin/ld.exe: cannot find -lgba: No such file or directory
collect2.exe: error: ld returned 1 exit status
make[1]: *** [C:\devkitPro\devkitARM/gba_rules:34: /home/jcdyer01/Games/test2/test2_mb.elf] Error 1
make: *** [Makefile:112: build] Error 2
I have deleted all of the files that were downloaded with devkitpro 3.0.3 and reinstalled everything and still have the same error. I have not editted the Makefile at all. Any help would be appreciated!