Image Creation for Coldfire processor

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

Image Creation for Coldfire processor

1,342 次查看
preetuabraham
Contributor III

Hi,

 I am trying to migrate a legacy Metrowerks Code warrior project for MC5485 Cold fire processor to Code warrior 10.x .

I was able to generate the s-record file without any changes to the code, but when the image file is loaded to target it is not turning on for flash image(s-record file). There were some assembly .s files in the legacy project ,I am not sure whether in the Code warrior 10.x for Cold processor it recognizes. Also would like to know any particular settings are there

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

1,039 次查看
TomE
Specialist II

>  I am trying to migrate a legacy Metrowerks Code warrior project for MC5485 Cold fire

If the "legacy" one is older than 7.2 then you're likely to have problems because Freescale changed the ABI between 7.1 and 7.2.

Read this one and follow the links.

https://community.nxp.com/message/401840#401840

Tom

0 项奖励
回复

1,039 次查看
miduo
NXP Employee
NXP Employee

Hi,

To generate s-record file in Eclipse CodeWarrior 10.x, please:
a)      Put the mouse on the Project's name inside CodeWarrior Projects Windows in IDE, then right click the mouse and select <Properties>.
b)      On the Properties Window for your project, please expand <C/C++ Build> on the left, then choose <Settings>.
c)      On the right panel, under <Tool Settings> tab, expand <ARM Linker>, then on <Output> options, please enable <Generate S-record File>.
d)      Rebuild the project,S19 file will be generated under the project's <target name> subfolder. 

0 项奖励
回复