Opened 9 years ago
Closed 8 years ago
#12206 closed bug (no change required)
Cross-compiler not buildable since GCC-4.8.5 upgrade
Reported by: | haiqu | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Build System | Version: | R1/Development |
Keywords: | cross-compiler | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Tested build of GCC-4.8.5 cross-comilers for x86 and x86_64 on hrev49397. Fails at the same place on both of them, in the middle of building libstdc++-v3.
Attachments (3)
Change History (9)
by , 9 years ago
Attachment: | failure-485.txt added |
---|
comment:1 by , 9 years ago
Seems this log is incomplete.
x86_64 built OK for me at least. Did you try building 4.8.4 the same way as you tried 4.8.5?
comment:2 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 9 years ago
I've had 4.8.4 built for ages. The trouble is in libatomic, I've done:
cd buildtools/gcc/libatomic /bin/sh -x ./configure 2>&1 | tee log && gzip log
and will attach the resultant file.
comment:4 by , 9 years ago
OK, did a make distclean
in buildtools/gcc/libatomic so we'd have a config log.
Quite informative - attached.
comment:5 by , 9 years ago
So you try to build a ppc cross compiler... When did you intend to pass this information?
comment:6 by , 8 years ago
Resolution: | → no change required |
---|---|
Status: | assigned → closed |
Cross compiler for ppc builds fine as of hrev50351
Tail of the build, grabbed off the terminal.