Hi @Arthur Petrosyan ,
We don't have a ThreadX port for arm9 with Clang. However, here is a link to our GNU port: https://github.com/azure-rtos/threadx/tree/master/ports/arm9/gnu
Thanks,
Cindy
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi all,
I am trying to compile ThreadX using Clang for Arm 9 port.
Could you please give some hints how to compile ThreadX using Clang for the mentioned Architecture.
Thanks
Hi @Arthur Petrosyan ,
We don't have a ThreadX port for arm9 with Clang. However, here is a link to our GNU port: https://github.com/azure-rtos/threadx/tree/master/ports/arm9/gnu
Thanks,
Cindy
Hi @Arthur Petrosyan , just to confirm, you are using ARM9 and not Cortex-A9, correct?
tx_timer_thread_entry.c is a generic C file that should compile and run with any C compiler...
Do you have a hardware timer running?