Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

IAR and NXP LPC2378 Error while running Linker

Status
Not open for further replies.

pattenyl

Newbie level 1
Joined
Apr 16, 2009
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,288
iar error lp011

Hi,

I am new to IAR and to NXP LPC2378 so I need some help :)
During compilation I get following error.

Error[Lp011]: section placement failed: unable to place sections/blocks with a total estimated minimum size of 0xb098 bytes in
<[mem:0x40000000-mem:0x40007fff]> (total uncommitted space 0x8000)
Error while running Linker

What does it mean? What can I do to solve the problem?

Thanks in advance Patrik
 

Re: IAR and NXP LPC2378

Hi,

you are working with the 32k free compiler version of IAR. Your code size is in the range of 50 KB according to the numbers you posted. That won't work. Either you eliminate some library calls or optimize your code otherwise to be smaller than 32k and this error message should disappear.

Bob

**broken link removed**
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top