Compiling ThreadX with Clang for Arm9

Arthur Petrosyan 1 Reputation point
2022-09-27T18:26:29.517+00:00

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

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
323 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Cindy Deng 6 Reputation points
    2022-09-27T18:42:53.643+00:00

    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

    1 person found this answer helpful.

  2. Scott Azure RTOS 4,051 Reputation points
    2022-09-30T18:21:32.12+00:00

    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?