Build command:

scons  -j  16 --verbose build/ARM/gem5.opt


@Yuetsu: I think you forgot to git add printPFFlags on the .hh 
https://github.com/gem5/gem5/commit/59e3585a84ef172eba57c9936680c0248f9a97db#diff-f37db5a0ac23b11606024c8377f37dd6R327


@all devs: how are plans to do GitHub-like travis CI build check and only allow 
merge is the tests passes? This would save everyone engineering time.


Full error message:


error: 'printPFflags' was not declared in this scope


build/ARM/arch/arm/insts/mem64.cc: In member function 'void 
ArmISA::Memory64::startDisassembly(std::ostream&) const':
build/ARM/arch/arm/insts/mem64.cc:68:30: error: 'printPFflags' was not declared 
in this scope
         printPFflags(os, dest);
                              ^
scons: *** [build/ARM/arch/arm/insts/mem64.o] Error 1
build/ARM/arch/arm/insts/static_inst.cc:327:62: error: no 'void 
ArmISA::ArmStaticInst::printPFflags(std::ostream&, int) const' member function 
declared in class 'ArmISA::ArmStaticInst'
 void ArmStaticInst::printPFflags(std::ostream &os, int flag) const
                                                              ^~~~~


_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to