undefined reference to 'RTCS ping'

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

undefined reference to 'RTCS ping'

Jump to solution
524 Views
kandhu26
Contributor II

Hi,

 

Am using CW10.5 version. I created small project where i use ethernet. I included BSP, PSP and RTCS directories in my project. But am getting single error undefined reference to 'RTCS ping'.

 

I included my project here.

Original Attachment has been moved to: ETH_BB_Monitoring_V1.zip

Labels (1)
0 Kudos
1 Solution
401 Views
kandhu26
Contributor II

Hi,

I resolved the issue. In BSP user_config.h file, RTCSCFG_ENABLE_ICMP is defined 0. After enabling RTCSCFG_ENABLE_ICMP as 1 and rebuild bsp, psp and RTCS then my project started working fine.

View solution in original post

0 Kudos
1 Reply
402 Views
kandhu26
Contributor II

Hi,

I resolved the issue. In BSP user_config.h file, RTCSCFG_ENABLE_ICMP is defined 0. After enabling RTCSCFG_ENABLE_ICMP as 1 and rebuild bsp, psp and RTCS then my project started working fine.

0 Kudos