Hi I was compiling m5sim and got following errors $ scons build/ALPHA_SE/m5.debug . . . [ CXX] ALPHA_SE/cpu/inorder/resource_pool.cc cc1plus: warnings being treated as errors build/ALPHA_SE/cpu/inorder/resource_pool.cc: In member function 'void ResourcePool::scheduleEvent(InOrderCPU::CPUEventType, ResourcePool::DynInstPtr, int, int, ThreadID)': build/ALPHA_SE/cpu/inorder/resource_pool.cc:326:7: error: case value '10' not in enumerated type 'InOrderCPU::CPUEventType' build/ALPHA_SE/cpu/inorder/resource_pool.cc:358:7: error: case value '11' not in enumerated type 'InOrderCPU::CPUEventType' build/ALPHA_SE/cpu/inorder/resource_pool.cc: In member function 'virtual void ResourcePool::ResPoolEvent::process()': build/ALPHA_SE/cpu/inorder/resource_pool.cc:525:7: error: case value '10' not in enumerated type 'InOrderCPU::CPUEventType' build/ALPHA_SE/cpu/inorder/resource_pool.cc:533:7: error: case value '11' not in enumerated type 'InOrderCPU::CPUEventType' scons: *** [build/ALPHA_SE/cpu/inorder/resource_pool.do] Error 1 scons: building terminated because of errors.
please suggest a way to toggle Werror.... I don-t know from where to toggle it.... I recently downloaded a copy of m5 using mercurial(m5 and not m5-stable). Please advise what to do... -- Sudhanshu([email protected], [email protected] & [email protected]) _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
