如题所示,我在编译CC3200-SDK的例程时,无法生成.bin文件,错误如下
根据网上的方法 我都无法成功,请问一下这是什么问题呢?
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.
支持的,CCSV7的系统要求:
加入这个命令
"${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"
你好,ccs7.1版本似乎自带这条指令的,我打开Step里面 确实有这条,而且地址没有错哦,最后还是说不能生成.bin文件