This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Arm compiler 6 cant compile .s files

HI,

I have a .s file in my project but the arm compiler can't recognize the file.

Do you know how to compile the .s file through arm 6?

Another question is that I want to use arm compiler 5 and install/imported in armds,however, when using evaluation version of ide the error occurred for license problems,

How to fix that?

Reguards,

Alex

Parents
  • here is the picture of the error page

    armclang.exe --target=arm-arm-none-eabi -mcpu=cortex-a9 -mfpu=neon-fp16 -mfloat-abi=hard -marm -g -c -o "hwlibs/src/alt_bridge_f2s_armcc.o" "../hwlibs/src/alt_bridge_f2s_armcc.s"

Reply
  • here is the picture of the error page

    armclang.exe --target=arm-arm-none-eabi -mcpu=cortex-a9 -mfpu=neon-fp16 -mfloat-abi=hard -marm -g -c -o "hwlibs/src/alt_bridge_f2s_armcc.o" "../hwlibs/src/alt_bridge_f2s_armcc.s"

Children