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

Compiler Migration error

I have a working project at uVision 5.01 and ARMCC 5.03.0.76.
I have upgraded the uVision at 5.14 and ARMCC to 5.05 and I am getting some Internal faults.
I have kept the new uVision GUI (5.14) and replaced the compiler with 5.03 and worked fine again.

I have isolated the code rows that produce the internal errors. The problem is when I am trying
to assign an integer value from a struct member to another member of another struct.
This is happening only at integer values not chars, shorts.

I have also created a new project with the new GUI and added the old files but
I got the same errors.
But when I created a new project and just created a single struct and
assigned an integer member then it worked fine.

Any ideas?

Thanks in advance.