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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

4,009 次查看
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

标记 (1)
0 项奖励
回复
1 回复

1,003 次查看
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 项奖励
回复