I tried to replace the cmd file with mycfg.cfg of the helloworld demo in NDK toolkit,
while I am compiling a 648 program, I got the following message.
__args_main C:\dvsdk_1_10_00_26_DM648\xdc_2_95_02\packages\ti\targets\rts6000\lib\boot.a64P
_exit C:\dvsdk_1_10_00_26_DM648\xdc_2_95_02\packages\ti\targets\rts6000\lib\boot.a64P
_memcpy C:\dvsdk_1_10_00_26_DM648\xdc_2_95_02\packages\ti\targets\rts6000\lib\boot.a64P
_SEM_pend C:\\dvsdk_1_10_00_26_DM648\\ndk_1_92_00_22_eval\\packages\\ti\\ndk\\example\\network\\helloWorld\\evmdm648\\debug\\cpsw3g_switchapp.obj
_TSK_timerSem C:\\dvsdk_1_10_00_26_DM648\\ndk_1_92_00_22_eval\\packages\\ti\\ndk\\example\\network\\helloWorld\\evmdm648\\debug\\cpsw3g_switchapp.obj
SWI_D_rdytab C:\\dvsdk_1_10_00_26_DM648\\ndk_1_92_00_22_eval\\packages\\ti\\ndk\\example\\network\\helloWorld\\evmdm648\\debug\\evmdm648cfg.obj
_EXC_init C:\\dvsdk_1_10_00_26_DM648\\ndk_1_92_00_22_eval\\packages\\ti\\ndk\\example\\network\\helloWorld\\evmdm648\\debug\\evmdm648cfg.obj
I guess it is caused by missing library. But I don't know how fix it. please help me, thanks