Use GCC Compiler for Arm projects(Use arm-none-eabi-gcc)

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

Parents Reply Children
No data