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.

DRA78XEVM: RTOS/DRA78x: ip6if.h identifier "HANDLE" is undefined

Part Number: DRA78XEVM

Hello,

When use ndk package I am getting errorfor missing prototype for IPv6, the error is occurred by ip6if.h..


#20 identifier "HANDLE" is undefined .ccsproject /gasm_ipu1_0 line 109, external location: C:\ti\ndk_2_26_00_08\packages\ti\ndk\inc\stack\inc\ip6if.h C/C++ Problem


#20 identifier "IP6N" is undefined .ccsproject /gasm_ipu1_0 line 161, external location: C:\ti\ndk_2_26_00_08\packages\ti\ndk\inc\stack\inc\ip6if.h C/C++ Problem

I think I shouldn't change ip6if.h, it it original package.

And how to disable IP6 in Compiling.

The below is my configuration for NDK.
NdkConfigGlobal.IPv6            = false;
NdkConfigGlobal.stackLibType    = NdkConfigGlobal.MIN;
NdkConfigGlobal.netSchedulerPri = NdkConfigGlobal.NC_PRIORITY_HIGH;
NdkConfigGlobal.debugAbortLevel = NdkConfigGlobal.DBG_NONE;
NdkConfigGlobal.debugPrintLevel = NdkConfigGlobal.DBG_NONE;
NdkConfigGlobal.pktNumFrameBufs = 256;
NdkConfigGlobal.ndkTickPeriod = 100;
NdkConfigGlobal.kernTaskPriLevel = 11;
NdkConfigGlobal.serviceReportHook = null;

Regards,

Raul