Re: [Mspgcc-users] memory.x not found and debugger crashing

2011-09-20 Thread Alessandro Triglia
> -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

Re: [Mspgcc-users] memory.x not found and debugger crashing

2011-09-20 Thread Peter Bigot
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: [

Re: [Mspgcc-users] memory.x not found and debugger crashing

2011-09-19 Thread Eric Decker
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

Re: [Mspgcc-users] memory.x not found and debugger crashing

2011-09-19 Thread Alessandro Triglia
> -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: &

Re: [Mspgcc-users] memory.x not found and debugger crashing

2011-09-19 Thread Matthias Hartmann
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

Re: [Mspgcc-users] memory.x not found and debugger crashing

2011-09-19 Thread Matthias Hartmann
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,

Re: [Mspgcc-users] memory.x not found and debugger crashing

2011-09-19 Thread Alessandro Triglia
> -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

Re: [Mspgcc-users] memory.x not found and debugger crashing

2011-09-19 Thread Radu Rendec
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