Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing file: cmsis_tiarmclang.h #180

Open
h3bryn opened this issue Jul 25, 2024 · 1 comment
Open

Missing file: cmsis_tiarmclang.h #180

h3bryn opened this issue Jul 25, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@h3bryn
Copy link

h3bryn commented Jul 25, 2024

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"
@JonatanAntoni
Copy link
Member

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 JonatanAntoni added the bug Something isn't working label Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants