Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zephyr v2.7 BuildSkripts - Shell Commands not linked #17

Open
th-fischer2020 opened this issue May 24, 2022 · 0 comments
Open

Zephyr v2.7 BuildSkripts - Shell Commands not linked #17

th-fischer2020 opened this issue May 24, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@th-fischer2020
Copy link

Describe the bug
I just did a bug report in zephyr project. see

Short:

  • i did an Update from Zephyr v2.6 to v2.7
  • I have some submodules in my PlatformIO project with code of shell commands
  • after the update my shell commands are not available.

Workarround:
I just had a look at the platformio zephyr build skripts because i think that the issue may caused by linker options.
After adding -Wl,--whole-archive to my build_flags my shell commands are back on screen. What is the intention for not including this option?

To Reproduce
see

Expected behavior
My commands should appear in shell.

Impact
Key features are not available in my application. showstopper

Logs and console output
No logs. Shell commands not appear.

Environment (please complete the following information):

  • OS: (e.g. Linux, MacOS, Windows)
  • Toolchain (e.g Zephyr SDK, ...)
  • Commit SHA or Version used

Additional context
OS: Ubuntu 20.04.4 LTS x86_64
Toolchain: Platformio Core 5.2.5·Home 3.4.1
Zephyr 2.7.2

@th-fischer2020 th-fischer2020 added the bug Something isn't working label May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant