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 件の賞賛
返信