Hello, gem5 does support dynamically-linked binaries in SE mode if you are simulating the same ISA as the host platform (and this is mostly only tested for x86).
Jason On Wed, May 3, 2017 at 12:43 PM Moussa, Ayman <[email protected]> wrote: > Hi > > > I've just realised after a long while that I've been simulating an binary > file that was dynamically linked and I didn't encounter any problems or > notice any problems however, I have encountered a problem during simulation > where my original program tries to allocate a huge chunk of memory during a > call to the function fread(). I don't know if this is due to the dynamic > linking or a bug in the original code. I suspect the latter but my question > is what kind of problems could I expect by trying to simulate dynamically > linked executables? The gem5 tutorials on the wiki are quite outdated (3+ > years old) so I don't know if gem5 supports dynamically linked binaries. > > > Thanks > > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
