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.
你们好!
1.ccs可以编译出ae674库文件吗?
2.我用ccs可以编译出lib文件,请问这个文件和ae674文件有区别吗?
3. .lib文件是不是只要把后缀名改成ae674就可以在linux下编译?
1、ccs是可以编译出ae674的库,根据TI库的命名规则,从后缀名可以看出这是dsp dm674x用的库;
2、lib是用于windows的库,而ae674应该是sys/bios下的库;参考http://os.51cto.com/art/201101/242243.htm
3、直接改后缀名肯定是不行的。