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.
Imported the C2000Ware (4.00.00.00) / English / Devices / F28004X / F280040 / Examples / Driverlib / empty_driver_project into CCS 11.0.0.00012.
With CCS running on Windows 10 the example builds without error.
With CCS running on Linux the empty_driverlib_project.out file is successfully linked, but get errors from the post-build steps:
<Linking> Finished building target: "empty_driverlib_project.out" if 0 == 1 mkdir "/home/mr_halfword/workspace_v11/empty_driverlib_project/CPU1_RAM/simulation" makefile:169: recipe for target 'post-build' failed /bin/sh: -c: line 1: syntax error: unexpected end of file gmake[2]: [post-build] Error 1 (ignored) /bin/sh: -c: line 1: syntax error: unexpected end of file gmake[2]: [post-build] Error 1 (ignored) if 0 == 1 /g++ -c -DCLB_SIM -I/home/mr_halfword/ti/C2000Ware_4_00_00_00/utilities/clb_tool/clb_syscfg/systemc-2.3.3/src -I/home/mr_halfword/ti/C2000Ware_4_00_00_00/utilities/clb_tool/clb_syscfg/systemc/include/type2 -I/home/mr_halfword/workspace_v11/empty_driverlib_project -I/include -Og -g -gdwarf-3 -gstrict-dwarf -Wall -MMD -MP -MF/home/mr_halfword/workspace_v11/empty_driverlib_project/CPU1_RAM/simulation/clb_sim.d -MT/home/mr_halfword/workspace_v11/empty_driverlib_project/CPU1_RAM/simulation/clb_sim.o -I/home/mr_halfword/workspace_v11/empty_driverlib_project/CPU1_RAM/syscfg -fno-threadsafe-statics -o/home/mr_halfword/workspace_v11/empty_driverlib_project/CPU1_RAM/simulation/clb_sim.o /home/mr_halfword/workspace_v11/empty_driverlib_project/CPU1_RAM/syscfg/clb_sim.cpp makefile:169: recipe for target 'post-build' failed /bin/sh: -c: line 1: syntax error: unexpected end of file gmake[2]: [post-build] Error 1 (ignored) if 0 == 1 /g++ -DCLB_SIM -Og -g -gdwarf-3 -gstrict-dwarf -Wall -Wl,-Map,/home/mr_halfword/workspace_v11/empty_driverlib_project/CPU1_RAM/simulation/simulation_output.map -L/home/mr_halfword/ti/C2000Ware_4_00_00_00/utilities/clb_tool/clb_syscfg/systemc-2.3.3/build/src -o/home/mr_halfword/workspace_v11/empty_driverlib_project/CPU1_RAM/simulation/simulation_output.exe /home/mr_halfword/workspace_v11/empty_driverlib_project/CPU1_RAM/simulation/clb_sim.o /home/mr_halfword/ti/C2000Ware_4_00_00_00/utilities/clb_tool/clb_syscfg/systemc/src/type2/CLB_FSM_SC_model.o /home/mr_halfword/ti/C2000Ware_4_00_00_00/utilities/clb_tool/clb_syscfg/systemc/src/type2/CLB_HLC_SC_model.o /home/mr_halfword/ti/C2000Ware_4_00_00_00/utilities/clb_tool/clb_syscfg/systemc/src/type2/CLB_LUT4_SC_model.o /home/mr_halfword/ti/C2000Ware_4_00_00_00/utilities/clb_tool/clb_syscfg/systemc/src/type2/CLB_OutputLUT_SC_model.o /home/mr_halfword/ti/C2000Ware_4_00_00_00/utilities/clb_tool/clb_syscfg/systemc/src/type2/CLB_counter_SC_model.o /home/mr_halfword/ti/C2000Ware_4_00_00_00/utilities/clb_tool/clb_syscfg/systemc/src/type2/CLB_counter_top_SC_model.o /home/mr_halfword/ti/C2000Ware_4_00_00_00/utilities/clb_tool/clb_syscfg/systemc/src/type2/CLB_FSM_top_SC_model.o /home/mr_halfword/ti/C2000Ware_4_00_00_00/utilities/clb_tool/clb_syscfg/systemc/src/type2/CLB_LUT4_top_SC_model.o /home/mr_halfword/ti/C2000Ware_4_00_00_00/utilities/clb_tool/clb_syscfg/systemc/src/type2/CLB_OutputLUT_top_SC_model.o -Wl,--start-group -lsystemc -Wl,--end-group makefile:169: recipe for target 'post-build' failed if 0 == 1 "./simulation/simulation_output.exe" makefile:169: recipe for target 'post-build' failed /bin/sh: -c: line 1: syntax error: unexpected end of file gmake[2]: [post-build] Error 1 (ignored) if 0 == 1 /home/mr_halfword/ti/ccs1100/ccs/tools/node/node "/home/mr_halfword/ti/C2000Ware_4_00_00_00/utilities/clb_tool/clb_syscfg/dot_file_libraries/clbDotUtility.js" "/home/mr_halfword/ti/C2000Ware_4_00_00_00/utilities/clb_tool/clb_syscfg/" "/home/mr_halfword/workspace_v11/empty_driverlib_project/CPU1_RAM/syscfg" "/home/mr_halfword/workspace_v11/empty_driverlib_project/CPU1_RAM/syscfg/clb.dot" makefile:169: recipe for target 'post-build' failed /bin/sh: -c: line 1: syntax error: unexpected end of file gmake[2]: [post-build] Error 1 (ignored) **** Build Finished ****
It looks like the syntax of the post-build steps is not valid under Linux.
The post build steps are only setup for windows. You will need to quickly update the post build steps for your linux machine.
Project Properties -> Build -> Steps