| |||
| Home > Migrating from ARM Compiler v4.1 to v4.1 SP1 > Compiler changes between ARM Compiler v4.1 and v4.1 SP1 | |||
The compiler faults use of the at attribute
when it is used on declarations with incomplete non-array types.
For example, if foo is not declared, the following
causes an error:
struct foo a __attribute__((at(0x16000)));
Compiler Reference: