-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Cannot build samples/net/ipv4_autoconf #15096
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
Comments
Line continuation was missing for #error macro. Fixes zephyrproject-rtos#15096 Signed-off-by: Ravi kumar Veeramally <[email protected]>
@pfl PR provided and given explanation there. Please take a look. |
Line continuation was missing for #error macro. Fixes #15096 Signed-off-by: Ravi kumar Veeramally <[email protected]>
Still failing with:
|
I already mentioned this in PR. But it still gives error when you compile samples/net/ipv4_autoconf sample for sam_e70_xplained board. Its because of low RX buffer count in prj.conf. If someone wants to build this sample please increase the Rx Buffer count. |
Shouldn't that be "the bug" for sam_e70_xplained in this sample then? Why is the prj.conf left in such a low buffer count state in the first place? How do I know what the necessary minimum buffer count is? |
Can we have a .prj file for sam_e70_xplained to get this sample working out of the box? |
@pfl submitted fix. |
More buffers are need to build for sam_e70_xplained board to work out of the box. Added board specific conf file. Fixes zephyrproject-rtos#15096 Signed-off-by: Ravi kumar Veeramally <[email protected]>
More buffers are need to build for sam_e70_xplained board to work out of the box. Added board specific conf file. Fixes zephyrproject-rtos#15096 Signed-off-by: Ravi kumar Veeramally <[email protected]>
Building samples/net/ipv4_autoconf for sam_e70_explained fails with errors. Upstream is at 1eead93.
...
The text was updated successfully, but these errors were encountered: