TI中文支持网
TI专业的中文技术问题搜集分享网站

请问下ccs5.3如何软将仿真TMS320C5416

**** Build of configuration Debug for project project ****

"D:\\Program Files\\ccs\\ti\\ccsv5\\utils\\bin\\gmake" -k all'Building file: ../hello.c'
'Invoking: C5400 Compiler'
"D:/Program Files/ccs/ti/ccsv5/tools/compiler/c5400_4.2.0/bin/cl500" –define=c5416 –include_path="D:/Program Files/ccs/ti/ccsv5/tools/compiler/c5400_4.2.0/include" –symdebug:dwarf –diag_warning=225 –display_error_number –silicon_version=548 –preproc_with_compile –preproc_dependency="hello.pp" "../hello.c"
'Finished building: ../hello.c'
' '
'Building target: project.out'
'Invoking: C5400 Linker'
"D:/Program Files/ccs/ti/ccsv5/tools/compiler/c5400_4.2.0/bin/cl500" –define=c5416 –symdebug:dwarf –diag_warning=225 –display_error_number –silicon_version=548 -z –reread_libs –display_error_number –warn_sections –search_path="D:/Program Files/ccs/ti/ccsv5/tools/compiler/c5400_4.2.0/lib" –search_path="D:/Program Files/ccs/ti/ccsv5/tools/compiler/c5400_4.2.0/include" –map_file="project.map" –rom_model –heap_size=0x400 –stack_size=0x200 -o "project.out" "./hello.obj" –library="libc.a" "../VC5416.cmd"<Linking>
"../VC5416.cmd", line 57: error #10099-D: placement fails for object ".text"

error #10010: errors encountered during linking; "project.out" not built
>> Compilation failure
gmake: *** [project.out] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

新手呢 希望能够细心解答,谢谢了

zheng tong:

本人使用hello world 例程 编译报错,不知道怎么解决

Eason Wang:

回复 zheng tong:

Move to the correct forum

Shine:

回复 Eason Wang:

从报错信息看"../VC5416.cmd", line 57: error #10099-D: placement fails for object ".text"

可能是你的cmd文件的问题,.text文件不能被安放。

方便的话,把你的cmd文件贴出来看看。

赞(0)
未经允许不得转载:TI中文支持网 » 请问下ccs5.3如何软将仿真TMS320C5416
分享到: 更多 (0)