scab-build --keep-cc --analyzer-target=arm-none-eabi -v -v -v make
I would expect these to commands to build my project with the ARM cross compiler (gcc-based), but instead it still tries to build with the default gcc compiler, which obviously fails. I followed the instructions I found here:
I would expect these to commands to build my project with the ARM
cross compiler (gcc-based), but instead it still tries to build with
the default gcc compiler, which obviously fails. I followed the
instructions I found here: