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

samples: net: gsm_modem: build fails if CONFIG_GSM_MUX=y #35489

Closed
hwilmers opened this issue May 20, 2021 · 2 comments
Closed

samples: net: gsm_modem: build fails if CONFIG_GSM_MUX=y #35489

hwilmers opened this issue May 20, 2021 · 2 comments
Labels
bug The issue is a bug, or the PR is fixing a bug

Comments

@hwilmers
Copy link
Contributor

Describe the bug
Building of sample app gsm_modem fails if GSM muxing is enabled
by setting CONFIG_GSM_MUX=y.

To Reproduce
Steps to reproduce the behavior:

  1. cd samples/net/gsm_modem
  2. west build -b reel_board
    -> OK, builds fine.

Now append to prj.conf:
CONFIG_GSM_MUX=y

Repeat build:

  1. west build
    -> build fails

Expected behavior
Build should succeed.

Impact
Showstopper - GSM muxing can not be used.

Logs and console output
...
../../../../include/sys/cbprintf_internal.h:183:19: error: invalid use of undefined type 'struct gsm_dlci'
183 | *_Generic((arg) + 0,
...

Environment (please complete the following information):

  • OS: Linux
  • Toolchain: Zephyr SDK 0.11.2
  • Commit: zephyr-v2.5.0-3633-geaa2dba1a232
@hwilmers hwilmers added the bug The issue is a bug, or the PR is fixing a bug label May 20, 2021
@galak
Copy link
Collaborator

galak commented May 20, 2021

@hwilmers this appears fixed on the main tree.

@hwilmers
Copy link
Contributor Author

Someone is working faster than me. Thanks ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants