Question
stm32cube to compile legacy arm syntax?
Hi folks,
I have an assembly file with 2.5k lines and I'm facing a compiling issue.
It seems that the problem is about the syntax -
GNU compilation support a specific syntax while arm leagacy syntax is different.
In example:
name EQU 0xC
vs
.equ name 0xC
Is there any way to make the compiler work with 'legacy' arm code syntax, or it's must be rewritten? :(
Thanks in advance!
