Ashish Tupate
Jul 10, 2017 · 1 min read

I have a query regarding sysroot-relativelinks.py file.

You have downloaded this file inside home folder-

wget https://raw.githubusercontent.com/riscv/riscv-poky/master/scripts/sysroot-relativelinks.py

And as you said to follow this step-

In terminal, make sure you are in the crosscompile-tools folder. You can alway use “pwd” command to check where you are. We are going to adjust symlinks to be relative and fix broken symbolic links.

sudo ./sysroot-relativelinks.py /mnt/rasp-pi-rootfs

How can I execute sysroot-relativelinks.py file in crosscompile-tools this folder?