--- Bernhard Fischer <[EMAIL PROTECTED]> wrote: > On Thu, Nov 30, 2006 at 06:06:59AM -0800, tike64 wrote: > >tcc-0.9.23/tcc.c:3313: undefined reference to `ldexp' > > Looks like you're missing -lm ? > Note the XXX around there, though.
Thanks for hint. Why wasn't -lm needed when host machine was i386? Anyway, now tcc builds with a warning, though: tcc.c:9505:2: warning: #warning add arch specific rt_get_caller_pc() Hope that is not critical. But then libtcc1 fails: arm-linux-gcc -O2 -Wall -c -o libtcc1.o libtcc1.c libtcc1.c:140:2: #error unsupported CPU type I am confused. Isn't libtcc1 needed for a cross compiler (host i386; target arm) as well. Why does it fail for a native (arm, arm) compiler? Building bcheck fails also. Why does it try to build that when it doesn't in case of i386 host? -- tike ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
