-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
area: NetworkingbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug
Description
Describe the bug
The subject says it all ..
To Reproduce
Steps to reproduce the behavior:
- cd zephyr/samples/net/promiscuous_mode && mkdir build && cd build
- cmake -DBOARD=qemu_x86 ..
- make run
- See error
...
[ 7%] Building C object CMakeFiles/app.dir/src/main.c.obj
zephyr/zephyr/samples/net/promiscuous_mode/src/main.c:17:10: fatal error: net/tcp.h: No such file or directory
#include <net/tcp.h>
^~~~~~~~~~~
compilation terminated.
Expected behavior
Compilation successful
Impact
obvious
Environment (please complete the following information):
Linux/ SDK 0.10.0
Metadata
Metadata
Assignees
Labels
area: NetworkingbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug