Hi all,
I wrote following simple code before start testing with large code:
/* ----- test.cpp ----- */
#include <iostream>
int main () {
for (unsigned int i = 0; i < 10; ++i) {
std::cout<<"i = "<<i<<std::endl;
}
return 0;
}
/* ------------------- */
However, I received the following error:
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
I'm using following following configuration:
./gem5/build/X86_SE/gem5.debug gem5/configs/example/se.py -c testprg/test
I'll be glad if somebody could help me with this.
Thank you!
--
Best Regards,
Sulman_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users