On Sun, 29 Dec 2024, Geert Uytterhoeven wrote:
output/host/bin/m68k-buildroot-linux-gnu-as /tmp/a.s does build. output/host/bin/m68k-buildroot-linux-gnu-gcc -c /tmp/a.s does not.
You may want to try, $ output/host/bin/m68k-buildroot-linux-gnu-gcc -v -c /tmp/a.s As that will print the full assembler command line, among other things. E.g. ... /usr/libexec/gcc/m68k-unknown-linux-musl/as -v -mcpu=68020 --pcrel -o a.o a.s