I began to try CCSV5.3 on Windows with LM4F120 board. Runs example from TI-RTOS 1.01 without issue. However, my company default develop environment is Linux. So I install CCSV5.4. The same example has compilation errors. The message is
xs.js: xdc.Warnings failure: package path: /opt/ti/tirtos_1_01_00_25/packages;/opt/ti/tirtos_1_01_00_25/products/bios_6_34_04_22/packages;/opt/ti/tirtos_1_01_00_25/products/ipc_1_25_02_12/packages;/opt/ti/tirtos_1_01_00_25/products/ndk_2_22_01_14/packages;/opt/ti/tirtos_1_01_00_25/products/uia_1_02_00_07/packages;/opt/ti/tirtos_1_01_00_25/products/xdctools_3_24_06_63/packages;/opt/ti/ccsv5/ccs_base;/opt/ti/xdctools_3_25_00_48/packages;..;
js: "/opt/ti/tirtos_1_01_00_25/products/xdctools_3_24_06_63/packages/xdc/bld/BuildEnvironment.xs", line 146: ReferenceError: "config" is not defined.
gmake: *** No rule to make target `.configuro'. Stop.
js: "/opt/ti/tirtos_1_01_00_25/products/xdctools_3_24_06_63/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
"/opt/ti/tirtos_1_01_00_25/products/xdctools_3_24_06_63/packages/xdc/tools/configuro/Main.xs", line 74
"/opt/ti/tirtos_1_01_00_25/products/xdctools_3_24_06_63/packages/xdc/tools/ICmd.xs", line 50
I reinstall the CCS and it doesn't seems have any effect. Did I miss anything or there are difference between Linux and Windows version.
Thanks
Tony