Hi Satya,
What is your cross compiler that you said it's not installed? For example, on my development host e.g. x86, after I install the toolchain, there's an environment-setup-*** file, inside it specifies what is your cross compiler, e.g. arm-poky-linux-gnueabi-gcc for my case, after I source the environment file, and do which arm-poky-linux-gnueabi-gcc, I can see it's under path_to_toolchain/sysroots/i686_pokysdk_linux/usr/bin/armv5te-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc... so you're seeing things differently? Jessica From: [email protected] [mailto:[email protected]] On Behalf Of DAMARLA Satya Swaroop Sent: Tuesday, June 11, 2013 11:55 AM To: Jeff Osier-Mixon; [email protected] Subject: Re: [yocto] No crosscompiler in Toolchain First I am sorry about the Gentlemen.... Next time it would be Ladies & Gentlemen... ;-) Let me explain the situation better ... core-image-skidata (arm) is customized image which I build and I want to build a toolchain for this image on my x86_64 with should consist of cross compiler (which I assume a toolchain should contain). The build for the toolchain went successfull but when I installed the toolchain on my system, I didnot find the crosscompiler installed... Hope you understood my problem.. Greets, Satya On Tue, Jun 11, 2013 at 7:48 PM, Jeff Osier-Mixon <[email protected]<mailto:[email protected]>> wrote: On Tue, Jun 11, 2013 at 5:59 AM, DAMARLA Satya Swaroop <[email protected]<mailto:[email protected]>> wrote: > Gentlemen! We have a problem here... Not all here are gentlemen :) > I compiled the toolchain using the command bitbake core-image-skidata -c > populate_sdk and installed the toolchain but I have to tell you that I dont > see any cross-compiler installed with the toolchain... > > Any guesses what could be the reason.. The image is customized x11 image... I'm not sure I understand. It looks like you are using Host A to build a toolchain and install it into an image (core-image-skidata) on Target A. Are you then expecting to use Target A as Host B to compile for Target B? Is it possible that the skidata image recipe does not contain the cross-compiler recipes? -- Jeff Osier-Mixon http://jefro.net/blog Yocto Project Community Manager @Intel http://yoctoproject.org
_______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
