This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
how to run shared file on simulator
- From: "Eric Fisher" <joefoxreal at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 3 Mar 2006 09:14:19 +0800
- Subject: how to run shared file on simulator
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.