[BUG] Networking HAVE_PFINET_SOCKETS
always undefined
#14777
Labels
Arch: x86_64
Issues related to the x86_64 architecture
Area: Networking
Effects networking subsystem
OS: Linux
Issues related to Linux (building system, etc)
Type: Bug
Something isn't working
Description / Steps to reproduce the issue
Defconfig
sim:userfs
Address family not supported by protocol
error fromnet_sockif
of net_sockif.c due toHAVE_PFINET_SOCKETS
being wrongly undefined. The necessaryNET_UDP_HAVE_STACK
andNET_TCP_HAVE_STACK
are not being included by netconfig.h.NET_UDP_HAVE_STACK
andNET_TCP_HAVE_STACK
are defined in nuttx/net/udp/udp.h and nuttx/net/tcp/tcp.h.A chain of partial fixes to very similar issues ended with this PR #14650
On which OS does this issue occur?
[OS: Linux]
What is the version of your OS?
Ubuntu 20.04
NuttX Version
master
Issue Architecture
[Arch: x86_64]
Issue Area
[Area: Networking]
Verification
The text was updated successfully, but these errors were encountered: