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.

NDK link error

I'm using CCS v5.4, NDK 2.22, making DSP/BIOS test project. 

There are errors according to NDK, CfgAddEntry, CfgFree, etc...

I included NDK headers by Properties -> C6000 Compiler -> Include Options, Add dir to

Folder, C:\MyNspBuilds\custom_ndk_2_22_03_20\packages\ti\ndk\inc, header file netmain.h must be, netmain.h got the netctrl/netctrl.h header, 

the netctrl/netctrl.h header contained CfgAddEntry function.

How can I do next ?