I'm using gcc 4.4.1 and I can compile fine from m5-dev and also m5-stable...
On Fri, Apr 1, 2011 at 9:54 AM, Nilay Vaish <[email protected]> wrote: > Can you try with GCC 4.4 or 4.2, I have seen resource pool errors before as > well. IIRC, they were due to the compiler issues. I am assuming that you > have not made any changes to the source files. > > -- > Nilay > > > On Fri, 1 Apr 2011, Meng Dong wrote: > >> Hi >> I'm using M5-stable >> >> 2011/4/1 Korey Sewell <[email protected]> >> >>> are you using m5-dev or m5-stable? >>> >>> On Fri, Apr 1, 2011 at 2:44 AM, Meng Dong <[email protected]> wrote: >>>> >>>> Thank you for your response >>>> My GCC version is 4.5.1 >>>> The operation is Fedora 14 >>>> >>>> 2011/3/31 Nilay Vaish <[email protected]> >>>>> >>>>> 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 >>>> >>>> >>>> >>>> -- >>>> Yours,Dongmeng >>>> >>>> _______________________________________________ >>>> m5-users mailing list >>>> [email protected] >>>> http://m5sim.org/cgi-bin/mailman/listinfo/m5-users >>>> >>> >>> >>> >>> -- >>> - Korey >>> _______________________________________________ >>> m5-users mailing list >>> [email protected] >>> http://m5sim.org/cgi-bin/mailman/listinfo/m5-users >>> >> >> >> >> -- >> Yours,Dongmeng >> > _______________________________________________ > m5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/m5-users > -- - Korey _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
