mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 03:45:22 +00:00
If NET_IPV6 is disabled, build issue happens as below. zephyr/samples/net/zperf/src/zperf_tcp_receiver.c: In function ‘zperf_tcp_rx_thread’: zephyr/samples/net/zperf/src/zperf_tcp_receiver.c:171:9: error: ‘in6_addr_my’ undeclared (first use in this function) &in6_addr_my->sin6_addr); ^~~~~~~~~~~ zephyr/samples/net/zperf/src/zperf_tcp_receiver.c:171:9: note: each undeclared identifier is reported only once for each function it appears in zephyr/samples/net/zperf/src/zperf_tcp_receiver.c: In function ‘zperf_tcp_receiver_init’: zephyr/samples/net/zperf/src/zperf_tcp_receiver.c:250:3: error: ‘in6_addr_my’ undeclared (first use in this function) in6_addr_my = zperf_get_sin6(); ^~~~~~~~~~~ *** [CMakeFiles/app.dir/src/zperf_tcp_receiver.c.obj] error 1 *** [CMakeFiles/app.dir/all] error 2 Signed-off-by: Bub Wei <bub.wei@unisoc.com> |
||
---|---|---|
.. | ||
application_development | ||
basic | ||
bluetooth | ||
boards | ||
cpp_synchronization | ||
display | ||
drivers | ||
hello_world | ||
mpu | ||
net | ||
nfc/nfc_hello | ||
philosophers | ||
sensor | ||
shields | ||
subsys | ||
synchronization | ||
testing/integration | ||
xtensa_asm2 | ||
kernel.rst | ||
samples.rst |