Link problem when linking libthreadx.a

Sai 45 Reputation points
2023-07-25T09:54:04.2833333+00:00

Hi all

I am quite new to Azure RTOS and I have a question when using cortex-m33.

I followed the steps of https://video2.skills-academy.com/en-us/azure/rtos/threadx/chapter2#:~:text=application%20development%20area.-,Using%20ThreadX,-To%20use%20ThreadX to link my bsp port and libthreadx.a, the error is as followed:

.text._tx_initialize_kernel_enter+0x50): undefined reference to `_tx_thread_secure_stack_initialize'

Besides, I removed the "_tx_initialize_low_level()" in _tx_initialize_kernel_enter() because the vector table has been set in the bsp port. Are there any other implements required?

Thank you!

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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.