@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
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
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