I tried the most recent poky SDK image as it allows you to extract to anywhere you wish and I have run into an issue. When I try to compile my program with it (which worked with a poky sdk from a couple of months ago, 4.7.1) I run into the following error:

/home/jack/Projects/pokySDK-140912/sysroots/x86_64-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi/../../libexec/armv7a-vfp-neon-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/ld: cannot find crtbegin.o: No such file or directory

Which is strange as I also get this:

[jack@archHP armv7a-vfp-neon-poky-linux-gnueabi]$ find . -name crt*
./usr/lib/arm-poky-linux-gnueabi/4.7.2/crtendS.o
./usr/lib/arm-poky-linux-gnueabi/4.7.2/crtbeginS.o
./usr/lib/arm-poky-linux-gnueabi/4.7.2/crtbegin.o
./usr/lib/arm-poky-linux-gnueabi/4.7.2/crtbeginT.o
./usr/lib/arm-poky-linux-gnueabi/4.7.2/crtend.o
./usr/lib/crtn.o
./usr/lib/crti.o
./usr/lib/crt1.o

Now, I have seen some patches regarding PPC and crt issues but maybe they exist with arm also? Or possibly I am being a twit and not including the right directories, but seeing as they're GCC libs I would have though tit would have no problem finding them...

Any ideas?

Cheers,

--

  Jack Mitchell (j...@embed.me.uk)
  Embedded Systems Engineer
  http://www.embed.me.uk

--

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to