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.

TMS320F280049C: error about 280049 CLB module post build for simulation

Part Number: TMS320F280049C
Other Parts Discussed in Thread: C2000WARE

I enabe CLB Tool In existing  projects.I can build successful for generate .out .html and .svg file.But ,can not generate the simulation .exe and .vcd file.Post build error as follow:

mkdir "D:/workspace/ccs/CLB_TEST1/Debug/simulation"
makefile:183: recipe for target 'post-build' failed
子目录或文件 D:/workspace/ccs/CLB_TEST1/Debug/simulation 已经存在。
gmake[2]: [post-build] Error 1 (ignored)
C:/TDM-GCC-64/bin/g++ -c -DCLB_SIM -ID:/soft/ti/C2000Ware_3_04_00_00/utilities/clb_tool/clb_syscfg/systemc-2.3.3/src -ID:/soft/ti/C2000Ware_3_04_00_00/utilities/clb_tool/clb_syscfg/systemc/include -ID:/workspace/ccs/CLB_TEST1 -IC:/TDM-GCC-64/bin/include -Og -g -gdwarf-3 -gstrict-dwarf -Wall -MMD -MP -MFD:/workspace/ccs/CLB_TEST1/Debug/simulation/clb_sim.d -MTD:/workspace/ccs/CLB_TEST1/Debug/simulation/clb_sim.o -ID:/workspace/ccs/CLB_TEST1/Debug/syscfg -fno-threadsafe-statics -oD:/workspace/ccs/CLB_TEST1/Debug/simulation/clb_sim.o D:/workspace/ccs/CLB_TEST1/Debug/syscfg/clb_sim.cpp
makefile:183: recipe for target 'post-build' failed
D:/workspace/ccs/CLB_TEST1/Debug/syscfg/clb_sim.cpp:23:38: fatal error: CLB_counter_top_SC_model.h: No such file or directory
compilation terminated.
gmake[2]: [post-build] Error 1 (ignored)
C:/TDM-GCC-64/bin/g++ -DCLB_SIM -Og -g -gdwarf-3 -gstrict-dwarf -Wall -Wl,-Map,D:/workspace/ccs/CLB_TEST1/Debug/simulation/simulation_output.map -LD:/soft/ti/C2000Ware_3_04_00_00/utilities/clb_tool/clb_syscfg/systemc-2.3.3/build/src -oD:/workspace/ccs/CLB_TEST1/Debug/simulation/simulation_output.exe D:/workspace/ccs/CLB_TEST1/Debug/simulation/clb_sim.o D:/soft/ti/C2000Ware_3_04_00_00/utilities/clb_tool/clb_syscfg/systemc/src/CLB_FSM_SC_model.o D:/soft/ti/C2000Ware_3_04_00_00/utilities/clb_tool/clb_syscfg/systemc/src/CLB_HLC_SC_model.o D:/soft/ti/C2000Ware_3_04_00_00/utilities/clb_tool/clb_syscfg/systemc/src/CLB_LUT4_SC_model.o D:/soft/ti/C2000Ware_3_04_00_00/utilities/clb_tool/clb_syscfg/systemc/src/CLB_OutputLUT_SC_model.o D:/soft/ti/C2000Ware_3_04_00_00/utilities/clb_tool/clb_syscfg/systemc/src/CLB_counter_SC_model.o -Wl,--start-group -lsystemc -Wl,--end-group
makefile:183: recipe for target 'post-build' failed
g++: error: D:/workspace/ccs/CLB_TEST1/Debug/simulation/clb_sim.o: No such file or directory
gmake[2]: [post-build] Error 1 (ignored)
./simulation/simulation_output.exe
makefile:183: recipe for target 'post-build' failed
process_begin: CreateProcess(NULL, ./simulation/simulation_output.exe, ...) failed.
make (e=2): 系统找不到指定的文件。

gmake[2]: [post-build] Error 2 (ignored)
D:/soft/ti/ccs/ccs/tools/node/node.exe "D:/soft/ti/C2000Ware_3_04_00_00/utilities/clb_tool/clb_syscfg/dot_file_libraries/clbDotUtility.js" "D:/soft/ti/C2000Ware_3_04_00_00/utilities/clb_tool/clb_syscfg" "D:/workspace/ccs/CLB_TEST1/Debug/syscfg" "D:/workspace/ccs/CLB_TEST1/Debug/syscfg/clb.dot"
CLB block diagram HTML was created!
CLB block diagram SVG was created!

My TDM-GCC version is 5.1.0-2,my ccs version is 10.My project properties are as follow:

Why I encounter these problem?