Building an ARM cross-toolchain with binutils, gcc, newlib, and gdb from source | Uwe Hermann
I built the tools under Ubuntu Maverick. Multilibs are created: the base library, 'thumb' library and 'fpu' library. Invoking 'arm-elf-gcc -print-multi-lib' tells me the fpu is for hardware floating point. Building an application for LPC2148 I get link er...