Cross Compile for ARM Cortex-A9 #570
Unanswered
jmtobin-uh
asked this question in
Q&A
Replies: 0 comments
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.
-
I am trying to cross compile cFS from a linux desktop to put on a ARM Cortex-A9 (actual board is a Zedboard).
I have created a toolchain named arm-cortex9 and attempted to make in two separate ways:
Attempt 1 used the following commands
make SIMULATION=arm-cortex9 prep-- which seemed to successfully prepmake-- unsuccessfulmake fails with the following
Usually those warnings would be considered errors too but i disabled -Werror earlier (I will turn it back on).
This seems to be an issue with pthread, but not sure how to resolve.
I am using gcc-arm-none-eabi version 10.3-2021.10.
Attempt 2 used the following
make prep arm-cortex9which fails with
If I change ARCH variable in the top level makefile to arm-cortex9/default_cpu1 instead of native, it fails with
I am currently unsure how to resolve either issue. Thanks. Let me know if any other docs/details are necessary.
Beta Was this translation helpful? Give feedback.
All reactions