If I assume I need soft float support and add the flag -msoft-float as the kernel compile does, then I get a complaint about not having the soft-float library. What floating point library does the SA110 need? If I grep the libraries in the soft-float directory of the arm toolchain for the floatdidf function I come up empty. libm matches, but doesn't seem to actually be the correct library. Is there some way to pick up the one that is used in the kernel? kc
>>I am trying to cross-compile sshd for the SA110 (with much cludging of the >>broken configure script I might add...), and am running into some ld errors >>that I can't seem to get around. I am getting an undefined reference to >>__floatdidf. >You seem to be missing some kind of floating point support library. >p. _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm Please visit the above address for information on this list.
