Hi all, I am trying to compile a model containing CortexA15 processor. While complaining the folling error is thrown out.
ArmA15/src/cortexA15.cpp:88:8: error: 'GEM5_event_queue' does not name a type In the source code of CortexA15 the variable is declared as extern as shown below. I searched in the Gem5 project as well as in the model source code for that variable to know where it is declared without success. Is this data structure deprecated in the latest stable version of gem5? if not, where is it declared? /*************** global variables and arrays definition ***************/ extern GEM5_event_queue gem5_event_queue; /***********************************************************************/ Best regards. Mohamed
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
