-
Notifications
You must be signed in to change notification settings - Fork 2k
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
mrf24j40: does not link for examples/default #8752
Comments
@miri64 I can also reproduce this issue with: |
Briefly looked at the 'default' Makefile and gnrc related modules are only loaded if the board is listed in the |
It doesn't since BOARD_PROVIDES_NETIF is set using I tested cc2420, mrf24j40 with stm32f4discovery and they all build when stm32f4discovery is added to the list of boards in BOARD_PROVIDES_NETIF |
I think there is still a dependency issue if you get a linking error due to this. Even if the board is not in But yes, besides that, we might either make the list configurable or, maybe much more convenient have it like PROVIDES_FEATURE with the |
AFAIU, the |
Jut to confirm that this still is an issue and quite annoying btw... @miri64 any ideas so far? What it has been discussed here is still valid? |
New ideas (apart from the one proposed in the discussion), no. I still think however that this is a configuration bug / flaw of the application and/or our dependency system. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions. |
I think this |
This no longer fails for me:
@miri64 can you confirm and this can be closed? |
Confirmed |
Description
When using this driver with a board that does not provide an on-board network device (e.g.
stm32f4discovery
ornucleo-f302
) withexamples/default
, the application will fail to link due to the GNRC module missing. I think this is some dependency issue.Steps to reproduce the issue
Build the
default
example with a board in question andmrf24j40
:Expected results
Linking step should succeed.
Actual results
Linking fails:
Versions
Operating system: Ubuntu 17.10
Build environment:
The text was updated successfully, but these errors were encountered: