Hi,
I would like to build a executable in ELF format via Keil, and the executable has some symbols(variables/functions) actually implemented in another system image. Hence, the executable is just a application running on top of system image. This is something like a executable running on Linux, which has a loader to do dynamic linking during loading executable.
I would like to know if Keil can generate this kind of executable or not. However, nothing helpful can be found after surfing the web and documents for weeks. Is there any recommendation ?
BR, Mills