Hi, I'm trying to cross compile a certain program from cpp to an alpha processor. As i understood i need to implant 2 gem5 commands in order to get a stat file (reset_ststs & dumpreset_ststs, don't catch me on the correct syntax). After the first phase of the compilation i get a binary file let's say my_program.o Inside this file I include m5op.h, to which file should I link to my_program.o so I could finish the compilation.
For example i want to use the next command: *Alphaev67-unknown-linux-gnu-g++ -o my_program my_program.o <gem5_file>* How to end the command so i'll get an executable gem5 program? Thanks, Yoav Oren
_______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users