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.

CCS Post steps 设置问题

Other Parts Discussed in Thread: C2000WARE

最近在调试280049的CLB功能,发现需要配置build->Steps->post-build steps 下的命令行如下所示

mkdir "${BuildDirectory}\simulation"
${CLB_SIM_COMPILER}\g++ -c -DCLB_SIM -I${SYSTEMC_INSTALL}\src -I${C2000WARE_ROOT}\utilities\clb_tool\clb_syscfg\systemc\include -I${PROJECT_ROOT} -I${CLB_SIM_COMPILER}\include -Og -g -gdwarf-3 -gstrict-dwarf -Wall -MMD -MP -MF${BuildDirectory}\simulation\clb_sim.d -MT${BuildDirectory}\simulation\clb_sim.o -I${BuildDirectory}\syscfg -fno-threadsafe-statics -o${BuildDirectory}\simulation\clb_sim.o ${BuildDirectory}\syscfg\clb_sim.cpp
${CLB_SIM_COMPILER}\g++ -DCLB_SIM -Og -g -gdwarf-3 -gstrict-dwarf -Wall -Wl,-Map,${BuildDirectory}\simulation\simulation_output.map -L${SYSTEMC_INSTALL}\build\src -o${BuildDirectory}\simulation\simulation_output.exe ${BuildDirectory}\simulation\clb_sim.o ${C2000WARE_ROOT}\utilities\clb_tool\clb_syscfg\systemc\src\CLB_FSM_SC_model.o ${C2000WARE_ROOT}\utilities\clb_tool\clb_syscfg\systemc\src\CLB_HLC_SC_model.o ${C2000WARE_ROOT}\utilities\clb_tool\clb_syscfg\systemc\src\CLB_LUT4_SC_model.o ${C2000WARE_ROOT}\utilities\clb_tool\clb_syscfg\systemc\src\CLB_OutputLUT_SC_model.o ${C2000WARE_ROOT}\utilities\clb_tool\clb_syscfg\systemc\src\CLB_counter_SC_model.o -Wl,--start-group -lsystemc -Wl,--end-group
.\simulation\simulation_output.exe
${NODE_TOOL} "${CLB_SYSCFG_ROOT}/dot_file_libraries/clbDotUtility.js" "${CLB_SYSCFG_ROOT}" "${BuildDirectory}/syscfg" "${BuildDirectory}/syscfg/clb.dot"

请问有没有有关这些命令行语法方面的的资料或者教程,我想更改CLB-tool的路径。