Re: [Mspgcc-users] mspdebug working with .ihex files but not .elf

2012-09-24 Thread Jose Luis Honorato L.
On Mon, Sep 24, 2012 at 4:53 PM, Daniel Beer dlb...@gmail.com wrote: On Mon, Sep 24, 2012 at 01:30:25PM -0300, Jose Luis Honorato L. wrote: I'm writing a basic UART data logger for the msp-exp430f5529 board, and for some reason I'm not able to install the generated binary in .elf format

Re: [Mspgcc-users] using in-board ez430 FET emulator

2013-06-20 Thread Jose Luis Honorato L.
Hi Ravim, I can't see the output messages you intended to include, but here's a short how-to. I just hope you don't have a specific problem with your setup. You can use the ez430-FET emulator to program the msp-exp430f5529 without any external hardware. Just plug your mini USB cable to the lower

[Mspgcc-users] mspdebug: enable_bsl_access

2013-08-30 Thread Jose Luis Honorato L.
Hi, I'm having trouble setting the enable_bsl_access option in mspgcc. I'm using the rf2500 interface as the debugger for an msp430f5528 uC. I've tried the following: - Adding enable_bsl_access True to ~/.mspdebug - Adding enable_bsl_access true to ~/.mspdebug - Adding enable_bsl_access

[Mspgcc-users] Trouble building Newlib

2014-03-17 Thread Jose Luis Honorato L.
Hi, I'm trying to build the RedHat version of GCC for msp430 under Ubuntu 13.04, with no luck so far. I'm stuck with building newlib, it throws the following error: make[8]: Entering directory `/home/arqui/mspgcc-install2/msp430-newlib/msp430-elf/430/newlib/libc/argz' msp430-elf-gcc

Re: [Mspgcc-users] Trouble building Newlib

2014-03-17 Thread Jose Luis Honorato L.
Hi Nick, Try using the current mainline binutils development sources rather than the 2.24 branch. As in: wget ftp://sourceware.org/pub/binutils/snapshots/binutils.tar.bz2 I had tried that before, but it fails with this error (same with CVS checkout): gcc -DHAVE_CONFIG_H -I.

[Mspgcc-users] MSP430 instruction pipeline

2014-06-16 Thread Jose Luis Honorato L.
Hi, An e-mail from Peter a few days ago hinted the existence of an instruction pipeline in msp430. It is barely mentioned in the docs and Google results only seem to mention the lack of information about it. I'd like to read more, does anyone know where to look? Thanks in advance, Jose

Re: [Mspgcc-users] buildscript for mspgcc-4.7.0

2014-12-18 Thread Jose Luis Honorato L.
Here's an adapted build script for Ubuntu 14.04: https://github.com/jlhonora/mspgcc-install Builds gdb too. It doesn't need texinfo 4 and uses the vanilla gcc installed with Ubuntu 14. The corresponding patches are applied for it to build successfully. Please file an issue in the repo if any