I'm getting the following error during compiling. Any idea how to resolve it?
The fb variable is declared as:
Code:
AudioStream.h:110:30: error: data causes a section type conflict with fb
static DMAMEM audio_block_t data[num];
The fb variable is declared as:
Code:
#define PIXEL_SIZE uint16_t
#define RENDER_BUFFER_SIZE 800 * 200
DMAMEM PIXEL_SIZE fb[RENDER_BUFFER_SIZE] __attribute__((aligned(32))); // used for rendering views