Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Ads

Discussion Groups

Discussion Groups | Comp.Arch.Embedded | Prob. with msp-gdb

There are 11 messages in this thread.

You are currently looking at messages 10 to 11.

Re: Prob. with msp-gdb - Grant Edwards - 15:10 19-05-06

On 2006-05-19, Martin <u...@martin-collins.de> wrote:
> Hi,
>
> here's a copy of what happens:
>
> $ msp430-gdb --se=test_1
> GNU gdb 6.0
> Copyright 2003 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you are
> welcome to change it and/or distribute copies of it under certain conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for details.
> This GDB was configured as "--host=i686-pc-cygwin --target=msp430"..."/home/tst/LCD/test_1":
not in executable format: File format not recognized
> (gdb) file test_1
> "/home/tst/LCD/test_1": not in executable format: File format not
> recognized
> (gdb)

> Is it possible that the new version of msp-gcc isn't
> compatible with msp-gdb?

Since gcc doesn't actually produce object files, it would
probably be binutils/gdb that are out of sync.

> I downloaded it all from Sourceforge 3 days ago.

If you want to send me your ELF file (or put it somewhere I can
download it), I could try loading it with gdb 5.1.1.

-- 
Grant Edwards                   grante             Yow!  ... I have read the
                                  at               INSTRUCTIONS...
                               visi.com            



previous | 1 | 2