where is my objectfile?

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

where is my objectfile?

1,596 次查看
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 . 
标签 (1)
标记 (1)
0 项奖励
回复
2 回复数

533 次查看
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 项奖励
回复

533 次查看
chuanchuan
Contributor I
Thanks for your reply , CrasyCat, Ioud and clear!:smileyvery-happy:
0 项奖励
回复