Assembling ARM instructions on x86_64 – Ubuntu
I have a file, foo.S, which contains ARM thumb instructions, on an Ubuntu 22.04 x86_64 machine. Is it possible to convert this into an ARM object file using as from binutils or do I need to create a cross-compiler toolchain?…