Op 26 jun 2011, om 11:18 heeft Khem Raj het volgende geschreven: > On Sat, Jun 25, 2011 at 7:30 PM, Khem Raj <[email protected]> wrote: >> change the install command like below in gcc-cross-kernel.inc >> >> install -m 0755 xgcc >> ${D}${STAGING_DIR_NATIVE}${prefix_native}/bin/${TARGET_PREFIX}gcc-${PV} >> >> > > here probably > > install -m 0755 xgcc ${D}${bindir}/${TARGET_PREFIX}gcc-${PV} > > is needed instead
Thanks, that gets it into sysroots: koen@dominion:/OE/tentacle/build/tmp-angstrom_2010_x-eglibc/deploy$ find ../sysroots/ | grep 2007q3 ../sysroots/x86_64-linux/usr/bin/armv7a-angstrom-linux-gnueabi.gcc-cross-kernel-4.2.1/arm-angstrom-linux-gnueabi-gcc-4.2.1+csl-arm-2007q3-53 It isn't in PATH yet, but it's progress :) _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
