Hi Shu, You should still be able to do this, though it might require that you compile the C code with gcc and the C++ code with g++. After that, you'll need to link and build the executable (probably) with g++. There's a wealth of resources available for more specifics online.
Joel On Wed, Aug 31, 2011 at 2:51 PM, shu <[email protected]> wrote: > I found the reason is that I used the checkpoint in a c++ program. > If I use the checkpoint in a C program, it will be ok. > > Is there anyway to use the checkpoint function in C++ program? > > Regards, > Shu. > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users > -- Joel Hestness PhD Student, Computer Architecture Dept. of Computer Science, University of Texas - Austin http://www.cs.utexas.edu/~hestness
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
