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