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.

C6748开发环境



各位爱好者:

        大家好。我现在在学习DSP,用的开发板是TMDXLCDK6748。想了解DSP开发环境除了使用CCS之外,还有其他的工具吗?在安装的bios程序中,看到有的例程不是在CCS下的,里面包含有Makefile文件,想知道下这些例程在什么环境下使用?

  • 你好,makefile一般都是sh脚本语言,如linux下用GCC编译器,在sh脚本下编译程序。对于DSP来说在DOS环境下也有脚本编译方式,但是不提倡初学者使用。CCS提供的IDE环境是最好的选择。