Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

gcc10

  1. B

    macOS How to customize Xcode support of compilers?

    I have a rather non-standard set up to build for PowerPC: 10.6 PPC (10A190) with Xcode 3.2 and 10.6.8 with Xcode 3.2, Xcode 3.2.6 and Xcode 4.2. There are two problems: 1. I have gcc10 and gcc11 built for PowerPC, however I don't know how to make Xcode see them. Same goes for Macports gcc6 and...
  2. B

    gcc11–gcc15 on 10.5.8, 10.6 PPC and 10.6.8 Rosetta (it works!)

    Mission [mostly] accomplished, we got a working gcc11 compiler on a PowerPC: Anyone who may want to make it build: 1. First build and install this branch of gcc10 using Apple native gcc42: https://github.com/iains/gcc-10-branch/tree/gcc-10-3-ppc 2. Using newly built gcc10, build gcc11...