> On a  different note, i was wondering if anybody on the list have the same
> problem as me, using the TI pre-compiled binaries for the MSP430 (the RH
> port, downloaded from TI web site), the msp430-elf-gdb.exe , works Ok with
> 430 and 430X but using only small memory model for a 430X. If you switch to
> large memory and have code above 64K, it will build ok the .elf file or
> .hex file (all addresses are OK), but msp430-elf-gdb.exe does not load code
> or debug any address above the 64K. In fact address like 0x10000 wraps
> around to 0x0000. If you step into a function that supposed to be in high
> memory, the GDB simply report as invalid address, and try to step into
> 0x0000 instead of 0x10000. Anybody experienced this behavior?

Cc'ing Kevin, our gdb expert...

Could you come up with a small test case we can use to debug this?
Perhaps including the ELF file and a sample gdb session, so we use all
the same command line parameters etc?

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to