Date: Mon, 13 Nov 2023 17:56:54 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 275058] lang/gcc link failure on raspberry pi only Message-ID: <bug-275058-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275058 Bug ID: 275058 Summary: lang/gcc link failure on raspberry pi only Product: Ports & Packages Version: Latest Hardware: arm64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: gerald@FreeBSD.org Reporter: ecdowney@clearskyinstitute.com Assignee: gerald@FreeBSD.org Flags: maintainer-feedback?(gerald@FreeBSD.org) Using 13.2-RELEASE with lang/gcc version 12_5 on Pi model 4, I get the following error. The same test on an amd desktop pc using the same OS and p= kg works fine. <CODE> [freebsd@generic ~]$ cat helloworld.cpp=20 #include <stdio.h> int main (int ac, char *av[]) { printf ("hello world\n"); return (0); } [freebsd@generic ~]$ g++ -o helloworld{,.cpp} [freebsd@generic ~]$ ./helloworld=20 ld-elf.so.1: /lib/libgcc_s.so.1: version GCC_4.5.0 required by /usr/local/lib/gcc12/libstdc++.so.6 not found </CODE> --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275058-7788>