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
大家好,
请 注意 ,由于项目设置(很久以前就开始了) ,我在 CCS 5.3上 ,我必须留在这个上。
现在 ,当我在 CCS 中生成二进制文件(需要稍后在引导加载程序中加载) 时 ,生成的文件 是错误的,因为 前4个字节是 0xFF。
现在 ,同样的项目 .out 文件正在工作 (我可以解压/program 等 ),如果我将此文件转换为十六进制文件,然后转换为二进制文件 ,则它将非常完美
请检查 /更改哪些内容以使其正常工作?
以下是链接命令:
-v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu-O2 -g -define=debug --define=enable_trace=1 --diag_warning=225 --display_error_number --asm_listing_obj_directory="C:/Users/ITENPIE/Desktop/Software/TI/CC_5/28069/EVCI_SW/obj/output/ti-debug/dev_Resonant /ti/ccsv5/tools/compiler/c2000_6.1.0/lib /TI/controlSUITE/libs/math/FPUfastRTS/V100/lib --exclus_rom-intrabus_rom-code.com/ine-exclus_code_ine-intrabout_rom-ine-/Users/ITENPIE/Desktop/Software/TI/CC_5/28069/EVCI_SW/obj/output/ti-debug/dev_Resonant/dev_Resonant.map /ti/ccsv5/tools/compiler/c2000_6.1.0/include -code_ine-exclus_ine-ine-ine-ine-exclus_rom-ine-intrabout_rom-code.html -ine-exclus_rom-ine-ine-ine-ine-exclus_code_ine-ine-intrabout_rom-ine-ine-ine-ine-exclus_rom-ine-ine-ine-in /Users/ITENPIE/Desktop/Software/TI/CC_5/28069/EVCI_SW/obj/output/ti-debug/dev_Resonant/dev_Resonant_linkInfo.xml
谢谢你
此致
卡洛
请准确显示您创建的二进制文件。 现在,我假设您使用 C:/ti/ccsv5/utils/tiobj2bin/tiobj2bin.bat。 请将 DEV_Resonant.out 压缩 并将其附加到下一个帖子中。 我将尝试重现此内容...
[引用 user="Colombo Carlo"] 生成的文件 错误,因为 前4个字节为 0xFF
顺便说一下、链接命令不使用-o 选项来命名输出文件。 我认为这是一个简单的复制-粘贴监督。
谢谢、此致、
乔治