On Jul 24, 2013, at 12:47 AM, "Rifenbark, Scott M" 
<scott.m.rifenb...@intel.com> wrote:

> I am facing this issue, any clue?
>  
> ERROR: Failed to obtain CodeSourcery toolchain version: Execution of 
> '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found
> ERROR: Failed to obtain CodeSourcery toolchain version: Execution of 
> '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found
>  
> This is what I have in my build/conf/local.conf:
>  
> ...
> TCMODE = "external-sourcery"
> EXTERNAL_TOOLCHAIN = "/usr"
> TARGET_PREFIX = "arm-none-linux-gnueabi-"
> ...
> 

what machine are you building for? it seems you are building for a x86 target 
and expect arm cross toolchain to build it aint gonna work.
chose a proper arm'ish machine and it should work.
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to