Image Creation for Coldfire processor

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Image Creation for Coldfire processor

1,399件の閲覧回数
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,096件の閲覧回数
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,096件の閲覧回数
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 件の賞賛
返信