Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Ethernet Intialization in vxworks 6.7

107 views
Skip to first unread message

srinath

unread,
May 3, 2012, 4:47:21 AM5/3/12
to
hai all

I am using ipcom_drv_eth_init and followed by ifconfig for
initializing the Ethernet Channels

but after the compilation i am getting warning implicit declration of
ipcom_drv_eth_init and ifconfig

Pls Help me

regards
Raghu

MBodnar

unread,
May 3, 2012, 9:16:02 PM5/3/12
to
Implicit declaration is ok, it just means the symbols are not defined
in that translation unit.

As long as it links, you will be ok.

If it doesn't link, you need to make sure the kernel is configured
with the proper components (RTFM for more info here).

srinath

unread,
Jun 25, 2012, 6:28:33 AM6/25/12
to
Thank You
0 new messages