Hi,
I’m trying to compile NET+OS with gcc 4.1.x.
My current compiler setup works fine with the Olimex
LPC-P2148 ARM7 processor running FreeRTOS on it.
(fyi: the code produced is little-endian)
In compiling the NET+OS code, i’ve run into a snag where
I’m getting these kinds of errors:
libgcc.a(_udivsi3.o) uses hardware FP, whereas blram.elf uses software FP
etc…
I’ve changed the various Makefiles to use -msoft-float,
but i still get these errors.
Any hints?
Thanks,
luis...