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

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

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

Jump to solution
577 Views
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.

Labels (1)
0 Kudos
1 Solution
498 Views
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

View solution in original post

0 Kudos
2 Replies
499 Views
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 Kudos
498 Views
lvyang
Contributor III

Thanks a lot.

0 Kudos