|
From: | hjl.tools at gmail dot com |
Subject: | [Bug gold/18689] Building perf fails with ld: fatal error: No space left on device |
Date: | Mon, 20 Jul 2015 16:01:33 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=18689 --- Comment #5 from H.J. Lu <hjl.tools at gmail dot com> --- address@hidden pr18689]$ cat foo.c /* Dummy file. */ address@hidden pr18689]$ make gcc -ggdb3 -Wa,--compress-debug-sections=zlib-gabi -c -o foo.o foo.c ./ld.gold -r -o x.o foo.o ./ld -r -o y.o x.o ./ld: x.o: unable to initialize decompress status for section .debug_macro ./ld: x.o: unable to initialize decompress status for section .debug_macro ./ld: x.o: unable to initialize decompress status for section .debug_macro ./ld: x.o: unable to initialize decompress status for section .debug_macro x.o: file not recognized: File format not recognized Makefile:30: recipe for target 'y.o' failed make: *** [y.o] Error 1 address@hidden pr18689]$ -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |