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
  • HI, @Ronan

    Please forgive me for another question for this closing thread,

    I'm using make to build the project, but it turns to be arm compiler 5 Makefile.

    Could I turn that to be compiler 6 edition Make file?

    The following is the order:

    armcc -g -O0 --c99 --strict --diag_error=warning --diag_suppress=9931 --cpu=Cortex-A9 --no_unaligned_access -Ilib -Ihwlib/include -Ihwlib/include/soc_cv_av -Ihwlib/include/soc_cv_av/socal -ID:\board\cyclone_V_soc\intel-socfpga-hwlib\tools\newlib\usr\arm-eabi/include -Dsoc_cv_av -DALT_FPGA_ENABLE_DMA_SUPPORT=1 -D_USE_STDLIB -DALT_BRIDGE_PROVISION_F2S_SUPPORT -DCYCLONEV -DPRINTF_HOST -c hwlib/src/hwmgr/alt_address_space.c -o objs_ARMCC_CYCLONEV/alt_address_space.o

    Thanks

    Reguards,

    Alex

Reply
  • HI, @Ronan

    Please forgive me for another question for this closing thread,

    I'm using make to build the project, but it turns to be arm compiler 5 Makefile.

    Could I turn that to be compiler 6 edition Make file?

    The following is the order:

    armcc -g -O0 --c99 --strict --diag_error=warning --diag_suppress=9931 --cpu=Cortex-A9 --no_unaligned_access -Ilib -Ihwlib/include -Ihwlib/include/soc_cv_av -Ihwlib/include/soc_cv_av/socal -ID:\board\cyclone_V_soc\intel-socfpga-hwlib\tools\newlib\usr\arm-eabi/include -Dsoc_cv_av -DALT_FPGA_ENABLE_DMA_SUPPORT=1 -D_USE_STDLIB -DALT_BRIDGE_PROVISION_F2S_SUPPORT -DCYCLONEV -DPRINTF_HOST -c hwlib/src/hwmgr/alt_address_space.c -o objs_ARMCC_CYCLONEV/alt_address_space.o

    Thanks

    Reguards,

    Alex

Children