Opened 20 years ago
Closed 20 years ago
#849 closed defect (invalid)
Glibc-2.3.3-lfs-5.1 make fails on Alpha with unknown pseudo-op: `.usepv'
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | 5.1 |
Severity: | blocker | Keywords: | |
Cc: |
Description
Installing an LFS on a Miata 600au, bootstraping from a debian woody:
In Chapter 5 when building Glibc:
in crti.S /mnt/LFS/sources/glibc-build/csu/crti.S: Assembler messages: /mnt/LFS/sources/glibc-build/csu/crti.S:14: Error: unknown pseudo-op: `.usepv' /mnt/LFS/sources/glibc-build/csu/crti.S:31: Error: unknown pseudo-op: `.usepv' make[2]: * mnt/LFS/sources/glibc-build/csu/crti.o Error 1
It looks like a binutils version error, I installed binutils 2.14, the as in the path IS /tools/bin/as with version 2.14
Note:
See TracTickets
for help on using tickets.
This isn't a problem with LFS - it's with your hosts' tools as you're in chapter
June, binutils-2.14 was only released on 12th June so is unlikely to contain the necessary fix as it wll have been branched for release some time previous to that. You'll therefore need to use binutils-2.15 on your host, and also in chapters 5 & 6 (so the self-hosted toolchain can compile glibc too).
Cheers,
Matt.