Hello.
We are exploring the possibility of load a binary chunk of code (generated by a customer) into RAM and execute it from there.
I have tried by using the --relocatable option in the project we are loading into RAM,but it seems all the function calls and global memory access are absolute, so it doesn't work.
Is there something I am missing ?
Thank you.
Samuel.