From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by sourceware.org (Postfix) with ESMTPS id 91ABE3858D33 for ; Tue, 14 Feb 2023 11:37:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 91ABE3858D33 Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=tutanota.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=tutanota.com Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 8F510106015B for ; Tue, 14 Feb 2023 11:37:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1676374627; s=s1; d=tutanota.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=c1DuZcny/ZVT1pYN8XzCnwrBZ5YX5zl+77abfoS0dYU=; b=nVt9JLPaWxR43OtagwvHr4UY1+o2OtuZTdXleq0qWJ2XiQHxQHDM/B5XXiNwIcVU qQ+jjJcczzvVF8ylEHAjMpnMFGQ7pU3fCedrcoWpA0oQC8Ca8j85M/bIMFgBc1qrqut jhx2nslgx4Bye6bkKkUHz1tAoo07AHmjx6n9SNfS20T/hr5JYvspwO671e+Us91fI5H +nExHC3w0Nm3xSBbfkBlwmwh3oGiiKrI3yeUldn/O2AriAMryRXjB5VBpiN4xE7up57 KcEVBc2djR0jOdqkoq2X1vHJ5s/bYKLaBLCeOEIHrzrzUXTGuZywELswQz24CpYvihi kJP5Tgj80A== Date: Tue, 14 Feb 2023 12:37:07 +0100 (CET) From: Sagar Acharya To: Gcc Help Message-ID: Subject: Cross Compiling for riscv64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: I built binutils and added variables AR , etc. for configuring Configured with ./configure --target=3Driscv64-unknown-elf make Gives g++: fatal error: Killed signal terminated program cc1plus compilation terminated make[2]: *** [Makefile:1143: gimple-match.o] Error 1 make[2]: Leaving directory '/path/to/gcc-12.2.0/host-aarch64-unknown-linux-= musl/gcc' make[1]: *** [Makefile:4610: all-gcc] Error 2 make[1]: Leaving directory 'gcc-12.2.0=E2=80=99 make: *** [Makefile:1028: all] Error 2 I already have a preinstalled package aarch64-linux-musl-gcc . Kindly help.= =C2=A0 Thanking you Sagar Acharya https://designman.org