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/subsys/lorawan building failed #51194

Closed
FRASTM opened this issue Oct 12, 2022 · 0 comments · Fixed by #51195
Closed

samples/subsys/lorawan building failed #51194

FRASTM opened this issue Oct 12, 2022 · 0 comments · Fixed by #51195
Labels
area: LoRa bug The issue is a bug, or the PR is fixing a bug

Comments

@FRASTM
Copy link
Collaborator

FRASTM commented Oct 12, 2022

Describe the bug
Error raised on `west build -p -b nucleo_wl55jc samples/subsys/lorawan/class_a/

Please also mention any information which could help others to understand
the problem you're facing:

  • platform : nucleo_wl55jc
  • following commit a6a4400

To Reproduce
Steps to reproduce the behavior:

  1. west build -p -b nucleo_wl55jc samples/subsys/lorawan/class_a/
  2. See error

Impact
Ci failure on testcase samples/subsys/lorawan/class_a/

Logs and console output

./include/zephyr/drivers/lora.h:132:43: warning: 'struct k_poll_signal' declared inside parameter list will not be visible outside of this definition or declaration
  132 |                                    struct k_poll_signal *async);
      |                                           ^~~~~~~~~~~~~
./include/zephyr/drivers/lora.h:142:30: error: unknown type name 'k_timeout_t'
  142 |                              k_timeout_t timeout, int16_t *rssi, int8_t *snr);
      |                              ^~~~~~~~~~~
/./include/zephyr/drivers/lora.h:166:9: error: unknown type name 'lora_api_recv'
  166 |         lora_api_recv recv;
      |            ^~~~~~~~~~~~~

Environment (please complete the following information):

  • OS: ubuntu
  • Toolchain Zephyr SDK 0.15.1
  • Commit SHA b219b5c
@FRASTM FRASTM added the bug The issue is a bug, or the PR is fixing a bug label Oct 12, 2022
@henrikbrixandersen henrikbrixandersen added area: LoRa platform: STM32 ST Micro STM32 and removed platform: STM32 ST Micro STM32 labels Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: LoRa 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