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]

problem with compiling gcc-2.95.2 on alpha running debian2.1, xgcc dontwant to read the self created specs file!


(See attached file: configure.log)(See attached file: make.log)(See
attached file: strace.log)

I tried to compile gcc-2.95.2 step-by-step (separate dir, ..make
bootstrap...), but I get "Invalid argument" messages from the new xgcc.
Here are the details:
The output of "configure...", and of the subsequent trials of "make
bootstrap" attached.

I figured out, that I should swap the -B./ and -B./alpha....-gnu options in
GCC_FOR_TARGET, without this
I stopped with error at tmp-dum.c, as You can see in logs (about 3 times...
:-)))
(I set up links in /usr/alpha-unknown-linux-gnu/lib bin and include to the
/usr/lib bin include; as ar and ld and the includes are there)

After this the next stop with the same message was at the new specs file.
I tried out manually creating it with "-dumpspecs", but the result was the
same: xgcc dont want to read it back!)

I attached the result of strace of the xgcc command which caused the
problem.

I think, that something is not OK with the line 1464 in gcc.c: it seems
like the opening of the specs file succeeded (look at strace.log), but
line1464 treats it as it didnt.

Any suggestions?

Something more info:
debian2.1
2.2.14 kernel
dec alphaserver 2100 with ev4 cpu
egcs-2.91.66 compiler
2.0.7 glibc (I want 2.1.3, but what was the first: the egg or the chicken?
:-)))

Please CC to my personal address too; I have problems with finding answer
on mailing lists.

Cly






configure.log

make.log

strace.log


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