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.
我现在用的是第三方开发的工程包,是带Bios的,导入到自己的CCSV5的环境下后编译就提示Program "make" is not found in PATH,我目前的编译器编译命令都是gmake,然后网上查找后说是编译器版本不对,要c6000v7.4,我在TI官网上下了一个ti_cgt_c6000_7.4.4_setup_win32.exe的安装包,安装到D:\CCS5.1\ccsv5\tools\compiler\c6000_7_4下的,安装完后点击了SetupInCCSnRegistry.exe,编译结果还是Program "make" is not found in PATH,在工程下还需要怎样设置才能编译命令被找到呢?
之前也遇到过类似的问题。
一般是第三方给出的工程目录的内容不全。虽然工程能导入,但是编译不了。
但配置文件一般不会有问题的。具体到你拿到的第三方工程,只有自己去测试了。