Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[arm-gcc] 'packed' attribute ignored by arm-none-eabi


  • To: arm-gcc@xxxxxxxxxxxxxxxx
  • Subject: [arm-gcc] 'packed' attribute ignored by arm-none-eabi
  • From: "Fisher ZHU" <fisher.zhu@xxxxxxxxx>
  • Date: Mon, 28 Jul 2008 11:30:51 +0800

Hello All,

I define a structure with __attribute__((packed)), but there is a
warning: 'packed' attribute ignored when the file is compiled with
arm-none-eabi tool chain 2008q1 windows version used in cygwin.

I read the gcc compile reference manual, but found no solution.

Could you expert in codesourcery tell me the reason for this warning?

Thanks.