I am using MDK under Windows and have changed the project compiler to arm-none-eabi-gcc. Now, when I compile some programs into an .a library file and try to call this library in another project, I encounter errors such as "error: junk at end of line, first unrecognized character valued 0x10" and "Warning: end of file in string; '"' inserted". However, the same library can be referenced normally using arm-none-eabi-gcc under Linux. What compilation option in MDK do I need to modify to resolve this issue
MDK Version 5.31.0.0arm-none-eabi-gcc version 10.3.1