Closed md-sami closed 3 months ago
Hi,
As my understanding, the path /path/to/sdk/sysroots/x86_64-pokysdk-linux/lib/ld-linux-x86-64.so.2
is the path of the host that the SDK is installed to, not the build host.
Do you still want to remove it?
Best Regards, Duy
Hi Duy ,
The path /path/to/sdk/sysroots/x86_64-pokysdk-linux/lib/ld-linux-x86-64.so.2
corresponds to the build host (the machine on which I am building this Yocto Linux).
My goal is to copy the generated toolchain to another machine and compile test applications there.
I used the following commands to generate the toolchain
bitbake -c populate_sdk core-image-weston
tmp/deploy/sdk/poky-glibc-x86_64-core-image-weston-aarch64-x5h-toolchain-3.1.20.sh -d /path/to/sdk/ -y
Best Regards Sami
Hi Sami,
Do you copy the toolchain setup file or the extracted directory?
I copy poky-glibc-x86_64-core-image-weston-aarch64-x5h-toolchain-3.1.20.sh file to the target machine and then run the setup command. It always points to the target host path.
Best Regards, Duy
Thank you Duy,
As suggested, I've tried copying the poky-glibc-x86_64-core-image-weston-aarch64-x5h-toolchain-3.1.20.sh file to the target machine and then run the setup command , this works :)
Best Regards, Sami
Dear Renesas Support I've generated a toolchain from a Yocto Linux build running
bitbake -c populate_sdk rcar-image-...
, but when I check the generated compiler using ldd, it shows hard-coded paths, as shown below.How can I remove or avoid these hard-coded paths?
for example when running the ldd command:
Ideally it should be something like this:
how can I achieve this?
I've tried setting SDK_RELOCATE_AFTER_INSTALL = "1" but it didn't help:
Thanks and Best Regards Sami