Forum: Mikrocontroller und Digitale Elektronik IAR Embedded Workbench 32KB version


von Micha (Gast)


Lesenswert?

bin dabei ein c-programm zu schreiben, soweit alles in Ordnung.
lässt sich fürmanche typen comilieren und für manche typen nicht

keine ahnung was die fehlermeldung bedeutet:


Error[Lp011]: section placement failed: unable to allocate space for 
sections/blocks with a total estimated minimum size of 0x12bf4
bytes in <[0x20000000-0x2000ffff]> (total uncommitted space 0x10000).


kann das vielleicht sein, das meine 32 KB version nicht mehr ausreicht?

von mumpitz (Gast)


Lesenswert?

ein gutes online English Dictionary ist www.leo.org

von tspotz (Gast)


Lesenswert?

Error[Lp011]:

Fehler


section placement failed:

also eine Sektion Program/daten/Stack konnte nicht einer festen Adresse 
zugeordnet (Locator meist im Linker integriert)
werden


unable to allocate space for sections/blocks with a total estimated 
minimum size of 0x12bf4 bytes

Er hat berechnet das eine section/block von 12BF4h Bytes benötigt werden
das sind 76788Bytes


in <[0x20000000-0x2000ffff]> (total uncommitted space 0x10000).

er wollte es an 0x20000000 legen geht aber nicht da Platz nicht 
ausreicht


"kann das vielleicht sein, das meine 32 KB version nicht mehr 
ausreicht?"
siehe oben definitiv JA reicht nicht aus, Platz sparen und 
Datenstrukturen nicht unnötig aufblähen

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.