I’ve searched for how to setup a cross compilation environment for BBAI-64 but haven’t found anything.
What is the workflow for building non-trivial software for BBAI-64?
I’ve searched for how to setup a cross compilation environment for BBAI-64 but haven’t found anything.
What is the workflow for building non-trivial software for BBAI-64?
If your main system is Debian 11.x (x86), just install:
sudo apt install binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu
Regards,