On Thu, Aug 4, 2011 at 9:41 PM, Khem Raj <[email protected]> wrote: > On Thursday, August 04, 2011 08:59:23 PM Joel A Fernandes wrote: >> > Here's the compiler log: >> > [..] >> > # >> > # lnkv5T bin/ti_platforms_evm3530/app_remote.xv5T ... >> > /home/joel/angstrom-oe/setup-scripts-core/build/tmp-angstrom_2010_x-egli >> > bc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/arm-angstro >> > m-linux-gnueabi-gcc -o bin/ti_platforms_evm3530/app_remote.xv5T >> > package/cfg/bin/ti_platforms_evm3530/app_remote/main_native.ov5T >> > package/cfg/bin/ti_platforms_evm3530/app_remote_xv5T.ov5T >> > package/cfg/bin/ti_platforms_evm3530/app_remote/app.ov5T >> > package/cfg/bin/ti_platforms_evm3530/app_remote_xv5T.xdl >> > -L/home/joel/angstrom-oe/setup-scripts-core/build/tmp-angstrom_2010_x-eg >> > libc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/arm-angst >> > rom-linux-gnueabi/lib -lpthread >> >> Interestingly the path: >> /home/joel/angstrom-oe/setup-scripts-core/build/tmp-angstrom_2010_x-eglibc/s >> ysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi/arm-angstrom-linux- >> gnueabi/lib >> >> doesn't exist, which explains the symbol errors. >> >> libgcc contains the symbol `__aeabi_uidivmod' >> >> Does this point to another problem with the toolchain? > > I doubt that > >> How would we fix >> this? > > make sure libgcc is linked in. It seems the linker commandline is customized >
Thanks, the issue seems to be with a linker script generated by an older xdctools (3.20) which is said to be fixed in 3.21 [1]. I will try this tomorrow morning. Regards, Joel [1] http://www.eclipse.org/forums/index.php?t=tree&th=197704&S=bf2c36fb547f9973f300fdf573c34d81 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
