This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Compiling GCC


I'm trying to build sparc-sun-solaris2.4-gcc
on linux host.
I've met such message:
 make LANGUAGES=c
 ./xgcc -B./ -DCROSS_COMPILE -DIN_GCC   -g -I./include    -c ./libgcc1-test.c
 Testing libgcc1.  Ignore linker warning messages.
 ./xgcc -B./ -DCROSS_COMPILE -DIN_GCC   -g -I./include libgcc1-test.o -o libgcc1-test \
   -nostartfiles -nostdlib ./xgcc -B./ --print-libgcc-file-name
libgcc1-test.o: In function 
ain_without__main':
   /net/trill/alexey/gcc-2.7.2/./libgcc1-test.c:19: undefined reference to mul'
   /net/trill/alexey/gcc-2.7.2/./libgcc1-test.c:20: undefined reference to iv'
   /net/trill/alexey/gcc-2.7.2/./libgcc1-test.c:21: undefined reference to em'
   /net/trill/alexey/gcc-2.7.2/./libgcc1-test.c:23: undefined reference to div'
   /net/trill/alexey/gcc-2.7.2/./libgcc1-test.c:24: undefined reference to rem'
   make: *** [libgcc1-test] Error 1

I'll be very much obliged if anybody help me.
            With regard, Denis Manilo      


_______________________________________________
New CrossGCC FAQ: http://www.objsw.com/CrossGCC
_______________________________________________
To remove yourself from the crossgcc list, send
mail to crossgcc-request@cygnus.com with the
text 'unsubscribe' (without the quotes) in the
body of the message.