Jazz

Setting up a cross compiler

We use a cross compiler to compiler for a specific architecture that we’re targeting. We also need it to compiler binaries that run on that OS.

What

We use the gcc compiler and linker for our purpose. For this, we download the desired version for the compiler and compile it for the architecture we’re building our OS for.

How

References