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?