[GH-ISSUE #211] On ARM64 it should use the CC and LD defined variables #137

Open
opened 2026-05-05 11:06:31 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @bitsmaker on GitHub (Jun 18, 2020).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/211

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

Originally created by @bitsmaker on GitHub (Jun 18, 2020). Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/211 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=<somedir> > echo $LD aarch64-xilinx-linux-ld --sysroot=<somedir> If the build.sh used the normally defined environment vars this would work correctky
gitea-mirror added the
help wanted
label 2026-05-05 11:06:31 -06:00
Author
Owner

@pauldotknopf commented on GitHub (Jun 18, 2020):

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

<!-- gh-comment-id:646246700 --> @pauldotknopf commented on GitHub (Jun 18, 2020): Makes sense to me. I'll accept any PRs.
Author
Owner

@dmrayt commented on GitHub (Aug 6, 2020):

Did you come further?

I also need an arm64 version.

<!-- gh-comment-id:669922057 --> @dmrayt commented on GitHub (Aug 6, 2020): Did you come further? I also need an arm64 version.
Author
Owner

@pauldotknopf commented on GitHub (Aug 6, 2020):

Unfortunately, no.

<!-- gh-comment-id:669957900 --> @pauldotknopf commented on GitHub (Aug 6, 2020): Unfortunately, no.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/qmlnet#137
No description provided.