Link Error : L1102: Out of allocation space in segment PAGE_FC at address 0xFCA86C

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

Link Error : L1102: Out of allocation space in segment PAGE_FC at address 0xFCA86C

3,661 Views
moshao1334
Contributor I

I have met a problem !!!

Link Error : L1102: Out of allocation space in segment PAGE_FC at address 0xFCA86C

 

the memory modle is large ! Here are the important files。

Original Attachment has been moved to: Project.prm.zip

Original Attachment has been moved to: Project.map.zip

Tags (1)
0 Kudos
Reply
1 Reply

655 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi,

From the error message, there should be an object( check your source file, function or const data ) trying to be allocated at address 0xFCA86C, but the space left  in PAGE_FC ( 0xFCA86C-0xFCBFFF ) isn't enough to hold the object. So error message comes out.

Please check your source code to find out this object and allocate it to an available space.

You may use

#pragma CODE_SEG

or

#pragma CONST_SEG

if nceessary

Have a great day,
Jennie Zhang

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
Reply