autc04 / Retro68

a gcc-based cross-compiler for classic 68K and PPC Macintoshes
GNU General Public License v3.0
555 stars 54 forks source link

GCC: build failure on Sonoma #236

Closed MaddTheSane closed 6 months ago

MaddTheSane commented 8 months ago

Changes to the libc++ library seem to break the version of GCC that Retro68 uses. Specifically, cp/mapper-client.o fails because "'__abi_tag__' attribute only applies to structs, variables, functions, and namespaces". Maybe the C++ standard specified by the makefile is too low? out.log

autc04 commented 6 months ago

Should be fixed by PR #241.