我想用cl6x.exe编译c6713的代码,不知道dsp/bios等的配置对编译有影响吗,主要对编译后的out文件影响,谢谢回答
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.
我想用cl6x.exe编译c6713的代码,不知道dsp/bios等的配置对编译有影响吗,主要对编译后的out文件影响,谢谢回答
是一样的,因为配置是在工程文件设的,所以结果是一样的。
http://processors.wiki.ti.com/index.php/CCStudio_FAQ
Yes. CCStudio come with a utility called timake.exe that allows you to build your CCStudio project (*.pjt) file from the command line. Building a project with timake has the same effect as building the project from within the CCStudio IDE (timake uses the same project manager and versions of Code Generation Tools and DSP/BIOS that CCStudio is configured for).
To Invoke the timake Utility:
The syntax for invoking the timake utility is:
>timake.exe PJT -lc | CFG [ -a | -clean ]
The first parameter is required.
The second parameter must be one of the following:
When a project configuration (CFG) is specified as the second parameter, one of the following options can be specified as the third parameter:
Ex:
>timake.exe modem.pjt Debug -a