From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 967273858297; Mon, 3 Oct 2022 19:40:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 967273858297 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664826044; bh=Zd3AHxdfLF5i4KR3mL+fkFDOJWDxKvaiMAhFdyMpCn4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XjNu5yK2w0gARhpQVNXbvseXaeQegY/VQwermejlDWvqHleFxOpmd79xNzcNDGkMW PPDAukyVqze/yHDLCOzY3LNwD79rhPs4nQ33Gb8t/BW7MFlqzbWjTSwJ4hZtn6lqlr APw242lXH+NPer7hLo3kTKQavT//bBCOiQzws4KI= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107134] fatal error: stdint.h: No such file or directory for freestanding C++ toolchain Date: Mon, 03 Oct 2022 19:40:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org 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=3D107134 --- Comment #3 from Jonathan Wakely --- (In reply to cqwrteur from comment #0) > x86_64-elf-g++ -c b.cc -std=3Dc++23 > In file included from > /home/cqwrteur/toolchains/native/x86_64-elf/x86_64-elf/include/c++/13.0.0/ > cstdint:41, > from b.cc:1: > /home/cqwrteur/toolchains/native/x86_64-elf/lib/gcc/x86_64-elf/13.0.0/ > include/stdint.h:9:16: fatal error: stdint.h: No such file or directory Wait a minute, why do you even have libstdc++'s installed for th= is configuration?=