Thanks a lot for replying.

First off, disabling the hardware multiplier does stop the crashing! Do
you know why that is? Also, don't I need the hardware multiplier? Does
disabling it force multiplication to be done via software?

Second, I'm very intrigued that the build works for you. My compile
options are exactly as I said, with very little of interest. If I try
to build again, with your exact command, even, I get the crash:

$ msp430-gcc -Wall -mmcu=msp430x149 -o code.o code.c
code.c:2598: warning: inline function 
`XE1205SendReceiveP___signalPacketReceived___runTask' given attribute noinline
code.c:6845: warning: inline function 
`XE1205SendReceiveP___signalPacketReceived___runTask' given attribute noinline
code.c: In function `PropagationMsgPoolP___0___Vector___get':
code.c:6863: Internal compiler error in gen_lowpart, at emit-rtl.c:1197
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
$ 

I build my mspgcc today, with the latest code from cvs. I'm using the newest
binutils with the binutils-ld patch from mspgcc. Can you tell me how/when you
built your compiler? Thank you very much.

Dima

On Thu, 19 Jun 2008 08:37:11 +0200
Hardy Griech <[email protected]> wrote:

> Dima Kogan wrote:
> :
> > http://www.cds.caltech.edu/~dkogan/code.c
> 
> My first reply was a little bit too short shot... ;-)
> 
> I've downloaded your code and tried to compile it with no problem 
> (windows/cygwin, msggcc self-built):
> 
> ha...@stchps376 /tmp/msp
> $ msp430-gcc -Wall -mmcu=msp430x149 -o code.o code.c
> code.c:2598: warning: inline function 
> `XE1205SendReceiveP___signalPacketReceived___runTask' given attribute 
> noinline
> code.c:6845: warning: inline function 
> `XE1205SendReceiveP___signalPacketReceived___runTask' given attribute 
> noinline
> 
> ha...@stchps376 /tmp/msp
> $ ls -ls
> total 396
> 308 -rwxr-xr-x 1 hardy Kein 314941 Jun 19 08:33 code.c*
>   88 -rwxr-xr-x 1 hardy Kein  87742 Jun 19 08:36 code.o*
> 
> So what are your actual compiler options?
> 
> Hardy
> 
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> Mspgcc-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to