From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F3DFF3858D20; Thu, 2 May 2024 13:22:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F3DFF3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714656143; bh=GX2nJGz7s7+sP0yUytnixE08EV4RIVeCHSfO9rXwOME=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s9kHi+bvK+rXvMhVblqA/5pKrQXxMvQRjYePgk2idkURGXRFkbCdQgxSFJ/pKv9FH zV/tn+Nz8y+eBKUfMj7vzhWB4D+IkOJOfXzbBGxgAidaoJfKggdMIUaH0CRzVYNxlY 1zL/2ePhhmFIxqzudswkunOwZsLGa1ZqoNAQOrKw= From: "mikpelinux at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114910] can't build a c6x cross compiler Date: Thu, 02 May 2024 13:22:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: assemble-failure, build X-Bugzilla-Severity: normal X-Bugzilla-Who: mikpelinux at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114910 --- Comment #5 from Mikael Pettersson --- I don't use crosstool-ng, but I have no problems building a cross to c6x-unknown-elf with binutils-2.42, gcc-14.1.0-RC-20240430, and newlib-4.4.0.20231231. (A cross to c6x-unknown-uclibc with uclibc-ng-1.0.47 experiences some problems not seen with gcc-13.2.0, but those are compiler-warnings-that-now-are-errors rather than the assembler errors you cited.)=