2021-12-01 08:01 AM
Hi, I am working on threadx.
So to set the context,
Module manager will host modules.
All the modules are compiled as position independent. Module manager however is not position independent.
Scenario : a third party library (binary) has to be used in a module.
Problem : the library binary is not compiled as position independent.
------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------
Thank you!
2021-12-01 09:07 PM
Update : Function pointer interface working beautifully. Any other suggestions are always welcome.
I am exploring ways to do it.
Best Regards,
Shabab