Re: [Mspgcc-users] Strange Error

2012-06-18 Thread Peter Bigot
As I noted in earlier email, msp430-libc has new functionality that has increased the size of some programs built with newer versions of mspgcc. There are helpful hints about reducing program size in the thread beginning at: http://www.mail-archive.com/mspgcc-users@lists.sourceforge.net/msg1096

Re: [Mspgcc-users] Strange Error

2012-06-15 Thread Jesse Frey
by more memory do you mean more RAM? if so then this would make sense because the ram will result in less flash below the 64k boundary which would explain your issue. Jesse On Fri, Jun 15, 2012 at 6:17 AM, Sergei Sharonov wrote: > On 6/15/2012 5:21 AM, Mohammad Katmawi wrote: >> I have a code whi

Re: [Mspgcc-users] Strange Error

2012-06-15 Thread Sergei Sharonov
On 6/15/2012 5:21 AM, Mohammad Katmawi wrote: > I have a code which I compiled successfully to some wireless sensor node. > > Now I am trying to compile the same > code with a wireless sensor node which has MORE memory but I got an > error "region `rom' overflowed by 120 bytes". This means the s

[Mspgcc-users] Strange Error

2012-06-15 Thread Mohammad Katmawi
Dear All, I have a code which I compiled successfully to some wireless sensor node. Now I am trying to compile the same code with a wireless sensor node which has MORE memory but I got an error "region `rom' overflowed by 120 bytes". This means the size of the code is bigger that the me

Re: [Mspgcc-users] Strange error message

2009-07-13 Thread Wolfgang Granzer
Hi, I had a similar error message several months ago. I had forgotten to specify the -mmcu parameter. Maybe it is the same issue. Greetings, Wolfgang Matthias Hartmann wrote: Hello Daniel, I am using Eclipse and MSPGCC and MSP430F1611 too. I have no problems compiling my code. I guess,

Re: [Mspgcc-users] Strange error message

2009-07-13 Thread Matthias Hartmann
Hello Daniel, I am using Eclipse and MSPGCC and MSP430F1611 too. I have no problems compiling my code. I guess, there is something miss configured in your code or the eclipse project. If you want, you may send (me) your code or even better your eclipse project. Greetings Matthias Daniel Flor

[Mspgcc-users] Strange error message

2009-07-13 Thread Daniel Flor
Hello guys,sorry, I sent this message before, but now I put a little more information. I'm trying to compile my program, but I got the following response error: * section. 0xffe0 vectors AML overlaps previous sections * region text is full * section. vectors [ffe0 -> ] o

RE: [Mspgcc-users] strange error

2005-08-02 Thread nobodyO
net] On Behalf Of > nobo...@web.de > Sent: Saturday, July 30, 2005 2:29 AM > To: mspgcc-users@lists.sourceforge.net > Subject: [Mspgcc-users] strange error > > > Hi, > > for locking/unlocking resources i'm using volatile variables as mutexes > but that do

RE: [Mspgcc-users] strange error

2005-08-01 Thread diwil
What exactly does not seem to work? ~d -Original Message- From: mspgcc-users-ad...@lists.sourceforge.net [mailto:mspgcc-users-ad...@lists.sourceforge.net] On Behalf Of nobo...@web.de Sent: Saturday, July 30, 2005 2:29 AM To: mspgcc-users@lists.sourceforge.net Subject: [Mspgcc-users

[Mspgcc-users] strange error

2005-07-29 Thread nobodyO
Hi, for locking/unlocking resources i'm using volatile variables as mutexes but that does work only sometimes with mspgcc. After changing the declaration volatile unsigned char to volatile static unsigned char now it works although in aout.lst only the line 0200 g O .data 0001 c_