i compiles gcc-3.2.3 here again. for the record:

if you want to do a windows build with cygwin, ensure that the directories are mounted in binary mode.

$ mount
c: on /cygdrive/c type system (binmode)

i changed the mode with the following command:
$ mount --binary --system c: /cygdrive/c

gcc-3.4 still gives the same error as before, so there is also an other issue.

chris

Chris Liechti wrote:

Dmitry wrote:

looks like you've got broken memory which spips CR symbols...


i dont think so. i have the same error on a different machine.

my rather suspect some lf / cr/lf conversion issue by the cyqwin setup. i have to investigate on that one...

chris

I had the same problem once.
Just rebuild everything with no problems.
~d


On Wednesday 21 January 2004 03:05, Chris Liechti wrote:

build/gcc-3.2.3/gcc/xgcc -B/cygdrive/d/prog/msp4... ./libgcc2.c
    libgcc2.c: In function `__mulvsi3':
    libgcc2.c:142: warning: implicit declaration of function `abort'
    /cygdrive/c/...Temp/cc6jrbDG.s: Assembler messages:
    /cygdrive/c/...Temp/cc6jrbDG.s:113: Error: unknown operand
r2dintcall#__umulsi3hwpopr2
    make[2]: *** [libgcc/msp2/_mulvsi3.o] Error 1







-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users





Reply via email to