public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* make error
@ 2007-04-27  6:34 q-x jiang
  2007-04-28  1:13 ` Michael Eager
  0 siblings, 1 reply; 14+ messages in thread
From: q-x jiang @ 2007-04-27  6:34 UTC (permalink / raw)
  To: gcc-help

Dear Sir or Ms,
I am installing a local gcc in a SUSE10.1 environment (with gcc-4.1.0)
so as to use g77 support.
I downloaded the complete gcc-4.1.0 tar ball from a mirror site, and
configured it at my local user directory with

../gcc-4.1.0/configure --prefix=/home/jiangq/gcc4 --disable-bootstrap

The configure went through OK, but 'make' generated the following errors:

WARNING: `makeinfo' is missing on your system.  You should only need it if
         you modified a `.texi' or `.texinfo' file, or any other file
         indirectly affecting the aspect of the manual.  The spurious
         call might also be the consequence of using a buggy `make' (AIX,
         DU, IRIX).  You might want to install the `Texinfo' package or
         the `GNU make' package.  Grab either from any GNU archive site.
make[3]: *** [fastjar.info] Error 1
make[3]: Leaving directory `/home/jiangq/gcc/fastjar'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/jiangq/gcc/fastjar'
make[1]: *** [all-fastjar] Error 2
make[1]: Leaving directory `/home/jiangq/gcc'
make: *** [all] Error 2


What do you think is the problem with the fastjar?

Thanks for your help.

Qiu-Xing Jiang

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: make error
@ 2007-04-27 17:35 Timothy C Prince
  0 siblings, 0 replies; 14+ messages in thread
From: Timothy C Prince @ 2007-04-27 17:35 UTC (permalink / raw)
  To: jiangq; +Cc: gcc-help



-----Original Message-----
From: q-x jiang <jiangq@mail.rockefeller.edu>
To: gcc-help@gcc.gnu.org
Date: Fri, 27 Apr 2007 00:39:35 -0400
Subject: make error

Dear Sir or Ms,
I am installing a local gcc in a SUSE10.1 environment (with gcc-4.1.0)
so as to use g77 support.
I downloaded the complete gcc-4.1.0 tar ball from a mirror site, and
configured it at my local user directory with

.../gcc-4.1.0/configure --prefix=/home/jiangq/gcc4 --disable-bootstrap

The configure went through OK, but 'make' generated the following errors:

WARNING: `makeinfo' is missing on your system.  You should only need it if
         you modified a `.texi' or `.texinfo' file, or any other file
         indirectly affecting the aspect of the manual.  The spurious
         call might also be the consequence of using a buggy `make' (AIX,
         DU, IRIX).  You might want to install the `Texinfo' package or
         the `GNU make' package.  Grab either from any GNU archive site.
make[3]: *** [fastjar.info] Error 1
make[3]: Leaving directory `/home/jiangq/gcc/fastjar'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/jiangq/gcc/fastjar'
make[1]: *** [all-fastjar] Error 2
make[1]: Leaving directory `/home/jiangq/gcc'
make: *** [all] Error 2


What do you think is the problem with the fastjar?
____________________________________________________

You show nothing to indicate a problem with fastjar.
What do gcc-4.1 or fastjar have in common with your goal of using g77?  If you use a somewhat newer version of gcc, gfortran should be an improvement over g77.  You would need a much older version to have g77 included.

Tim Prince

^ permalink raw reply	[flat|nested] 14+ messages in thread
* make error
@ 2000-08-24  8:48 Helfried Tschemmernegg
  2000-08-24 20:14 ` Alexandre Oliva
  0 siblings, 1 reply; 14+ messages in thread
From: Helfried Tschemmernegg @ 2000-08-24  8:48 UTC (permalink / raw)
  To: gcc-help

Hi!

When I compile my gcc-2.95.2-source I get the following error-message:

for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3
_ashldi3
_ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf
_floatdisf
 _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi
_fixxfdi _fix
unsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp
_varar
gs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit
_ctors _pur
e; \
do \
  echo ${name}; \
  /usr/src/build-gcc/gcc/xgcc -B/usr/src/build-gcc/gcc/
-B/usr/local/m68k-atroni
c-elf/bin/ -I/usr/local/m68k-atronic-elf/include -O2  -DCROSS_COMPILE
-DIN_GCC
   -g -O2 -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
-Dinhibit_lib
c   -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config
-I../../gcc-2.95.2/
gcc/../include -c -DL${name} \
       ../../gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  m68k-atronic-elf-ar rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
E:\DOKUME~1\ADMINI~1\LOKALE~1\Temp/ccjhXdbe.s: Assembler messages:
E:\DOKUME~1\ADMINI~1\LOKALE~1\Temp/ccjhXdbe.s:82: Error: Rest of line
ignored. F
irst ignored character is `('.
E:\DOKUME~1\ADMINI~1\LOKALE~1\Temp/ccjhXdbe.s:85: Error: Rest of line
ignored. F
irst ignored character is `1'.
E:\DOKUME~1\ADMINI~1\LOKALE~1\Temp/ccjhXdbe.s:86: Error: ignoring
unrecognized s
ymbol type ""
E:\DOKUME~1\ADMINI~1\LOKALE~1\Temp/ccjhXdbe.s:86: Error: Rest of line
ignored. F
irst ignored character is `1'.
E:\DOKUME~1\ADMINI~1\LOKALE~1\Temp/ccjhXdbe.s:87: Error: Rest of line
ignored. F
irst ignored character is `1'.
E:\DOKUME~1\ADMINI~1\LOKALE~1\Temp/ccjhXdbe.s:112: Error: expected comma
after n
ame `' in .size directive
E:\DOKUME~1\ADMINI~1\LOKALE~1\Temp/ccjhXdbe.s:112: Error: Rest of line
ignored.
First ignored character is `1'.
E:\DOKUME~1\ADMINI~1\LOKALE~1\Temp/ccjhXdbe.s:116: Error: Rest of line
ignored.
First ignored character valued 0xffffff83.
make[3]: *** [libgcc2.a] Error 1
make[3]: Leaving directory `/usr/src/build-gcc/gcc'
make[2]: *** [stmp-multilib-sub] Error 2
make[2]: Leaving directory `/usr/src/build-gcc/gcc'
make[1]: *** [stmp-multilib] Error 1
make[1]: Leaving directory `/usr/src/build-gcc/gcc'
make: *** [all-gcc] Error 2


Does anyone know where in the gcc source I can look for the error?
I've made changes in some files to force gcc prepending an underscore
befor the symbol-names. These are the files I've changed:
/gcc-2.95.2/gcc/config/elfos.h:122: "%U%s" instead of "%s"
/gcc-2.95.2/gcc/config/m68k/m68kelf.h:60: "_" instead of ""

I've configured with configure --target=m68k-elf and built with make.

Thanks for any help
  Helfried

-- 
Sent through GMX FreeMail - http://www.gmx.net

^ permalink raw reply	[flat|nested] 14+ messages in thread
* make error
@ 1999-09-27 13:44 Rob
  1999-09-27 13:21 ` Arthur Haas
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Rob @ 1999-09-27 13:44 UTC (permalink / raw)
  To: help-gcc

hi,

I get the following error when compiling bash-2.03 on my x86 Solaris 7:

# make
...
make[1]: Entering directory '/tmp/bash-2.03/builtins'
rm -f libbuiltins.a
cr libbuiltins.a builtins.o .... <rest of objects> ...
make[1]: cr: command not found
make[1]: *** [libbuiltins.a] Error 127
make[1]: Leaving directory '/tmp/bash-2.03/builtins'
make: *** [builtins/libbuiltins.a] Error 1
#

It seems to be missing the cr command... i don't know what it is or what
it
does. Anyone have a clue ?

Thx,
Rob


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2007-04-28  1:09 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-27  6:34 make error q-x jiang
2007-04-28  1:13 ` Michael Eager
  -- strict thread matches above, loose matches on Subject: below --
2007-04-27 17:35 Timothy C Prince
2000-08-24  8:48 Helfried Tschemmernegg
2000-08-24 20:14 ` Alexandre Oliva
1999-09-27 13:44 Rob
1999-09-27 13:21 ` Arthur Haas
1999-09-30 23:56   ` Arthur Haas
1999-10-01  0:00   ` Arthur Haas
1999-09-27 13:39 ` Paul D. Smith
1999-09-30 23:56   ` Paul D. Smith
1999-10-01  0:00   ` Paul D. Smith
1999-09-30 23:56 ` Rob
1999-10-01  0:00 ` Rob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).