This is a discussion on How to remove ICMP module? - VxWorks ; Hi all, I built my vxworks6.2 without NETWORK support. I got the error message when building image. tmp.2(.text+0x156d6c): In function `icmp_input': : undefined reference to `priv_icmpsrc_result_default' The variable "priv_icmpsrc_result_default" is defined in usrNetwork.c and is not available because I un-define ...
Hi all,
I built my vxworks6.2 without NETWORK support. I got the error message when building image.
tmp.2(.text+0x156d6c): In function `icmp_input':
: undefined reference to `priv_icmpsrc_result_default'
The variable "priv_icmpsrc_result_default" is defined in usrNetwork.c and is not available because I un-define INCLUDE_NETWORK. And I assumed the ICMP related modules should not used. Anyone could tell me how to remove ICMP module or resolve this issue? Thanks.