赵鹏 wrote: > hi, all > When I compile M5 use: scons build/X86_SE/m5.debug, it can't continue > to compile while compiling the x86/decoder.cc. The hard drive light is > still on. ALPHA_SE is ok. Who knows how to solve the problem? > g++ -o build/X86_SE/arch/x86/linux/linux.o -c -Wno-deprecated -pipe > -fno-strict-aliasing -Wall -Wno-sign-compare -Wundef -g -O3 -Werror > -DTRACING_ON=1 -Ibuild/gzstream -Ibuild/libelf -Iext > -I/usr/include/python2.5 -Ibuild/X86_SE > build/X86_SE/arch/x86/linux/linux.cc > g++ -o build/X86_SE/arch/x86/linux/process.o -c -Wno-deprecated -pipe > -fno-strict-aliasing -Wall -Wno-sign-compare -Wundef -g -O3 -Werror > -DTRACING_ON=1 -Ibuild/gzstream -Ibuild/libelf -Iext > -I/usr/include/python2.5 -Ibuild/X86_SE > build/X86_SE/arch/x86/linux/process.cc > g++ -o build/X86_SE/arch/x86/linux/syscalls.o -c -Wno-deprecated -pipe > -fno-strict-aliasing -Wall -Wno-sign-compare -Wundef -g -O3 -Werror > -DTRACING_ON=1 -Ibuild/gzstream -Ibuild/libelf -Iext > -I/usr/include/python2.5 -Ibuild/X86_SE > build/X86_SE/arch/x86/linux/syscalls.cc > g++ -o build/X86_SE/arch/x86/decoder.o -c -Wno-deprecated -pipe > -fno-strict-aliasing -Wall -Wno-sign-compare -Wundef -g -O3 -Werror > -DTRACING_ON=1 -Ibuild/gzstream -Ibuild/libelf -Iext > -I/usr/include/python2.5 -Ibuild/X86_SE build/X86_SE/arch/x86/decoder.cc > 2010-11-07 > ------------------------------------------------------------------------ > peng > ------------------------------------------------------------------------ > > _______________________________________________ > m5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
If you wait long enough it should finish. the decoder.cc file for x86 is very large and takes gcc a while to chew through, especially on older/smaller/slower hardware. Gabe _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
