asm file generation during build C source project on CW10.6

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

asm file generation during build C source project on CW10.6

ソリューションへジャンプ
1,067件の閲覧回数
ikkishingu
Contributor II

Hello,

 

I am using CW 10.6.

Could you tell me how to generate .asm file during build for C source project?

When hoge.c is compiled, hoge.asm should be generated, in my understanding,

then I think CW10.6 would delete hoge.asm during project build.

 

The .asm file genaration is better for me than disassembly because I want to compare whole .asm file.

 

I have got this experience on other vendor's IDE before.

 

Best Regards,

Ikki

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
903件の閲覧回数
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Ikki,

I ever got information from DevTech for this issue.

" - the required information can be obtained by disassembling the resulting object file, or by just right-clicking a source file and choose disassembly

- there are no plans to provide an assembly listing directly from the compiler (for S12Z)

  - there are several targets that are NOT generating such information - so far no requirements were raised for such feature (since the same behavior can be achieved with just few clicks)"


does this answer your question?


Have a great day,
Zhang Jun

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

0 件の賞賛
返信
4 返答(返信)
903件の閲覧回数
ZhangJennie
NXP TechSupport
NXP TechSupport

hi,

what chip do you work with?


Have a great day,
Zhang Jun

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信
903件の閲覧回数
ikkishingu
Contributor II

Hi,

The target device is S12ZVL32 and I use the EVB X-TWR-S12ZVL32.

But I think my question would not be depedent on device variation.

I would it may be related on build option, but unfortunately I cannot find the clue in the build option...

Best Regards,

Ikki

0 件の賞賛
返信
904件の閲覧回数
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Ikki,

I ever got information from DevTech for this issue.

" - the required information can be obtained by disassembling the resulting object file, or by just right-clicking a source file and choose disassembly

- there are no plans to provide an assembly listing directly from the compiler (for S12Z)

  - there are several targets that are NOT generating such information - so far no requirements were raised for such feature (since the same behavior can be achieved with just few clicks)"


does this answer your question?


Have a great day,
Zhang Jun

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信
903件の閲覧回数
ikkishingu
Contributor II

Hi Zhang,

Thank you for your information.

The second, "by just right-clicking a source file and choose disassembly" is equivalent to my desire.

Best Regards,

Ikki Shingu

0 件の賞賛
返信