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.

在CCS4中编译BIOS项目时出错

你好。我在CCS4中创建了一个“swi_example”的项目(其实是CCS4自带的示例)。再将NewTargetConfiguration.ccxml文件添加,以及 .cmd 文件(复制以前在非dsp/bios项目用过的cmd文件)。

这样,编译时,CCS显示:

..........

--preproc_with_compile --preproc_dependency="swicfg_c.pp"  ""

Command-line error: missing source file name

1 fatal error detected in this compilation.

Compilation terminated.

>> Compilation failure

gmake: *** [swicfg_c.obj] Error 1

gmake: Target `all' not remade because of errors.

Build complete for project BIOS1

请问,怎样解决上面出现的错误。谢