home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / gcc / help / 2492 < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.9 KB  |  54 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!mcsun!julienas!jussieu!fructidor!eranian
  3. From: eranian@fructidor.ibp.fr (Stephane ERANIAN)
  4. Subject: Problems compiling gcc2.3.1. on AIX3.2/RS6000 
  5. Message-ID: <1992Nov10.142724.24992@jussieu.fr>
  6. Keywords: AIX, RS6000, GCC
  7. Sender: eranian@fructidor (ALSO CALLED POAQ)
  8. Nntp-Posting-Host: el-mohino.ibp.fr
  9. Organization: UFR d'Informatique - Universite PARIS 7
  10. Date: Tue, 10 Nov 1992 14:27:24 GMT
  11. Lines: 41
  12.  
  13. I am posting this news here, but I don't know if it is the right place.
  14. Anyway, I 'm having problem with gcc2.3.1 compilation on our RS6000 running
  15. AIX3.2
  16. I followed the steps described in the INSTALL file.
  17. % configure --target=rs6000-ibm-aix
  18. Everthing is OK . Then I just type
  19. % make LANGUAGES=c
  20. After I while ( rather half an hour !!), I got the fllowinfg message : 
  21.    .
  22.    .
  23.    .
  24.    if [ -f libgcc2.ready ] ; then \
  25.                         true; \
  26.                 else \
  27.                         touch libgcc2.ready; \
  28.                 fi
  29.         rm -f tmplibgcc2.a
  30.         set -e; \
  31.                 for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2  _lshrdi3 _lshldi3
  32. _ashldi3 _ashrdi3   _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf  _fixunsdfsi
  33. _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi  __gcc_bcmp _varargs _eprintf _builtin_new
  34. _caps_New _builtin_del  _bb _shtab _clear_cache _trampoline __main _exit _ctors; \
  35.                 do \
  36.                   echo ${name}; \
  37.                   ./xgcc -B./ -O2  -DIN_GCC   -g  -g1 -I. -I. -I./config -c -DL${name} \
  38.                       ./libgcc2.c -o ${name}.o; \
  39.                   if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  40.                   ar rc tmplibgcc2.a ${name}.o; \
  41.                   rm -f ${name}.o; \
  42.                 done
  43. _muldi3
  44. Assembler:
  45. /tmp/ccQ4wCzR.s: line 33: 1252-142 Syntax error.
  46. make: 1254-004 The error code from the last command is 1.
  47.  
  48. Make Quitting.
  49.  
  50. What's wrong, please help !!!!!
  51.  
  52.  
  53.  
  54.