Hi,
I used msp430-objdump with the -S option to get intermixed source
code
with disassembly. However (after upgrade to mspgcc-20041112) this
does not
seem to work anymore. There is no intermixed source code, just pure
assembly. It was really helpful for me sometimes. Can i get that
back?

thanks

you probably didn't compile your source code with the -g flag.

I checked the makefiles and the -g is still in every msp430-gcc call.
I was afraid of having something else changed, so i took a project which
definitely produced assembly with intermixed source and recompiled it with
mspgcc-20041112, no more intermixed source.
Any of you gets intermixed source with mspgcc-20041112 ?? Please post
your flags..

thanks,
Björn Lichtblau

Reply via email to