On 2012-01-03, Jesse Frey <[email protected]> wrote:
> you can use
> msp430-objdump -dS <object files>
> disassemble and intermixed source and disassembly. you can also go the
> other way with msp430-addr2line

Another option I often use is to tell the assmebler to produce a
listing file:

main.elf: main.c
        msp430-gcc -g -Wa,-ahl=main.lst -Wall -Werror [...] -o main.elf main.c

-- 
Grant Edwards               grant.b.edwards        Yow! My life is a patio
                                  at               of fun!
                              gmail.com            


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Mspgcc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to