From CW classic to eclipse: Out of allocation space in segment ROM2 at address 0xF88D

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

From CW classic to eclipse: Out of allocation space in segment ROM2 at address 0xF88D

843 次查看
florianaugustin
Contributor I

Hello!

 

I'm currently trying to adapt a HCS08AW16 Project from Codewarrior Classic to the new eclipse-based IDE.

I did the following steps:

- Load source files, adapt pathes and compiler settings

- Import Linker file *.prm from old project and adapted linker settings to new filename

- Import Lib file "ansiis.lib" and "ansiis.lst" from codewarrior classic project and deleted "mc9s08aw16.c" and "mc9s08aw16.h" from new project

- Deleted "derivative.h" from new project

 

I experimented a lot but I always get the following errors:

mingw32-make: *** [....abs] Error 1

Out of allocation space in segment ROM2 at address 0xF88D

 

I don't know where to start because I did not change any of the files that were imported.

 

Thank you for help!

Florian

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

725 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

hi Florian

you should not use the default prm file.

please check in your prm file if you have all the memory for loading your code?

please check if you have  -OnB=b  to your compiler option?

if still have problem, please upload your project here. I can check it on my side directly. thanks!


Have a great day,
Zhang Jun

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

0 项奖励
回复