dosadi commented on issue #375:
URL:
https://github.com/apache/incubator-nuttx-apps/issues/375#issuecomment-685190998
Thanks, @acassis, That helped - I hadn't enabled ICMP, so the menu option
for ping didn't show up. Once I did that, and tried again to 'make', I got a
different error:
CC: netlib_setifstatus.c
netlib_setifstatus.c: In function ‘netlib_ifup’:
netlib_setifstatus.c:83:27: error: ‘NETLIB_SOCK_TYPE’ undeclared (first use
in this function); did you mean ‘NETLIB_SOCK_FAMILY’?
83 | NETLIB_SOCK_TYPE, NETLIB_SOCK_PROTOCOL);
| ^~~~~~~~~~~~~~~~
| NETLIB_SOCK_FAMILY
netlib_setifstatus.c:83:27: note: each undeclared identifier is reported
only once for each function it appears in
netlib_setifstatus.c: In function ‘netlib_ifdown’:
netlib_setifstatus.c:127:27: error: ‘NETLIB_SOCK_TYPE’ undeclared (first use
in this function); did you mean ‘NETLIB_SOCK_FAMILY’?
127 | NETLIB_SOCK_TYPE, NETLIB_SOCK_PROTOCOL);
| ^~~~~~~~~~~~~~~~
| NETLIB_SOCK_FAMILY
make[2]: *** [/home/jon/nuttx-test/apps/Application.mk:127:
netlib_setifstatus.home.jon.nuttx-test.apps.netutils.netlib.o] Error 1
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]