public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* Bootstrap build problem after V8 test-in-container patch".
@ 2018-08-23 18:16 Steve Ellcey
  2018-08-23 20:02 ` Joseph Myers
  2018-08-23 20:32 ` DJ Delorie
  0 siblings, 2 replies; 11+ messages in thread
From: Steve Ellcey @ 2018-08-23 18:16 UTC (permalink / raw)
  To: libc-alpha, DJ Delorie

I am having a build problem after DJ's patch "V8 test-in-container patch".

I do a bootstrap build by building binutils, then I build a 'partial gcc'
by building "all-gcc all-target-libgcc" and
"install-gcc install-target-libgcc", then I build glibc using that gcc,
followed by a complete build of gcc.

This is no longer working for me, because the glibc build fails with:

aarch64-linux-gnu-gcc -mabi=lp64 -nostdlib -nostartfiles -o /home/sellcey/tot/obj/glibc64/support/links-dso-program .....

/home/sellcey/tot/install/lib/gcc/aarch64-linux-gnu/9.0.0/../../../../aarch64-linux-gnu/bin/ld: cannot find -lstdc++

I tried updating my 'initial' gcc build to include all-target-libstdc++-v3
and install-target-libstdc++-v3 and to include c++ in the languages that
are configured but when I do that the initial gcc build fails during the
configuration of libgomp (presumably libstdc++ needs libgomp).  The libgomp
configure fails with:

/home/sellcey/tot/install/aarch64-linux-gnu/bin/ld: cannot find crt1.o: No such 
file or directory
/home/sellcey/tot/install/aarch64-linux-gnu/bin/ld: cannot find crti.o: No such 
file or directory

I think this failure to be able to do a bootstrap build is going to be a
problem, has anyone else run into this?  Does anyone have a fix?

Steve Ellcey
sellcey@cavium.com

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

end of thread, other threads:[~2018-09-24 20:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-23 18:16 Bootstrap build problem after V8 test-in-container patch" Steve Ellcey
2018-08-23 20:02 ` Joseph Myers
2018-08-23 21:12   ` Steve Ellcey
2018-08-23 20:32 ` DJ Delorie
2018-09-24 16:25   ` Steve Ellcey
2018-09-24 17:20     ` DJ Delorie
2018-09-24 19:39       ` Steve Ellcey
2018-09-24 19:46         ` DJ Delorie
2018-09-24 20:09           ` Zack Weinberg
2018-09-24 20:23             ` DJ Delorie
2018-09-24 20:27               ` Zack Weinberg

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).