skeezix
Internal Development
My setup using gcc 2.9.x works perfectly well of course; for fun, I nabbed Mirko's gcc 3.4.x build .. could use some of the features for sure. Changing from the gcc 2.9.x to gcc 3.4.x was painless (hack Makefile), and everything compiles perfectly fine (so it seams); however, the link stage fails:
ld: ERROR: c:\winapp\devkit\arm-elf\lib\libgpmem.a(gpmem_asm.o) uses
hardware FP, whereas castaway.elf uses software FP
Naturally, those libs work with gcc 2.9, and since they're made by GP, they obviously don't use hardware floating point; I thought perhaps this issue was caused by using old libs with newer compiler, but folks say they're using gcc 3 with the older GP SDK, so thats not it.
Any idears?
jeff
ld: ERROR: c:\winapp\devkit\arm-elf\lib\libgpmem.a(gpmem_asm.o) uses
hardware FP, whereas castaway.elf uses software FP
Naturally, those libs work with gcc 2.9, and since they're made by GP, they obviously don't use hardware floating point; I thought perhaps this issue was caused by using old libs with newer compiler, but folks say they're using gcc 3 with the older GP SDK, so thats not it.
Any idears?
jeff