metarutaiga commented on issue #14151:
URL: https://github.com/apache/nuttx/issues/14151#issuecomment-2426805987
```
./tools/configure.sh esp32c3-generic:sta_softap
make
```
and some codes must be patch like
```
diff --git a/netutils/dhcpd/dhcpd.c b/netutils/dhcpd/dhcpd.c
index 2f8f280d5..d53a33c38 100644
--- a/netutils/dhcpd/dhcpd.c
+++ b/netutils/dhcpd/dhcpd.c
@@ -516,7 +516,7 @@ static in_addr_t dhcpd_allocipaddr(void)
lease = dhcpd_findbyipaddr(ipaddr);
if ((!lease || dhcpd_leaseexpired(lease)))
{
-#ifdef CONFIG_CPP_HAVE_WARNING
+#ifdef CONFIG_CPP_HAVE_WARNING_PASS
# warning "FIXME: Should check if anything responds to an ARP request or
ping"
# warning " to verify that there is no other user of this IP address"
#endif
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]