Hi,
I build a simple 'Hello World!" program and i'm trying to cross-compile it to arm64 using slickedit.
i'm using the compiler aarch64-linux-gnu-g++-8 to compile it.
but i get this error:
"/lib/ld-linux-aarch64.so.1: No such file or directory "
this lib is located at /usr/aarch64-linux-gnu/lib/ld-linux-aarch64.so.1
how can i redirect /lib to /usr/aarch64-linux-gnu/lib/?
Thanks,
Aviel.