工具/软件:
我正在处理 ti-dm 问题、发现 CCS 工程生成的条形码.out 文件比命令行大得多。
蓝色的命令由命令行生成: .\tiarmstrip.exe -p .\ipc_rpmsg_echo_linux_am62x-sk_r5fss0-0_freertos_ti-arm-clang.out -o test-strip-driver-patch.out
但两者都可以作为 DM 工作。

CCS 编译后命令脚本中应该出现问题。
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.
工具/软件:
我正在处理 ti-dm 问题、发现 CCS 工程生成的条形码.out 文件比命令行大得多。
蓝色的命令由命令行生成: .\tiarmstrip.exe -p .\ipc_rpmsg_echo_linux_am62x-sk_r5fss0-0_freertos_ti-arm-clang.out -o test-strip-driver-patch.out
但两者都可以作为 DM 工作。

CCS 编译后命令脚本中应该出现问题。
尊敬的 Tony:
您使用了额外的标志 -p 从链接的目标文件中条带附加信息的命令。
请参阅下图。
![]()
您可以替换从$(strip) 开始的行 Makefile ccs_bootimage_gen 代码生成工程。
$(STRIP) -p -o=$(PROFILE)/ipc_rpmsg_echo_linux.wkup-r5f0_0.strip.out $(OUTFILE)
现在、您应该能够看到相同的结果。
此致、
Tushar
Oks like you are using a additional flag(报价用户 id=“16414" url="“ url="<eps>“<eps> /support/processors-group/processors/f/processors-forum/1553326/am623-mcu-sdk-ccs-project-strip-out-file-size/5982181) -p [/报价]这是 makefile 中的命令、如果出现问题、您是否会提交 JIRA 以在下一个修订版中修复它?