Dear gem5,
I compile a simple hello-world program with gcc-4.3.2 and glibc-2.6.1. I
built the cross-compiling toolchain using crosstool-NG 1.5.2.
The menu configuration is  as following:
 • Target options
– Target Architecture - alpha
– Variant - ev67
• Operating System
– Target OS - linux
• Binary utilities
– binutils version - 2.19.1
• C compiler
– gcc version - 4.3.2
– Additional supported languages: C++
• C-library
– C library - glibc
– glibc version - 2.6.1
– Threading implementation to use - nptl

I tested this hello-world executable in ALPHA SE mode and it works fine. But
when I tested it in full system mode, it gave me a segmentation fault.
Below is the .rcS file used to run executable in full system mode.

#!/bin/sh
echo "executing helloworld"
eval /benchmarks/helloworld

Could anyone give me a hand on this? Thanks!

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

Reply via email to