> -Original Message-
> From: pabi...@gmail.com [mailto:pabi...@gmail.com] On Behalf Of Peter
> Bigot
> Sent: Tuesday, September 20, 2011 08:12
> To: Alessandro Triglia
> Cc: mspgcc-users@lists.sourceforge.net
> Subject: Re: [Mspgcc-users] memory.x not found and debu
On Mon, Sep 19, 2011 at 1:36 PM, Alessandro Triglia wrote:
>
>
>> -Original Message-
>> From: Matthias Hartmann [mailto:matthiashart...@versanet.de]
>> Sent: Monday, September 19, 2011 14:13
>> To: mspgcc-users@lists.sourceforge.net
>> Subject: Re: [
forge.net
> > Subject: Re: [Mspgcc-users] memory.x not found and debugger crashing
> >
> > To be more specific:
> >
> > set CFLAGS=-g -Os -mmcu=msp430f1611
> >
> > msp430-gcc -c %CFLAGS% -o build\main.o main.c
> >
> > msp430-g
> -Original Message-
> From: Matthias Hartmann [mailto:matthiashart...@versanet.de]
> Sent: Monday, September 19, 2011 14:13
> To: mspgcc-users@lists.sourceforge.net
> Subject: Re: [Mspgcc-users] memory.x not found and debugger crashing
>
> To be more specific:
&
To be more specific:
set CFLAGS=-g -Os -mmcu=msp430f1611
msp430-gcc -c %CFLAGS% -o build\main.o main.c
msp430-gcc -c %CFLAGS% -o build\xluper430430.o xluper430430.c
msp430-gcc -c %CFLAGS% -o build\xluper430430testencodings.o
xluper430430testencodings.c
msp430-gcc %CFLAGS% -Wl,-Map,build\x4.m
You should pass the
-mmcu=msp430f1611
option also to the linker.
Am 17.09.2011 04:06, schrieb Alessandro Triglia:
> Hi
>
> I am new to this and to GNU software in general. I have installed MSPGCC on
> my Windows Vista and Windows 7 PCs (directly from the zip file). I created
> a small project,
> -Original Message-
> From: Radu Rendec [mailto:radu.ren...@cloudbit.ro]
> Sent: Monday, September 19, 2011 05:49
> To: Alessandro Triglia
> Cc: mspgcc-users@lists.sourceforge.net
> Subject: Re: [Mspgcc-users] memory.x not found and debugger crashing
>
> On
On Fri, 2011-09-16 at 22:06 -0400, Alessandro Triglia wrote:
> Then I tried to debug the program using msp430-gdb (with "target sim"
> followed by "load" and "file") but the debugger crashes as soon as I give
> the "start" command. I also tried with mspsim, but it returns an error that
Try lookin