CMSIS_6 icon indicating copy to clipboard operation
CMSIS_6 copied to clipboard

Missing file: cmsis_tiarmclang.h

Open h3bryn opened this issue 1 year ago • 1 comments

File cmsis_tiarmclang.h is missing. (Assume it's meant to be the m-profile/cmsis_tiarmclang_m.h) Included from cmsis_compiler.h:

/*
 * TI Arm Clang Compiler (tiarmclang)
 */
#elif defined (__ti__)
  #include "cmsis_tiarmclang.h"

h3bryn avatar Jul 25 '24 08:07 h3bryn

Thanks for pointing this out. I guess this was an oversight. The file should be this one: https://github.com/ARM-software/CMSIS_5/blob/develop/CMSIS/Core/Include/cmsis_tiarmclang.h

Could you verify that this file would work for you? And if yes, consider re-adding this via Pull-Request.

JonatanAntoni avatar Jul 25 '24 09:07 JonatanAntoni