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.

Using NDK 1.93 with DM648

When I tried to build my DM648 app with the 1.93 NDK, I got the following error 

"C:/dvsdk_1_10_00_26_DM648/ndk_1_93/packages/ti/ndk/src/hal/evmdm648/ethss_dm648/cpsw3g_ioctl.h", line 250: error: declaration is incompatible with "uint llPacketIoctl(uint, uint, void *)" (declared at line 52 of "C:\dvsdk_1_10_00_26_DM648\ndk_1_93\packages\ti\ndk\inc\hal/hal.h") 

 I simply commented out the declaration in cpsw3g_ioctl.h and everything built fine.  Is this safe?