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.

AM2612: When I switch the compiled SDK from MCU_PLUS_SDK to IND_COMMS_SDK, compilation issues occur.

Part Number: AM2612
Other Parts Discussed in Thread: SYSCONFIG

Since my project needs to add EtherCAT-related functions and I need to refer to the code generated in sysconfig, I changed the SDK associated with the project from mcu_plus_sdk_am261x_10_02_00_15 to ind_comms_sdk_am261x_10_02_00_17, and then recompiled my project (previously, my project compiled and ran normally). Of course, there were errors related to the inclusion of hardware layer header files during this process. I modified the relevant paths in Properties->Resources->Linked Resources, Properties->Build->Arm Compiler->Include Options, and Arm Linker->File Search Path, which resolved most of the errors. However, there is still two error that cannot be fixed:

No rule to make target 'C:/ti/ind_comms_sdk_am261x_10_02_00_17/devconfig/devconfig.mak'.

Cannot find module 'C:\ti\ind_comms_sdk_am261x_10_02_00_17\tools\boot\out2rprc\elf2rprc.js'

The actual paths of these two files are: 

C:\ti\ind_comms_sdk_am261x_10_02_00_17\mcu_plus_sdk\devconfig

C:\ti\ind_comms_sdk_am261x_10_02_00_17\mcu_plus_sdk\tools\boot\out2rprc

So where should I modify the settings to make my compilation work properly?