where is my objectfile?

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

where is my objectfile?

1,595 Views
chuanchuan
Contributor I
-------------------CW for MPC555 V8.7 
where is my objectfile?  It should be in the XXX_date/Debug_version, right?   but I can`t find it . 
Labels (1)
0 Kudos
Reply
2 Replies

532 Views
CrasyCat
Specialist III
Hello
 
If you are building from the IDE, you will not see any formal object files being created. The IDE will generate either a executable or a library file according to the linker you have selected.
 
Single object files are not explicitly generated. THey are kept in some IDEA specific binary file.
 
If you want to see/generate formal object files, you will need to build your application from batch or from a make file (using command line version of the tools).
 
I hope this helps.
 
CrasyCat
0 Kudos
Reply

532 Views
chuanchuan
Contributor I
Thanks for your reply , CrasyCat, Ioud and clear!:smileyvery-happy:
0 Kudos
Reply