Disassembling in KDS

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,839件の閲覧回数
michaelhuslig
Contributor IV

I can disassemble an elf file in CW10 by right clicking it and choosing disassemble.  That option isn't in KDS3.  Is there a way to do it in KDS3?

 

Mike.

ラベル(1)
0 件の賞賛
返信
1 解決策
1,276件の閲覧回数
michaelhuslig
Contributor IV

I also found I can just go to Project|Properties|C/C++Build|Settings|Toolchains and set the Create Extended Listing box.  Then an option will appear in the Tool Settings allowing one to easily choose what is shown in the listing.

Mike

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
1,277件の閲覧回数
michaelhuslig
Contributor IV

I also found I can just go to Project|Properties|C/C++Build|Settings|Toolchains and set the Create Extended Listing box.  Then an option will appear in the Tool Settings allowing one to easily choose what is shown in the listing.

Mike

0 件の賞賛
返信
1,276件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hi Michael,

no, there is no such context menu in stock Eclipse Luna and CDT (which is what KDS v3.0.0 is using). But you can use 'per-file' options:

pastedImage_2.png

See as well Comparing CodeWarrior with Kinetis Design Studio | MCU on Eclipse.

I hope this helps,

Erich

0 件の賞賛
返信
1,276件の閲覧回数
michaelhuslig
Contributor IV

Hi Erich,

Although the *.lst files help, they don't show all the code generated and where it is located.  To get a full listing, I added the following command

arm-none-eabi-objdump -d -S ${ProjName}.elf >>${ProjName}.txt

to the Project|Properties|C/C++Build|Settings|BuildSteps PostBuildSteps command box.  The resulting .txt file shows up in the Debug directory of the project.

Mike

0 件の賞賛
返信