Link problem when linking libthreadx.a
Sai
45
Reputation points
Hi all
I am quite new to Azure RTOS and I have a question when using cortex-m33.
I followed the steps of https://learn.microsoft.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!
Sign in to answer