Gast
#1651221
Hallo,
ich würde gerne ein zweidimensionales Array mit 2048 Bytes anlegen.
Wenn ich es einfach so mache geht es nicht:
int logo[8][128] = {........};
Diese Fehlermeldung erhalte ich:
..\src\obj\main_projekt.o: Link Error: Could not allocate section
.ndata, size = 2048 bytes, attributes = data near
Link Error: Could not allocate data memory
Vlt. weiß jemand weiter!
Gruß Holgers