目前嘗試build一個新專案,使用gpio test的demo code來做
在編譯時最後會出現,錯誤訊息如下
**** Clean-only build of configuration Debug for project gpio_test ****
"C:\\ti\\ccs1011\\ccs\\utils\\bin\\gmake" -k -j 8 clean -O
DEL /F "gpio_test.hex" "gpio_test.out"
DEL /F "main.obj"
DEL /F "main.d"
找不到 C:\ti\workspace_v10\gpio_test\Debug\main.obj
找不到 C:\ti\workspace_v10\gpio_test\Debug\main.d
Finished clean
**** Build Finished ****
Buildfile generation error occurred..
This project does not contain a buildable RTSC Configuration (.cfg) file. In order for it to build, this project must contain one RTSC Configuration file that is not excluded from build.
Build stopped..
該專案之properties查看相關資訊如下
你好,
请问你是基于gpio test的工程,自己移植生成了一个CCS工程么?
如果是,建议你参考mmw demo的ccs 工程,再它的基础上修改为自己的工程。