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.

TMS320F28388D: ARM编程时对#define __packed __attribute__((__packed__))显示警告

Part Number: TMS320F28388D

这个东西怎么应用?

  • __attribute__ ((packed)) 的作用就是告诉编译器取消结构在编译过程中的优化对齐,按照实际占用字节数进行对齐,是GCC特有的语法。

    建议您使用GNU C的编译器