From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Seiderer Date: Tue, 30 Mar 2021 20:52:57 +0200 Subject: [Buildroot] Raspberry Pi 3 linux image installation In-Reply-To: References: <20210326190537.5f421abc@gmx.net> Message-ID: <20210330205257.3e07a915@gmx.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello Nicolas, On Tue, 30 Mar 2021 10:52:26 +0000, Nicolas Chango wrote: > Hello Peter, > Thank you very much, it was memory. > I raised virtualbox RAM and retry and it was good. Thanks for the feedback, good to hear it now works for you (please keep the mailing list in CC as error message and fix might be helpfully for others too)... Regards, Peter > > Regards, > Nicolas > > > > -----Message d'origine----- > De?: Peter Seiderer > Envoy??: vendredi 26 mars 2021 19:06 > ??: Nicolas Chango > Cc?: buildroot at busybox.net > Objet?: Re: [Buildroot] Raspberry Pi 3 linux image installation > > Hello Nicolas, > > On Fri, 26 Mar 2021 13:17:12 +0000, Nicolas Chango wrote: > > > Hi, I try to install image for Raspberry Pi 3 device, > > > > I use the last Ubuntu version in virtualbox. > > > > Afer commands : > > > > $ make raspberrypi3_defconfig > > $ make > > > > ?I have the following errors : > > > > g++: fatal error: Processus arr?t? signal terminated program cc1plus > > compilation terminated. > > make[3]: *** [Makefile:1116 : gimple-match.o] Erreur 1 > > make[3]: *** Attente des t?ches non termin?es.... > > make[2]: *** [Makefile:4300 : all-gcc] Erreur 2 > > make[1]: *** [package/pkg-generic.mk:250 : > > /home/nicolas/buildroot/output/build/host-gcc-initial-9.3.0/.stamp_bui > > lt] Erreur 2 > > make: *** [Makefile:84 : _all] Erreur 2 > > > > Someone could help me please ? > > Maybe Out-Of-Memory in your Virtualbox? Try to configure more memory (or less CPUs), or set BR2_JLEVEL in your config file to something smaller than your CPU count... > > Regards, > Peter