From: A Streetcar Named <desire@gmail.com>
To: Keir Fraser <keir.fraser@cl.cam.ac.uk>
Cc: xen-devel@lists.sourceforge.net
Subject: Re: problems compiling xen on a crusoe
Date: Mon, 15 Nov 2004 19:54:37 +0800 [thread overview]
Message-ID: <bf77ac7b04111503542d1f80f0@mail.gmail.com> (raw)
In-Reply-To: <E1CTcmn-0000Ld-00@mta1.cl.cam.ac.uk>
On Mon, 15 Nov 2004 09:04:33 +0000, Keir Fraser
<keir.fraser@cl.cam.ac.uk> wrote:
> > -nopie fixed the originally reported error, but I subsequently got
> > other errors that said something like "undefined reference to
> > `__guard'" and "undefined reference to `__stack_smash_handler'".
> > Adding -fno-stack-protector seems to have solved these as well, and
> > I'm now compiling the kernels for the crusoe.
> >
> I've checked in a patch to the unstable tree that will allow to build
> with PIE/SSP-enabled GCC.
Perhaps I spoke too soon. Both Xen and the kernels compiled without
error, but rebooting into Xen doesn't seem to work. Grub seems to try
to load the Xen kernel, then the machine spontaneously reboots. This
seems to be the case even if I try to disable lots of stuff (below,
but the same thing happens even without noht.*)
At this point, my grub.conf has this:
title Xen 2.0 / XenLinux 2.6.9-xen0-crusoe
kernel (hd0,4)/boot/xen.gz dom0_mem=131072 console=vga noht noacpi
noapic nosmp noreboot ignorebiostables
module (hd0,4)/boot/vmlinuz-2.6.9-xen0-crusoe root=/dev/hda8
Is there any way to see more info on what's happening after grub tries
to load xen.gz? Perhaps I should try to recompile xen with -nopie and
-fno-stack-protector-all?
... Okay, this is weird. -nopie -fno-stack-protector-all seems to
fail as if stack protection was not turned off at all. So i
recompiled Xen with -nopie -fno-stack-protector
-fno-stack-protector-all (which produced a different binary from just
the previous one without -fno-stack-protector-all), but the same
problem persists with the machine rebooting spontaneously.
Any ideas?
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
next prev parent reply other threads:[~2004-11-15 11:54 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-14 8:19 problems compiling xen on a crusoe A Streetcar Named
2004-11-14 9:45 ` Keir Fraser
2004-11-14 14:49 ` A Streetcar Named
2004-11-14 15:06 ` Keir Fraser
2004-11-15 8:42 ` A Streetcar Named
2004-11-15 9:04 ` Keir Fraser
2004-11-15 11:54 ` A Streetcar Named [this message]
2004-11-15 12:04 ` Keir Fraser
-- strict thread matches above, loose matches on Subject: below --
2004-11-15 13:12 Keir Fraser
2004-11-15 13:57 ` A Streetcar Named
2004-11-15 14:44 ` Keir Fraser
2004-11-17 13:36 ` A Streetcar Named
2004-11-17 13:43 ` Keir Fraser
2004-11-17 18:00 ` Adam Sulmicki
2004-11-17 21:49 ` Keir Fraser
2004-11-18 7:40 ` A Streetcar Named
2004-11-18 12:24 ` A Streetcar Named
2004-11-18 14:02 ` Jan Kundrát
2004-11-18 14:00 ` Keir Fraser
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bf77ac7b04111503542d1f80f0@mail.gmail.com \
--to=desire@gmail.com \
--cc=keir.fraser@cl.cam.ac.uk \
--cc=xen-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.