PDA

View Full Version : Compile Error with XEN-Source


pimadaum
17th November 2007, 15:49
Hi,

I'm a little bit confused while looking at this error, when I startet "make world" after downloading and unpacking the XEN-Sources:

Here the snip from the console:

make[4]: Entering directory `/usr/src/xen-3.1.0-src/xen/include/public/foreign'
python mkheader.py x86_32 x86_32.h ../arch-x86/xen-x86_32.h ../arch-x86/xen.h ../xen.h
python mkheader.py x86_64 x86_64.h ../arch-x86/xen-x86_64.h ../arch-x86/xen.h ../xen.h
python mkheader.py ia64 ia64.h ../arch-ia64.h ../xen.h
python mkchecker.py x86_32 checker.c x86_32 x86_64 ia64
gcc -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer -o checker checker.c
gcc: Internal error: Speicherzugriffsfehler (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions, see
<URL:file:///usr/share/doc/gcc-4.1/README.Bugs>.

make[4]: *** [checker] Fehler 1
make[4]: Leaving directory `/usr/src/xen-3.1.0-src/xen/include/public/foreign'
make[3]: *** [build-headers] Fehler 2
make[3]: Leaving directory `/usr/src/xen-3.1.0-src/xen'
make[2]: *** [install] Fehler 2
make[2]: Leaving directory `/usr/src/xen-3.1.0-src/xen'
make[1]: *** [install-xen] Fehler 2
make[1]: Leaving directory `/usr/src/xen-3.1.0-src'
make: *** [world] Fehler 2

###

I testet the RAM with memtest86 and there were no errors.
Anyone an idea, why the process will stop.
Notice: It stops on the same position everytime I started "make world"

gcc -V:

service:/usr/src/xen-3.1.0-src# gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)

###

Greetz Pimadaum

falko
18th November 2007, 13:08
If your RAM is ok, I'd suggest that you try different gcc versions.

pimadaum
18th November 2007, 17:47
Can you give me a short introduction how to do this?
Or how to change the gcc version under debian etch, apt-cache search ?

falko
19th November 2007, 14:54
Search for available gcc packages like this:
apt-cache search gcc
Then pick one and install it like this:
apt-get install package_name

pimadaum
23rd November 2007, 18:21
Update.

Reinstalled System and got it now...