[xtensa] Rules for #include
used in Zephyr linker script
#94351
Unanswered
williamtcdns
asked this question in
Q&A
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't think there is any rules. Though you need to make sure whatever is included (after preprocessing) can be parsed by the linker. |
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.
-
Are there rules in the way
#include
statements are used in the linker script ?When using Xtensa
sample_controller
, following diff command between the toolchain linker script and Zephyr linker script shows the location of the#include
statements in such a way that it can be manually replicated with a different Xtensa config:We would like to automate the process of generating the Zephyr linker script for an arbitrary Xtensa config;
to that end, is there a rule in the way
#include
statements are inserted in the linker script ?Beta Was this translation helpful? Give feedback.
All reactions