Now i want to compile a C file to ".O" file, but i don't find the way, i can't find the ".o" file in the result files.
Please help me, thanks.
Solved! Go to Solution.
Hello yang,
The ".o" file is under the corresponding folder under FLASH/RAM folder .
For example , if select build in FLASH:
Hope it helps
Have a great day,
Alice
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hello yang,
The ".o" file is under the corresponding folder under FLASH/RAM folder .
For example , if select build in FLASH:
Hope it helps
Have a great day,
Alice
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hello Alice,
Thans for your help, but our IDE versions seem to be different.
I can't search the ".o" files on all corresponding folders.
My IDE version is classic version for MPC5*** (2.10)
Hello yang,
" In object file generation, the behavior is different in CodeWarrior for MPC5xxx and for HC12. For MPC5xxx, command-line compiler can generate separate object files but this is not available for the compiler plugin in CodeWarrior IDE. Such behavior is same with CodeWarrior for 56800/E as well. "
Hope it helps
Alice
Thanks you very much,
Can you give me a link about the command-line tool and the relevant instructions to generate the object files.