I have an ARM build code that compiles well with Visual Studio. I would like to use the same ARM assembly code and compile it using the GNU Assembler. As you know, the syntax of both collectors is different. I was wondering if there is any tool that can convert from these assembly syntaxes.
assembly arm gas visual-studio gnu
Cinar
source share