IAR里可以 CCS第一回用 不知道怎么设置?
另外有没有详细点的使用说明啊?最好中文。。
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.
你好!
可以参考《MSP430 Optimizing C/C++ Compiler v 4.1》里面关于 EABI 部分的内容
http://www.ti.com/lit/ug/slau132g/slau132g.pdf
需要注意几点:
1、使用EABI 数据类型: (P73)

默认的是 COFF ABI 数据类型,不支持 64bit 浮点

3、MSP430 的 编译器版本 应该大于 4.0 (P93)