-
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
tests/lwip: does not compile for IPv4 on 6LoWPAN-based boards. #17162
Comments
@miri64 in your opinion, is this an issue/bug we should track w.r.t. the upcoming feature freeze for 2022.01 ? |
Maybe as a warning it would not be harmful to be included in the changelog. Howevre, I am not sure, if this issue is even still valid. @yarrick did one of your earlier PRs fix this? |
The only broken one is |
We could do something like this:
|
Would the flip-side maybe possible? Not selecting lwip_sixlowpan, if |
Skipping We could add ifdef guards in the 6lowpan files, or supply a no-op version of that function I guess (maybe in combination with a warning). Or fail with an error in the Makefile like above but in inside
in sys/Makefile.dep |
Description
The
tests/lwip
app does not compile for 6LoWPAN boards whenLWIP_IPV4=1
is set.Not sure if this was already the case on the introduction of IPv4 to that app in d536235, as the build there aborts with
It "builds" "again" for 9c8b7a0 (with the
bkup
issue on Arch that was fixed in #16753), but that one does not have the changes from d536235 and the merge commit after reveals the first error above. Question is: does it make sense to support IPv4 on 6LoWPAN boards, as there is no spec for IPv4 for over IEEE 802.15.4 as there is for IPv6 (aka 6LoWPAN ;-)).Steps to reproduce the issue
Run
or
(alternatively, use any other board that does not have an Ethernet-based interface)
Expected results
Application builds.
Actual results
Compilation errors with
Versions
Might be the case ever since d536235
The text was updated successfully, but these errors were encountered: