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

Fatal error: C3903U: Argument 'neon' not permitted for option 'fpu'.

Hi

Im using cycloneVsoc (cortex-A9 duel core) with armcc v5.06.

I used to do --fpu = vfpv3 --cpu = cortex-a9 on makefile

Now I want to use neon instead.

Yet I can't use --fpu option to open neon.

Ive confurmed that this port does support the neon.

According to ARMCC v5.06 UG for uVision, --fpu don't have neon option.

Could you please tell me how to start/open it by makefile?

Thank you very much

Reguards

Alex

Parents
  • hi

    after using --cpu= Cortex-A9

    multi errors of:

    "CMSIS/CMSIS_CORE/Include/cmsis_armcc.h", line 169: Error: #667: "asm" function is nonstandard
    __attribute__((section(".rev16_text"))) __STATIC_INLINE __ASM uint32_t __REV16(uint32_t value)
    ^

    happened.

    in arm_cmsis.h

    #define __ASM        __asm already.

    reguards

Reply
  • hi

    after using --cpu= Cortex-A9

    multi errors of:

    "CMSIS/CMSIS_CORE/Include/cmsis_armcc.h", line 169: Error: #667: "asm" function is nonstandard
    __attribute__((section(".rev16_text"))) __STATIC_INLINE __ASM uint32_t __REV16(uint32_t value)
    ^

    happened.

    in arm_cmsis.h

    #define __ASM        __asm already.

    reguards

Children