Paolo Santinelli wrote:
I need run mspg430-gdb under Emacs.When I try to do it, Emacs buffer don't show the source code
did you compile with the "-g" option. that embeds debug information into the elf object file, which is required for GDB to locate the source.
chris