SlickEdit Community

General => General Programming => Topic started by: aos on March 02, 2021, 01:11:08 PM

Title: Cross-Compile to arm64
Post by: aos on March 02, 2021, 01:11:08 PM
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.