`RamLoc32' overflowed - error at compiling

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

`RamLoc32' overflowed - error at compiling

675 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Doini on Thu Mar 07 13:38:41 MST 2013
Hi,

I have the following error when I compile:

[SIZE=2]Application.axf section `.bss' will not fit in region `RamLoc32'

[SIZE=2]region `RamLoc32' overflowed by 3472 bytes

[SIZE=3]I would appreciate any help about what I should do.[/SIZE]
[SIZE=3][/SIZE]
[SIZE=3]Thank you,[/SIZE][/SIZE][/SIZE][SIZE=3]Doini[/SIZE]
0 Kudos
Reply
1 Reply

642 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Thu Mar 07 16:11:42 MST 2013

Quote: Doini
Hi,

I have the following error when I compile:

[SIZE=2]Application.axf section `.bss' will not fit in region `RamLoc32'

[SIZE=2]region `RamLoc32' overflowed by 3472 bytes

[SIZE=3]I would appreciate any help about what I should do.[/SIZE]

[SIZE=3]Thank you,[/SIZE][/SIZE][/SIZE][SIZE=3]Doini[/SIZE]



Reduce your bss ;) It's 3472 bytes too large :eek:

See: http://www.support.code-red-tech.com/CodeRedWiki/FlashRamSize?highlight=%28bss%29
0 Kudos
Reply