Description Resource Path Location Type
xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2: .xdchelp /ti_rtos_config line 209 C/C++ Problem
一build就报错,求解释,如上图我在package repositories改了新版本的路径也没用
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.
您现在使用的CCS是什么版本? 例程是哪个版本的SDK内的?
TI E2E上有类似的问题 https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/433466
您可以先参考下
我今天换到一台win7机子,结果编译就通过了。谢谢你的帮助。对了不知道你对于CC3200内置自定义网页(CC3200的servicepack已经内置了一些网页,我想把这些网页替换为自己的,好像Uniflash在下载servicepack时可以禁止TI内置的网页,但不知道怎样把自己的网页给烧写到芯片ROM或者SFlash)有没有研究?
芯片内部的ROM里面有固化默认的网页,你是可以用uniflash烧录你的网页到SFLASH里面的。你可以参考例程httpserver, 它就干这事。