distributing-gcc
distributing-gcc copied to clipboard
Binary releases of GCC (native and cross) on macOS; also, the scripts/Makefiles used for producing them.
[GCC 13.2.0 aarch64](https://github.com/simonjwright/distributing-gcc/releases/tag/gcc-13.2.0-aarch64) release doesn’t include AUnit.
The final screen of the installation (source in `conclusion.html-tmpl`) merely tells you how to alter `PATH` in the current shell; should at least discuss making a more permanent change, or...
I am trying to write a parallel, tasking version of a computationally expensive algorithm. I aim to do this by introducing 3 tasks within a block statement that appears in...
Hi, @simonjwright, First of all, thank you for distributing the GCC binary tools for macOS and for documenting everything on your blog. I'd like to continue [this thread](https://stackoverflow.com/questions/76730720/gdb-on-macos-ventura-fails-with-python-library-not-loaded/76741414?noredirect=1#comment135542019_76741414) here. Using...
As discussed [here](https://github.com/iains/gcc-darwin-arm64/issues/101), GCC thinks that macs with Apple silicon have case-sensitive file systems. Most times you won’t notice this (because your files all have lower-case names which don’t use...
With the GCC 14.1.0 (aarch64) release, a user got ``` % gcc -c tprintf.c In file included from tprintf.c:2: /Applications/[Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/time.h:198:67](http://xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/time.h:198:67): error: macro "__API_AVAILABLE2" passed 4 arguments, but takes just 3...
One of my projects is not building - randomly. Error message: Compile [Ada] cvars.adb +===========================GNAT BUG DETECTED==============================+ | 14.2.0 (aarch64-apple-darwin23) Storage_Error stack overflow | | Error detected at cvars.adb:9:5 |...
Not all the packages use the same default for LIBRARY_TYPE. For example, trying to build against `libadalang` will lead to this: ``` libadalang.gpr:21:17: shared library project "libadalang" cannot import static...
Before Sequoia (maybe even before the recent 16.1 update?) the compiler distribution packages couldn’t be opened by double-clicking, but could be opened by a right-button click and selecting _Open_. This...
The system is macOS Sequoia x86_64. Installed the package https://github.com/simonjwright/distributing-gcc/releases/download/gcc-14.1.0-x86_64/gcc-14.1.0-x86_64-apple-darwin21.pkg and GNAT studio https://sourceforge.net/projects/gnuada/files/latest/download The compiler worked ~~~~ sergey@iMac GNAT_studio % gprbuild -Pproba Compile [Ada] main.adb Bind [gprbind] main.bexch [Ada]...