On Mon, Feb 25, 2002 at 11:47:44PM -0500, Jay Carlson wrote: > Ralf is right that the kernel emulator is the supported route. But if > you're willing to go to the trouble of building everything from scratch, > this does work. It's really a major pain. Softfp isn't defined in the ABI which assumes an FPU is available. As the result there is no provision for mixing softfp and fp-less code. Something for the binutils to-do list - ld should make mixing hard-fp and soft-fp binaries impossible. Ralf