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

Keil CMSIS LPC4337 M0

Hi,

I have some trouble for building an application on M0 core of LPC43xx serie

My application worked fine ..
Then I updated all software pack

Now, each time I try to make an application for M0 core of a LPC43xx using CMSIS RTOS component,
Keil automatically adds file "RTX_CM4.lib" instead of "RTX_CM0.lib" needed for M0 core (as Keil did before).

How can I solve that ?
(all examples from software pack don't build anymore neither)

Thank you.

Parents
  • I have the following erros during linking part :

    .\Objects\M0.axf: Error: L6367E: rt_cmsis.o(.rev16_text) attributes are not compatible with the provided cpu and fpu attributes .
    Object rt_cmsis.o contains Build Attributes that are incompatible with the CPU attributes. Tag_CPU_arch = ARM v7E-M (=13) Tag_CPU_arch_profile = The microcontroller profile 'M' (e.g. for Cortex M3) (=77) Tag_THUMB_ISA_use = Thumb2 instructions were permitted (implies Thumb instructions permitted) (=2)

Reply
  • I have the following erros during linking part :

    .\Objects\M0.axf: Error: L6367E: rt_cmsis.o(.rev16_text) attributes are not compatible with the provided cpu and fpu attributes .
    Object rt_cmsis.o contains Build Attributes that are incompatible with the CPU attributes. Tag_CPU_arch = ARM v7E-M (=13) Tag_CPU_arch_profile = The microcontroller profile 'M' (e.g. for Cortex M3) (=77) Tag_THUMB_ISA_use = Thumb2 instructions were permitted (implies Thumb instructions permitted) (=2)

Children