This is a note about building GNAT-LLVM on macOS.
Wednesday, 9 March 2022
Sunday, 20 February 2022
SPARK2014 and FSF GCC
This is a note about building SPARK (i.e. gnatprove) against an FSF GCC.
Where’s that library?
This note is about some difficulties using shared libraries (.dylibs) on macOS.
Friday, 8 October 2021
Word, templates, rage
Monday, 23 August 2021
(Not) building GTK on Big Sur
People are having much trouble with GtkAda on Big Sur, so I thought "why not try building Gtk?" - as here.
Unfortunately, it's just too complicated & runs into so many problems that I give up.
Tuesday, 6 April 2021
Preparing for a Github PR
This is a note about preparing a pull request (PR) for a Github repository. As much as anything, it’s to stop me having to page back through my lab notebook to find out how I did it last time …
Saturday, 6 March 2021
Developing for Cortex MCUs on a Raspberry Pi
Recently, on the Gitter Ada Programming Language lobby, there have been discussions on cross-compiling for Cortex M micro-controllers, specifically the BBC micro:bit, using the Raspberry Pi.
TL;DR: it's not going to be easy, unfortunately. Maybe later (or earlier?) Raspbian releases will help.