Hi,
we are trying to debug code written using the new GNU-style syntax
with the ARM ClangV6 toolkit. The processor platform is an NXP
LPC177x (Cortex M3), I am running uVision 5.24.2.0 with ARMClang
6.7.
While assembling files in general works (after you remember to put
.thumb_func before every exported symbol...), the Keil debugger is
unable to show source code information for the assembler code, i.e.
file name, line number and source code line. This works fine for the
old V5
↧