Hi Paul Eggleton,

Thank you for your response.

Now my issue is resolved.

I have some doubts on yocto-sdk. Can you please clarify them.

When i Built SDK for YOCTO, I am getting a cross compilation tool chain. With 
which i am able to build the applications for my platform. I wanted to confirm, 
whether SDK means  a toolchain to build the applications or is there something 
more (such as documentation, libraries, etc generated for our platform) 

Regards,
Raghavendra.

From: Paul Eggleton <paul.eggle...@linux.intel.com>
Sent: Tuesday, March 3, 2015 3:07 PM
To: Raghavendra Kakarla
Cc: yocto@yoctoproject.org
Subject: Re: SDK generation issue

On Tuesday 03 March 2015 05:41:43 Raghavendra Kakarla wrote:
> I am generated the yocto SDK using the yocto sdk script "bitbake
> core-image-minimal -c populate_sdk" command. With this command I am able to
> generte the installation script file and .manifest file.
>
> I run the installation script file. After running installation script file
> it propts that following message:
>
> Extracting SDK...done
> Setting it up...done
> SDK has been successfully set up and is ready to be used.
>
>
> After this i run the ".
> /opt/poky/1.7/environment-setup-mips32rel-poky-linux" and echo $PATH i got
> the correct path.
>
> After this i built wrote a small example and try to build with the sdk
> generated toolchain by running following command:
>
> mipsel-poky-linux-gcc test.c

Use $CC instead of running the compiler directly so that you get the correct
options.

Cheers,
Paul


--

Paul Eggleton
Intel Open Source Technology Centre
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to