I think I may have found the problem. My cross-compiler toolchain was on $PATH before the native compiler. Things for the native machine were getting built with the cross-compiler (needless to say, the nm I was using was also from the cross-compiler toolchain).
The PATH was being set in a environment script that I made when I first started using OE a couple of months ago. It seemed to work fine then. I'll make sure my environment is correctly set up. Cheers, Michael 2008/5/25 Michael Penkov <[EMAIL PROTECTED]>: > Thanks for the suggestion, but I've tried that already, to no avail. > > Cheers, > Michael > > 2008/5/25 Rolf Leggewie <[EMAIL PROTECTED]>: >> Michael Penkov wrote: >>> I'm trying to build sqlite3, using OE, and have run into the following >>> problem: >> >> builds fine here. >> >> Maybe you want to clean out tmp and start over? >> >> >> _______________________________________________ >> Openembedded-users mailing list >> [email protected] >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users >> > _______________________________________________ Openembedded-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users
