Re: [yocto] problem of toolchain install directrory

2014-12-17 Thread Neil.Wu
@yoctoproject.org Subject: Re: [yocto] problem of toolchain install directrory Hello Neil, Your problem is that the toolchain is installed with the location of the sysroot hardcoded as the default installation path for the tool-chain. You can see this location with: $ arm-poky-linux-gnueabi-gcc --print

Re: [yocto] problem of toolchain install directrory

2014-12-17 Thread Liviu Gheorghisan
Hello Neil, Your problem is that the toolchain is installed with the location of the sysroot hardcoded as the default installation path for the tool-chain. You can see this location with: $ arm-poky-linux-gnueabi-gcc --print-sysroot // or whatever cross-compiler you built However, after you

[yocto] problem of toolchain install directrory

2014-12-17 Thread Neil.Wu
Hello ,all I build the toolchain via bitbake core-image-minimal –c populate_sdk. Then I install the toolchain. If I install the toolchain in default directory(default: /opt/poky/1.7.1), everything is ok. But, if I not install in the default directory, it will appears the problem that can’t