工具/软件:TI C/C++编译器
Hallo、
用户可以在编译器(18.12.4、18.12.5)子版本中找到这两个宏。
- _TMS320C28XX__可在以下位置找到:
.\include\math.h
.\lib\src\math.h
.\lib\src\s_cos.c
.\lib\src\s_cosf.c
.\lib\src\s_sin
.\lib\src\s_sinf.c
.\lib\src\s_tan.c
.\lib\src\s_tanf.c
- _TMS320C28x__可在中找到:
.\include\_fmt_specifier.h
.\include\setjmp.h
.\include\stdint.h
.\lib\src\_fmt_specifier.h
.\lib\src\setjmp.h
.\lib\src\stdint.h
根据编译器文档 http://www.ti.com/lit/ug/spru514r/spru514r.pdf 、宏__TMS320C28XX__是预定义的。没有有关__TMS320C28x__的字
但是、我在 CCS 的"Console"选项卡中显示的编译器调用中看不到此宏。
我也无法在 Project -> Properties -> C2000 Compiler ->"Summary of flags set:"下看到它。
问题是:如何获取编译器和 CCS 生成的宏的完整列表?
大家好