From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Seiderer Date: Fri, 26 Mar 2021 19:05:37 +0100 Subject: [Buildroot] Raspberry Pi 3 linux image installation In-Reply-To: References: Message-ID: <20210326190537.5f421abc@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 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_built] 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