Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Use avr-objdump.exe to display compiled asm code (Read 7743 times)
Marc Jacobi
Junior Member
**
Offline


Posts: 28
Location: Netherlands
Joined: Feb 28th, 2012
Use avr-objdump.exe to display compiled asm code
May 24th, 2013 at 5:31pm
Print Post  
From http://forum.arduino.cc/index.php/topic,23321.0.html

Quote:
There is a utility called avr-objdump.exe in  the hardware\tools\avr\bin
directory that will dump a listing of the compiled output (an elf file) showing the C source intermixed with the assembler code. You can also view  a map of the memory allocation.

The following will dump the output of a compiled sketch called mySketch.pde:
avr-objdump –S mySketch.elf 

the elf file is in the applet  subdirectory below the location of the sketch source code


I would really want to see this as a disassmbled-view implementation...
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Use avr-objdump.exe to display compiled asm code
Reply #1 - May 24th, 2013 at 5:36pm
Print Post  
Hi Marc,

Is this wiki article what you are looking for?

« Last Edit: May 24th, 2013 at 5:37pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Marc Jacobi
Junior Member
**
Offline


Posts: 28
Location: Netherlands
Joined: Feb 28th, 2012
Re: Use avr-objdump.exe to display compiled asm code
Reply #2 - May 25th, 2013 at 9:07am
Print Post  
Uh, I guess so  Grin

I better go upgrade.

Thanx!
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint