大家好,
使用CCS V5.4 自己建立new project,添加一些uart、GPIO等模块功能的.c和.h文件,大约产生.out文件为2M,对应的bin也产不多相同。
后来陆续在工程文件中添加了若干code后,再次编译产生的out为6M左右,bin为60多M,bin将近是out文档的10倍的关系。
请教大家有没有遇到类似的情况?谢谢!
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.
#1. Am3352 不带OS
#2. 用StarWare中属性中的设置,如下
"${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat" "../../../../../../../binary/armv7a/cgt_ccs/am335x/beaglebone/demo/${ConfigName}/${ProjName}.out" "../../../../../../../binary/armv7a/cgt_ccs/am335x/beaglebone/demo/${ConfigName}/${ProjName}.bin" "${CG_TOOL_ROOT}/bin/armofd.exe" "${CG_TOOL_ROOT}/bin/armhex.exe" "${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe" & "../../../../../../../tools/ti_image/tiimage.exe" "0x80000000" "NONE" "../../../../../../../binary/armv7a/cgt_ccs/am335x/beaglebone/demo/${ConfigName}/${ProjName}.bin" "../../../../../../../binary/armv7a/cgt_ccs/am335x/beaglebone/demo/${ConfigName}/${ProjName}_ti.bin"