I built a cross compiler on Linux via
TARGET = x86_64-linux-musl
without any issues and installed in to the default local output directory.
I'm currently struggling to use it for my cmake project (with it's external projects).
Does anyone have a cmake toolchain file?
Thanks