主题中讨论的其他器件:C2000WARE
工具/软件:Code Composer Studio
大家好、我必须更改 T-format 主接口(最初是 launchxl-f2839d 卡)附带的 CLB 代码、我想按照 CLB 工具中的建议对其进行仿真、并使用 C2000可配置逻辑块进行设计。
问题是编译的编译后处理部分失败。
mkdir "C:/Users/Don morg/workspace_v11/PM_tformat_lib/release/simulation"
Makefile:154:目标'post-build'的配方失败
Process_begin:CreateProcess (NULL、./simulation/simulation_output.exe、...) 失败。
子目录或文件 C:/Users/Don morg/workspace_v11/PM_tformat_lib/release/simulation 已存在。
gmaking[1]:[编译后]错误1 (忽略)
G++:错误:摩根/workspace_v11/PM_tformat_lib:没有这样的文件或目录
G++:错误:morgan/workspace_v11/PM_tformat_lib/release/simulation/Clb_sim.d:无此类文件或目录
G++:错误:morgan/workspace_v11/PM_tformat_lib/release/simulation/Clb_sim.o:无此类文件或目录
G++:错误:摩根/workspace_v11/PM_tformat_lib/release/syscfg:没有此类文件或目录
G++:错误:morgan/workspace_v11/PM_tformat_lib/release/simulation/Clb_sim.o:无此类文件或目录
G++:错误:C:/Users/Don:无此类文件或目录
G++:错误:摩根/workspace_v11/PM_tformat_lib/release/syscfg/clb_sim.cpp:无此类文件或目录
G++:致命错误:无输入文件
编译已终止。
gmaking[1]:[编译后]错误1 (忽略)
G++:错误:morg/workspace_v11/PM_tformat_lib/release/simulation_output.map:没有这样的文件或目录
G++:错误:morg/workspace_v11/PM_tformat_lib/release/simulation_output.exe:没有这样的文件或目录
G++:错误:C:/Users/Don:无此类文件或目录
G++:错误:morgan/workspace_v11/PM_tformat_lib/release/simulation/Clb_sim.o:无此类文件或目录
gmaking[1]:[编译后]错误1 (忽略)
gmaking[1]:[编译后]错误2 (忽略)
C:/TDM-GCC-64/bin/g++-c -DCLB_SIM -IC:/ti/c2000/C2000Ware_MotorControl_SDK_3_00_01_00/c2000ware/utilities/clb_tool/clb_syscfg/systemc-2.3.3/src /Users/Don /Users/Don -IC:/ti/c2000/C2000Ware_MotorControl_SDK_3_00_01_00/c2000ware/utilities/clb_tool/clb_syscfg/systemc/include /Users/Don /Users/Don -IC:/Users/Don /Users/Don clb_sim.cpp morgan/workspace_v11/PM_tformat_lib -IC:/TDM-GCC-64/bin/include -g -gdwarf-3 -gsim -war -war -wav11/PM_tformat/tmorg/texcl/texcl_ms/texcl_ms/texcl/texcl/texcl/texcl/texcl_ms/texcl/texcl/texcl_ms/tpd/tex-tex-tex-tex-tex-t/tex-tex-t/tex-tex-mctrad_mcu/t/tex-tex-t/tex-tex-tex-mcu/tex-tex-mcu/tex-mcu/t/tex-tex-tex-tex-t/tex-t/tex-tex-t/tex-t/tex-tex
Makefile:154:目标'post-build'的配方失败
C:/TDM-GCC-64/bin/g++-DCLB_SIM -DF2837xS -og -g -gdwarf-3 -gstrict-dwarf -Wall -WL、-Map、C:/Users/Don morg/workspace_v11/PM_tformat_lib/release/simulation_out.map -lc:/ti/c2000/C2000Ware_MotorControl_SDK_3_00_01_00/c2000ware/utilities/clb_tool/clb_syscfg/systemc-2.3.3/build/src -wL_twl -/twl:simulation_output.exe /Users/Don /ti/c2000/C2000Ware_MotorControl_SDK_3_00_01_00/c2000ware/utilities/clb_tool/clb_syscfg/systemc/src/CLB_LUT4_SC_model.o -twl/twl_group/texemulation_simulation -twl:/Users/Don /ti/c2000/C2000Ware_MotorControl_SDK_3_00_01_00/c2000ware/utilities/clb_tool/clb_syscfg/systemc/src/CLB_HLC_SC_model.o -twl/twl/twl/tesimulation -twl:/ti/c2000/C2000Ware_MotorControl_SDK_3_00_01_00/c2000ware/utilities/clb_tool/clb_syscfg/systemc/src/CLB_counter_SC_model.o -twl/twl/twl:/ti/c2000/C2000Ware_MotorControl_SDK_3_00_01_00/c2000ware/utilities/clb_tool/clb_syscfg/systemc/src/CLB_FSM_SC_model.o /ti/c2000/C2000Ware_MotorControl_SDK_3_00_01_00/c2000ware/utilities/clb_tool/clb_syscfg/systemc/src/CLB_OutputLUT_SC_model.o
Makefile:154:目标'post-build'的配方失败
/simulation/simulation_output.exe
Makefile:154:目标'post-build'的配方失败
C:/ti/ccs1010/ccs/tools/node/node.exe "C:/ti/c2000/C2000Ware_MotorControl_SDK_3_00_01_00/c2000ware/utilities/clb_tool/clb_syscfg/dot_file_libraries/clbDotUtility.js "C:/ti/c2000/C2000Ware_MotorControl_SDK_3_00_01_00/c2000ware/utilities/clb_tool/clb_syscfg "C:/Users/Don morgan/tworkspace_v11/PM_tformat_lib/release/syscfg""C:/Users/Don morg/workspace_v11/PM_tformat_lib/release/syscfg/clb.dot"
创建了 CLB 方框图 SVG!
创建了 CLB 方框图 HTML!
我已经反复检查了我的设置。 我得到 makefile:154和 makefile:155错误。
其他一切都正常工作。 你怎么看?
谢谢、Don