Other Parts Discussed in Thread: SYSCONFIG
Hi.
I recently downloaded the latest SDK. (mcu_plus_sdk_am243x_09_00_00_30-windows-x64-installer.exe)
I tried to change the example source provided in the previous SDK version to the latest SDK.
- previous version (8.6.0.43)
- example source code (LanunchPad/networking/enet_layer2_icssg)
However, compilation was not successful, and the following error occurred.
========================================================
**** Build of configuration Debug for project enet_layer2_icssg_am243x-lp_r5fss0-0_freertos_ti-arm-clang ****
"C:\\ti\\ccs1240\\ccs\\utils\\bin\\gmake" -k -j 12 all -O
Building file: "../example.syscfg"
Invoking: SysConfig
"C:/ti/ccs1240/ccs/utils/sysconfig_1.17.0/sysconfig_cli.bat" -s "C:/ti/mcu_plus_sdk_am243x_09_00_00_30/.metadata/product.json" --script "V:/proj/LaunchPad/enet_layer2_icssg_am243x-lp_r5fss0-0_freertos_ti-arm-clang/example.syscfg" --context "r5fss0-0" -o "syscfg" --part ALX --package ALX --compiler ticlang
Running script...
Validating...
info: /kernel/dpl/debug_log uartLog.baudRate: Actual Baudrate Possible: 115385 (0 % error)
Generating Code (example.syscfg)...
subdir_rules.mk:23: recipe for target 'build-1076806977' failed
gmake: *** No rule to make target 'C:/ti/mcu_plus_sdk_am243x_09_00_00_30/examples/networking/enet_layer2_icssg/am243x-lp/r5fss0-0_freertos/enet_custom_board_config.c', needed by 'enet_custom_board_config.o'.
gmake: *** No rule to make target 'C:/ti/mcu_plus_sdk_am243x_09_00_00_30/examples/networking/enet_layer2_icssg/enet_layer2_icssg.c', needed by 'enet_layer2_icssg.o'.
gmake: *** No rule to make target 'C:/ti/mcu_plus_sdk_am243x_09_00_00_30/examples/networking/enet_layer2_icssg/am243x-lp/r5fss0-0_freertos/main.c', needed by 'main.o'.
gmake: *** No rule to make target 'C:/ti/mcu_plus_sdk_am243x_09_00_00_30/examples/networking/enet_layer2_icssg/am243x-lp/r5fss0-0_freertos/ti-arm-clang/linker.cmd', needed by 'all'.
C:\ti\mcu_plus_sdk_am243x_09_00_00_30\source\networking\.meta\enet_icss\templates\enet_init.c.xdt:146
};
^
SyntaxError: Unexpected token ';'
at new Script (node:vm:100:7)
========================================================
I have a few questions.
Is there a reason the ICSSG example is missing in the latest SDK?
In SYSCONFIG setting, how to set ICSSG EMAC Mode Switch?
(I'm not sure how to fix the error that appears when setting up the switch.)
Thanks in advance for your answer.