-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
area: Networkingarea: SamplesSamplesSamplesbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bug
Description
Describe the bug
there is no net/tcp.h file to include
To Reproduce
Steps to reproduce the behavior:
- mkdir build; cd build
- cmake -DBOARD=frdm_k64f ..
- make
- See error
Expected behavior
sample need update
Impact
sample
Screenshots or console output
/build/src/workspace/frdmk64f_master/samples/net/promiscuous_mode/src/main.c:17:21: fatal error: net/tcp.h: No such file or directory
#include <net/tcp.h>
^
compilation terminated.
CMakeFiles/app.dir/build.make:62: recipe for target 'CMakeFiles/app.dir/src/main.c.obj' failed
Environment (please complete the following information):
- OS: ( Linux)
- Toolchain ( Zephyr SDK)
- Commit SHA or Version used: v1.14.0_rc2
Metadata
Metadata
Assignees
Labels
area: Networkingarea: SamplesSamplesSamplesbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bug