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.
Solved! Go to Solution.
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
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
Thanks a lot.