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.

make(e = 2):系统找不到指定的文件。gmake[2]:[post-build] Error 2 (ignored)

Other Parts Discussed in Thread: CC3220S, UNIFLASH

我就想把timerled这个程序烧进cc3220s板子里试试看有没有问题,文档里说编译的时候会自动生成.bin文件,然后用uniflash烧,但是现在根本生成不了,试过好多方法都不行,有没有人知道具体的,详细的烧录程序的过程,或者什么别的给cc3220s烧程序的方法,十分感谢!

我properties里step中的post-build step设置如下:${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin ${BuildArtifactFileName} ${BuildArtifactFileBaseName}.bin ${CG_TOOL_ROOT}/bin/armofd ${CG_TOOL_ROOT}/bin/armhex ${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin

写在同一行中,也没有换行,

'Finished building target: timerled_CC3220S_LAUNCHXL_freertos_ccs.out'
' '
D:/CCS v7.1/ccsv7/utils/tiobj2bin/tiobj2bin timerled_CC3220S_LAUNCHXL_freertos_ccs.out timerled_CC3220S_LAUNCHXL_freertos_ccs.bin D:/CCS v7.1/ccsv7/tools/compiler/ti-cgt-arm_16.9.1.LTS/bin/armofd D:/CCS v7.1/ccsv7/tools/compiler/ti-cgt-arm_16.9.1.LTS/bin/armhex D:/CCS v7.1/ccsv7/utils/tiobj2bin/mkhex4bin
makefile:176: recipe for target 'post-build' failed
process_begin: CreateProcess(NULL, D:/CCS v7.1/ccsv7/utils/tiobj2bin/tiobj2bin timerled_CC3220S_LAUNCHXL_freertos_ccs.out timerled_CC3220S_LAUNCHXL_freertos_ccs.bin D:/CCS v7.1/ccsv7/tools/compiler/ti-cgt-arm_16.9.1.LTS/bin/armofd D:/CCS v7.1/ccsv7/tools/compiler/ti-cgt-arm_16.9.1.LTS/bin/armhex D:/CCS v7.1/ccsv7/utils/tiobj2bin/mkhex4bin, ...) failed.
make (e=2): 系统找不到指定的文件。

gmake[2]: [post-build] Error 2 (ignored)
' '

**** Build Finished ****