Altera_Forum
Honored Contributor
15 years agohello
hello
I would like your help I am new to the Nios II environment alters need to create a new SOPC the code you get is this and create a new nios 2 application and bsp# include <stdio.h># include "system.h"# define switches (volatile char *) 0x0003000# define leds (char *) 0x0003010 int main() { while (1) *leds = *switches; } The errors I get are these luces.elf: section. exceptions lma 0x1020 overlaps previous sections luces.elf: section. 0x11b4 lma text overlaps previous sections make: *** [luces.elf] Error 1 onchip_memory2_0 region is full (luces.elf section. text) section. exceptions [00001020 -> 000011b3] overlaps section. Rodata [00001020 -> 00001053] section. rwdata [00002368 -> 0000367b] overlaps section. text [000011b4 -> 00003403]