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

ARMCompiler6.18 armasm inline assembly syntax

I tried to switch my compiler from ARM V5 to V6, and I faced a inline assembly funciton conversion issue:

[Original]

[After Conversion]

There is a error:

./.rtt-studio/Debug\rtthread.axf: Error: L6218E: Undefined symbol r2 (referred from lto-llvm-293411.o).

What's going wrong?

0