Dynamic Linking

Hi, I am using FreeRTOS running on LM3S6965.
I need use some library with dynamic linking,
but I don’t know how to use it in FreeRTOS.
Does anyone know if FreeRTOS supports dynamic linking?
Thank you. Shun

Dynamic Linking

FreeRTOS is statically linked only, although you can link using jump tables if you know the function adresses. I think this is how it works when FreeRTOS is burned into ROM and the application is programmed into flash.