Forum Discussion
Altera_Forum
Honored Contributor
21 years ago"__attribute__((section(".SDRAM")))" problem
Hi all, I'm trying to allocate a buffer in SDRAM using the declaration: volatile int buff1_app[1280] __attribute__((section(".SDRAM"))); in SOPC i've defined a SDRAM controller n...
Altera_Forum
Honored Contributor
21 years agoI usually get a similar error when I try to use the attribute compiler flag, putting in a section name that does not exist.
for example, writing <div class='quotetop'>QUOTE </div> --- Quote Start --- volatile int my_shared_data __attribute__ ((section (".fake")));;[/b] --- Quote End --- gives me the following error: <div class='quotetop'>QUOTE </div> --- Quote Start --- 16-mag-2005 12.26.47 - (GRAVE) elf2flash: Boot copier overlaps data in flash 16-mag-2005 12.26.48 - (GRAVE) elf2flash: Error generating Flash file, exiting[/b] --- Quote End ---