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?