Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On ARM64 it should use the CC and LD defined variables #211

Open
bitsmaker opened this issue Jun 18, 2020 · 3 comments
Open

On ARM64 it should use the CC and LD defined variables #211

bitsmaker opened this issue Jun 18, 2020 · 3 comments

Comments

@bitsmaker
Copy link

Hello,

I am trying to cross-compile this for ARM64. When I call "build.sh" in my shell window where the cross-compiler is setup I get

./build.sh
/lib/ld-linux-aarch64.so.1: No such file or directory

echo $CC
aarch64-xilinx-linux-gcc --sysroot=

echo $LD
aarch64-xilinx-linux-ld --sysroot=

If the build.sh used the normally defined environment vars this would work correctky

@pauldotknopf
Copy link
Member

Makes sense to me. I'll accept any PRs.

@dmrayt
Copy link

dmrayt commented Aug 6, 2020

Did you come further?

I also need an arm64 version.

@pauldotknopf
Copy link
Member

Unfortunately, no.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants