section attribute cannot be specified for local variables

Status
Not open for further replies.

alidaf

Member
All of the OctoWS2811 examples have some common code to initialise the display of the form:

Code:
DMAMEM int displayMemory[ledsPerPin*6];

When using the Arduino IDE this compiles fine with no warnings. However when using the Eclipse IDE I get the following error:

section attribute cannot be specified for local variables

I'd like to continue using Eclipse as it has much better functionality but I can't get rid of this error and don't really understand it. Can anybody help or shed some light on what this actually means.
 
Status
Not open for further replies.
Back
Top