工具/软件:Code Composer Studio
您好,
在解决了6.1 的一些问题并安装CC4.0之后,6.2 我现在收到错误#1965,构建过程已停止。
这是一个类似的项目,但也是F2.8335万的另一个项目。
我附上了完整的输出!
一个想法的实体?
BR Ralf
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.
工具/软件:Code Composer Studio
您好,
在解决了6.1 的一些问题并安装CC4.0之后,6.2 我现在收到错误#1965,构建过程已停止。
这是一个类似的项目,但也是F2.8335万的另一个项目。
我附上了完整的输出!
一个想法的实体?
BR Ralf
Ralf,
我在生成日志中看到以下内容:
"C:\\ti\\ccsv6\\utils\\bin\\gmake "-k all
'建筑文件:../src/Main.c'
'调用:C2000编译器'
c:/ti/ccsv6/tools/compiler/c2000_vsc_rs.3.ls/bin/cl2000"<xmt-block0>2000 15.12 -v28 -ml -mt --float_support=fpu32 -o1 --opt_for _speed=5 --include_path="C:\ti/xDA_temp_path="cps:c/reprel_rm_rk_scp_scp_scp_scr_/subrk="-ref="-ref="-ref="-c_rb_rb_d=-d=-ref="-c_refus_rbd=-c_scp_scp_scrb_rbd=-d=-c_scpref="-c_rbd=-c_rbd=-c_ex_ex_rbd=-dip_ex_scpref="-dip_rbd=-d=-cref="-c_ex_ex_ex_ex_scpref="-dip_scrg_ex_rbd=-d=-dip_ex_ 15.12
>>编译失败
src/subdir_rules.mk:7:目标'src/Main.obj'的配方失败
致命错误#1965:无法打开IL输出文件"../Temp/Main.if"
编译"../src/Main.c"时检测到1个灾难性错误
main.if文件是编译器在编译期间创建的临时文件。 由于错误是关于无法打开该文件,您能否检查传递到--temp_directory选项(./Temp)的目录是否确实存在并且有效? 请注意,该路径与build目录有关,在本例中为/F2833x_RAM。