http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52570
Bug #: 52570
Summary: Error message during build of gcc-4.6.3:
lto/lto-object.o: file not recognized: File truncated
Classification: Unclassified
Product: gcc
Version: 4.6.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52570
--- Comment #2 from abcgcc 2012-03-12 22:56:26 UTC
---
On Mon, Mar 12, 2012 at 3:45 PM, pinskia at gcc dot gnu.org <
gcc-bugzi...@gcc.gnu.org> wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52570
>
> Andrew Pinski changed:
>
> W
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52570
--- Comment #4 from abcgcc 2012-03-13 17:39:38 UTC
---
I have plenty of space. And it worked after make clean. So following worked
make clean
make -j 3 (I have 4 processors)
make install
Thanks.
On Tue, Mar 13, 2012 at 1:35 AM, rguenth at gcc