Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
When using the gcc-arm compiler, the ALIGNED directive seems to be defined twice in lwip-sys/arch/cc.h, both in EthernetInterface and in NetServices.
I found a description of the first line at:
http://www.keil.com/support/man/docs/armccref/armccref_Cacjcjce.htm
and the second at:
http://www.keil.com/support/man/docs/armccref/armccref_BABDFECC.htm
But it's not clear to me if one directive should be named differently or deleted entirely...