Hi, I've ported gcc to mytarget-linux version. The object file compiled now are shared one. My current simulator is able to run static executable program and just translate binary code one by one. I know shared file needs dynamic linker to load. So I'd like to know can I run shared file on my sim? Or, which functionality should the sim provide in order to run shared file.
Thanks. Eric.