This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: failure of the UDK compiler to bootstrap
> | > UX:as: ERROR: (EOF):undefined name: .LPR0: No such file or directory
> | > make[2]: *** [crtbegin.o] Error 1
> | > make[2]: Leaving directory `/s/tools/gccudkobj/gcc'
> | > make[1]: *** [stage1_build] Error 2
> |
> | Tried using gas/binutils as the assembler?
>
> Up to know, eschewing the SCO native assembler has been a bad idea.
It still is, though not as bad as it used to be.
The problem isn't the assembler. As shown in
http://gcc.gnu.org/ml/gcc-bugs/2001-02/msg00369.html
the problem is that GCC is emitting a call to a label that doesn't exist.
The only occurrence of ".LPR0" in the .s file from the source I submitted
is "call .LPR0" with no definition/declaration of that label.
RJL