How to generate a ".o" file using command line toole

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

How to generate a ".o" file using command line toole

跳至解决方案
1,022 次查看
lvyang
Contributor III

IDE:CW for MPC55xx and MPC56xx 2.9

I can't generate a ".o" file in the IDE file, so i want to generate it from command line tool, but where the command line tool is and how to using the instruction to generate it.

 

If i use other compile tool to switch the ".c" to ".o" file, if it will work in CodeWarrior.

标签 (1)
0 项奖励
回复
1 解答
943 次查看
martin_kovar
NXP Employee
NXP Employee

Hi,

open CodeWarrior installation folder, click PowerPC_EABI_Tools folder and there you find Command line tools.

Now you have to use compiler, which is mwcceppc.exe file. Please read also the documentation to compiler. There are all necessary information you will need for successful compiling.

If you have any other questions, please feel free to write me back.

Regards,

Martin

在原帖中查看解决方案

0 项奖励
回复
2 回复数
944 次查看
martin_kovar
NXP Employee
NXP Employee

Hi,

open CodeWarrior installation folder, click PowerPC_EABI_Tools folder and there you find Command line tools.

Now you have to use compiler, which is mwcceppc.exe file. Please read also the documentation to compiler. There are all necessary information you will need for successful compiling.

If you have any other questions, please feel free to write me back.

Regards,

Martin

0 项奖励
回复
943 次查看
lvyang
Contributor III

Thanks a lot.

0 项奖励
回复