Skip to content

MovingTheCompiler

Simon Wright edited this page Nov 16, 2024 · 2 revisions

The default installation location now includes the architecture, e.g. /opt/gcc-14.2.0-3-aarch64.

For GCC 14 and later, the compiler and tools have been built so that, if required, they can be moved: e.g.

mv /opt/gcc-14.2.0-3-aarch64 $HOME/GNAT/14.2.0

(you may need sudo).

Clone this wiki locally