Need clarity on SCRAMPLE app build for Linux aarch64 ? #2462
Unanswered
patilmangesh508
asked this question in
Q&A
Replies: 3 comments
-
|
Please provide more info what toolchain and config you use to build the repo? Also log would be helpful |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Faced similar issue on our platform as well . The following issue solved it. pasting the patch info - please double from your end. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It's a baselibs topic. I created an issue eclipse-score/baselibs#78 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
update on build for linux aarch64- SCRAMPLE
able to compile for Linux aarch64 with the correct aarch64 toolchain, but the build fails at link time because a Baselibs dependency (acl-deb) provides an x86_64 static library (libacl.a) which is coming from external repo, causing file in wrong format / EM:62 (architecture mismatch).
basically the build fails because some auto-downloaded module dependencies aren’t aarch64 aware by default and fetching x86_64 .deb libraries (libacl) even when targeting aarch64, that creates an architecture mismatch
not able to find it out from where it is fetching this so we can update for aarch64
Beta Was this translation helpful? Give feedback.
All reactions