Image Creation for Coldfire processor

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

Image Creation for Coldfire processor

751 Views
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

Labels (1)
0 Kudos
2 Replies

448 Views
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 Kudos

448 Views
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 Kudos