Search found 2 matches
- Thu Oct 02, 2008 3:32 am
- Forum: devkitARM
- Topic: Prevent use of devkitARM's crt0.o
- Replies: 2
- Views: 4123
Re: Prevent use of devkitARM's crt0.o
I think you can set the crt0 file by making your own *.specs file, and then updating your make file to use it rather than the default.
- Wed Sep 24, 2008 6:09 am
- Forum: devkitARM
- Topic: Upgrading devkitpro, linker errors
- Replies: 0
- Views: 3325
Upgrading devkitpro, linker errors
(I've posted this at gbadev.org as well, but I'm hoping someone here can help) I recently upgraded devkitpro along with a new PC from r20 to r23. Now my project won't link. This is the error I get: arm-eabi/bin/ld.exe: section .sbss [02022854 -> 02024a53] overlaps section .itcm [02022854 -> 02029ed3 ...