mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #211] On ARM64 it should use the CC and LD defined variables #137
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#137
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
echo $LD
aarch64-xilinx-linux-ld --sysroot=
If the build.sh used the normally defined environment vars this would work correctky
@pauldotknopf commented on GitHub (Jun 18, 2020):
Makes sense to me. I'll accept any PRs.
@dmrayt commented on GitHub (Aug 6, 2020):
Did you come further?
I also need an arm64 version.
@pauldotknopf commented on GitHub (Aug 6, 2020):
Unfortunately, no.