Which compiler? Avoid GCC 4.1.*

Nilay


On Thu, 31 Mar 2011, Meng Dong wrote:

Hi all
When I compile M5 in FS mode There is no error
but when I compile M5 in SE mode
command line:scons build/ALPHA_SE/m5.debug
The errors are as below
Is there any one can tell me why?

Thanks a lot

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:331:7: error: case value '10'
not in enumerated type 'InOrderCPU::CPUEventType'
build/ALPHA_SE/cpu/inorder/resource_pool.cc:360: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:526:7: error: case value '10'
not in enumerated type 'InOrderCPU::CPUEventType'
build/ALPHA_SE/cpu/inorder/resource_pool.cc:534: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.


--
Yours,Dongmeng

_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users

Reply via email to