Forum Discussion
Altera_Forum
Honored Contributor
20 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 ---