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,011件の閲覧回数
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,005件の閲覧回数
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 件の賞賛
返信