From nobody Sat Aug 27 14:41:44 2022 X-Original-To: hackers@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4MFKCl59lRz4ZYHy for ; Sat, 27 Aug 2022 14:41:55 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4MFKCj68zkz3WqR for ; Sat, 27 Aug 2022 14:41:53 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.huji.ac.il; s=57791128; h=To:Date:Message-Id:Subject:Mime-Version:Content-Type:From; bh=qz3XcrRUS2aiHfkzFMrcvopDmnN3UYQMbjOsDdKDGk8=; b=aFrsxju3qUIW8+eTSGnXjEpbxzgsen/oAYHVDg+eTEoFR5Es/O9fvh7GWQuCCBnd0WJR6jXy8hNQ6rqQRFi66hDe+I5BexJDePHHOlyjIe0MBXx6AAOl665QlBFLGuSCDi09t20P3CdnUFHQPEcg/ov7MIuHnb2VSRXE4UV6od4cSXdUAntM/3oCTp3T+Hl8M+3f3HuemI6y+LrkW/OFvIPaBN3zzYwoEuslP0cpmkgiLZMja43qAEHFpHXNWR/aoq3fZaB7g0OA2ARwcff46hjxSOFfgBsLFv6FndVdnhA2BEQ+VGHZ4b+uFOjUjxWD5VNL078TOmcDTfjNwCCbeg==; Received: from imac.bk.cs.huji.ac.il ([132.65.179.42] helo=smtpclient.apple) by kabab.cs.huji.ac.il with esmtp id 1oRx0L-0000SQ-1W for hackers@freebsd.org; Sat, 27 Aug 2022 17:41:45 +0300 From: Daniel Braniss Content-Type: multipart/alternative; boundary="Apple-Mail=_DB2A709E-22A5-447C-9DCC-7290F133167D" List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.1\)) Subject: GLIBCXX_3.4.20 not found Message-Id: <7E480491-8FDD-4FCB-AF70-85A50FA6DA2C@cs.huji.ac.il> Date: Sat, 27 Aug 2022 17:41:44 +0300 To: freebsd-hackers X-Mailer: Apple Mail (2.3696.120.41.1.1) X-Rspamd-Queue-Id: 4MFKCj68zkz3WqR X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cs.huji.ac.il header.s=57791128 header.b=aFrsxju3; dmarc=pass (policy=none) header.from=huji.ac.il; spf=none (mx1.freebsd.org: domain of danny@cs.huji.ac.il has no SPF policy when checking 132.65.116.210) smtp.mailfrom=danny@cs.huji.ac.il X-Spamd-Result: default: False [-3.30 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[huji.ac.il,none]; MV_CASE(0.50)[]; R_DKIM_ALLOW(-0.20)[cs.huji.ac.il:s=57791128]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; MIME_TRACE(0.00)[0:+,1:+,2:~]; MLMMJ_DEST(0.00)[hackers@freebsd.org]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:378, ipnet:132.64.0.0/15, country:IL]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; TO_DN_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FREEFALL_USER(0.00)[danny]; DKIM_TRACE(0.00)[cs.huji.ac.il:+]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N --Apple-Mail=_DB2A709E-22A5-447C-9DCC-7290F133167D Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 hi all, the subject is the short version :-) actually I=E2=80=99m using espressif idf stuff for some time now, to = compile programs for esp32 et.all, but their latest version 5.1 (not = stable) complains each time any of the compilers (they need linux.ko) is run =E2=80=A6=20 /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required = by = /cs/system/danny/.espressif-latest/tools/xtensa-esp32-elf/esp-2022r1-11.2.= 0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/11.2.0/cc1plus) so is there any version of libstdc++ that has the missing symbol? thanks for any insight, danny =09= --Apple-Mail=_DB2A709E-22A5-447C-9DCC-7290F133167D Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 hi = all,
 the subject is the short version :-)

actually I=E2=80=99m = using espressif idf stuff for some time now, to compile programs for = esp32 et.all, but their latest version 5.1 (not stable) = complains
each time any of the compilers (they need = linux.ko) is run
=E2=80=A6 
  =    /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found = (required by = /cs/system/danny/.espressif-latest/tools/xtensa-esp32-elf/esp-2022r1-11.2.= 0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/11.2.0/cc1plus)


so is there any version = of libstdc++ that has the missing symbol?

thanks for any insight,

= danny

=
= --Apple-Mail=_DB2A709E-22A5-447C-9DCC-7290F133167D--