This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

starterware enet_echo example under sysbios SDK

Other Parts Discussed in Thread: SYSBIOS

am335x_sysbios_ind_sdk_1.1.0.3:

when build the enet_echo example under installation directory sdk\starterware\build\armv7a\cgt_ccs\am335x\evmAM335x\enet_echo, get error in console as below:

"../../../../../../../third_party/lwip-1.4.0/ports/cpsw/include/arch/sys_arch.h", line 35: fatal error: cannot open source file "SafeRTOS/SafeRTOS_API.h"

I searched the SDK directory, did not find the SafeRTOS_API.h file.

I tested the enet_echo example of pure staterware package(StarterWare_02_00_01_01), not under SDK/starterware, it is works. And the same example under two packages changed a lot.

Is the example under SDK verified? how to make it works?