#67087 - bananaboy - Sun Jan 15, 2006 12:42 pm
Hi,
I keep getting the following linker warning:
e:/tools/devkitpro/devkitarm/bin/../lib/gcc/arm-elf/4.0.2/../../../../arm-elf/lib/thumb/interwork\libc.a(signalr.o): In function `_kill_r':
: warning:
and nothing else! There is no actual warning text.. Previously I was getting an error in the same function about .bss not fitting in ewram or something, but I've sorted that out. Unless this is another symptom of too much code/data. Although I estimated that code+data should only come to about 2Mb now.
If I use -g in my link line I get libg instead of libc:
e:/tools/devkitpro/devkitarm/bin/../lib/gcc/arm-elf/4.0.2/../../../../arm-elf/lib/thumb/interwork\libg.a(signalr.o): In function `_kill_r':
: warning:
Anyone know what this is about?
cheers
sam
edit: forgot to mention: this is using the latest devkitpro
I keep getting the following linker warning:
e:/tools/devkitpro/devkitarm/bin/../lib/gcc/arm-elf/4.0.2/../../../../arm-elf/lib/thumb/interwork\libc.a(signalr.o): In function `_kill_r':
: warning:
and nothing else! There is no actual warning text.. Previously I was getting an error in the same function about .bss not fitting in ewram or something, but I've sorted that out. Unless this is another symptom of too much code/data. Although I estimated that code+data should only come to about 2Mb now.
If I use -g in my link line I get libg instead of libc:
e:/tools/devkitpro/devkitarm/bin/../lib/gcc/arm-elf/4.0.2/../../../../arm-elf/lib/thumb/interwork\libg.a(signalr.o): In function `_kill_r':
: warning:
Anyone know what this is about?
cheers
sam
edit: forgot to mention: this is using the latest devkitpro