This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Error while compiling crtbegin.o (egcs 970925)


Hello,

I have a problem while compiling crtbegin.o with egcs-970925 on a
Sequent (Dynix 4.22) :

./xgcc -B./ -v  -DIN_GCC    -g -I./include  -I. -I. -I./config  -g0 \
  -finhibit-size-directive -fno-inline-functions -fno-exceptions -fPIC \
  -c ./crtstuff.c -DCRT_BEGIN -o crtbegin.o
Reading specs from ./specs
gcc version egcs-2.90.10 970924 (gcc2-970802 experimental)
 ./cpp -lang-c -v -I./include -I. -I. -I./config -isystem ./include
-undef -D__GNUC__=2 -D__GNUC_MINOR__=90 -Di386 -Dunix -D_SEQUENT_
-D__i386__ -D__unix__ -D_SEQUENT_ -D__i386 -D__unix -Asystem(unix)
-Asystem(ptx4) -Acpu(i386) -Amachine(i386) -g -g0 -DIN_GCC -DCRT_BEGIN
./crtstuff.c /var/tmp/cca09400.i
GNU CPP version egcs-2.90.10 970924 (gcc2-970802 experimental) (i386
Sequent Dynix/ptx Version 4)
#include "..." search starts here:
#include <...> search starts here:
 include
 .
 config
 include
 /usr/local/include
 /usr/include
End of search list.
 ./cc1 /var/tmp/cca09400.i -quiet -dumpbase crtstuff.c -g -g0 -version
-finhibit-size-directive -fno-inline-functions -fno-exceptions -fPIC -o
/var/tmp/cca09400.s
GNU C version egcs-2.90.10 970924 (gcc2-970802 experimental)
(i386-sequent-sysv4) compiled by GNU C version 2.7.2.1.
 /step2/2/egcs/i386-sequent-sysv4/bin/as -no_0f_fix -V -Qy -o crtbegin.o
/var/tmp/cca09400.s
/step2/2/egcs/i386-sequent-sysv4/bin/as: unrecognized option
`-no_0f_fix'
make: *** [crtbegin.o] Error 1



Note : in this version of egcs, there was a little problem in ptx4.h :
characters '/*' are missing at line 338 :

(..)
336: /* The prefix to add to user-visible assembler symbols. */
337:
338:   For System V Release 4 the convention is *not* to prepend a
leading
339:   underscore onto user-level symbol names.  */
begin:          vcard
fn:             Christophe Réquillart
n:              Réquillart;Christophe
org:            Bull Ingénierie
adr:            12, rue de Paris;;;Le Pecq;;78230;France
email;internet: C.Requillart@bull-ingenierie.fr
tel;work:       0130871285
tel;fax:        0130871267
x-mozilla-cpt:  ;0
x-mozilla-html: TRUE
version:        2.1
end:            vcard


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