I installed two versions on the same machine, and use printf() for simple debugging in gem5. I am confused why it happens.
--Ed On 5/2/12, Ali Saidi <[email protected]> wrote: > > > It shouldn't matter. I don't believe there have been any changes to > this between stable and dev. Using printf and the cout based printing at > once may be causing issues and is generally dangerous. You should > probably use DPRINTFN() which should work just fine. > > Ali > > On > 02.05.2012 09:55, Edward Kim wrote: > >> Hi, >> >> In gem5-stable version, > I can see the print message through terminal >> using printf() or > cprintf(). But, in the development version, ie. >> gem5-570b44fe6204 > which I am using, I can't see the message any more. >> >> How can I do > for it? >> >> Thanks, >> >> --Edward >> > _______________________________________________ >> 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
