This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/70473] genautomata memory footprint for arm


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70473

BillyBarty <bill_bartol at yahoo dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bill_bartol at yahoo dot com

--- Comment #7 from BillyBarty <bill_bartol at yahoo dot com> ---
I was having this same issue building gcc 5.2.0 on my Raspberry Pi 3.  I
successfully built it and then decided to duplicate everything I did before and
re-run the build.  That's when this issue started showing up.  So what changed?
 Well, I forgot that I had (subsequent to the successful build) gone into
raspi-config and change the Boot Options to boot to the desktop GUI and
rebooted.  So what I did was go back into raspi-config and put the Boot Options
back to boot to text console, rebooted again, and confirmed that the Pi stopped
its boot at the text console (it did).  Then I ran the make and the process
made it past the gcc build/genautomata step that it had previously conked out
on.  So I guess not having the desktop GUI running freed up enough memory to
get me past said genautomata step.  The make is still running; hopefully it
will continue and complete successfully like it did before when I was booting
to the text console.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]