Hello Sheideh, > On 5 Aug 2024, at 19:00, Sheideh Homayon <shomayon@xxxxxxxx> wrote: > I am currently working with GCC 7.5.0 and need to ensure its compatibility > with macOS 14 Sonoma, running on an Apple M3 processor. > Could anyone provide insights or share experiences regarding the > compatibility of GCC 7.5.0 with macOS 14 Sonoma and Apple M3? Are there any > known issues or additional configurations required? The only current GCC support for Arm64/aarch64 macOS is via my development branches. The earliest version of GCC supported is GCC 12. > Additionally, if there are any recommended updates or alternative GCC > versions that better support this macOS version and architecture, I would > greatly appreciate your recommendations. For macOS 14 / Sonoma, I would recommend building GCC-14.2-darwin-r0 https://github.com/iains/gcc-14-branch/releases/tag/gcc-14.2-darwin-r0 This is the most up to date release, thanks, Iain P.S. please make sure you cc me in replies, I am not subscribed to gcc-help.