From: Faye Gibbins <wibble@morpheux.org>
To: user-mode-linux-devel@lists.sourceforge.net
Subject: [uml-devel] 2.6.6 compile crashing on Fed Core 2
Date: Sat, 05 Jun 2004 19:17:39 +0100 [thread overview]
Message-ID: <40C20E43.1090305@morpheux.org> (raw)
Hi,
Just finished compiling 2.6.6 with UML patch 2.6.6-1. compile crashed with:
snip---
gcc -Wl,-T,arch/um/uml.lds.s -static -Wl,--wrap,malloc -Wl,--wrap,free
-Wl,--wrap,calloc \
-o linux arch/um/main.o vmlinux -L/usr/lib -lutil
vmlinux(.text+0x605f): In function `mem_init':
arch/um/kernel/mem.c:71: undefined reference to `phys_page'
vmlinux(.init.text+0x3380): In function `kmap_init':
include/asm/pgtable.h:394: undefined reference to `pte_offset'
collect2: ld returned 1 exit status
make: *** [linux] Error 1
Died at get_uml_patch.pl line 173.
snip---
gcc 3.3.3
On a PII 233 with a fresh Fed Core 2 install (everythign installed) plus
all current updates as of 30 May 04.
Can supply kernel '.config' and build script (perl) upon request, but
essentially I'm doing :
snip---
use constant K => '2.6.6';
use constant TMP => '/tmp/';
use constant PATCHWWW =>
'http://heanet.dl.sourceforge.net/sourceforge/user-mode-linux/';
use constant PATCH => 'uml-patch-'.K.'-1';
use constant PATCHMD5BZ2 => 'ac6131657b587aba2d306d3708142ec6';
use constant PATCHMD5 => '7c27d8acc8aa0ea6fe8dec712b0d4462';
use constant KWWW =>
'http://www.mirror.ac.uk/sites/ftp.kernel.org/pub/linux/kernel/v2.6/';
use constant KERNEL => 'linux-'.K.'.tar';
use constant KMD5BZ2 => '5218790bc3db41e77a7422969639a9ad';
use constant KMD5 => 'eaf803a496e7b8458ba332b04b89c0c0';
#.....
chdir TMP || die "$!";
system("tar","-xf",TMP.KERNEL)&&die"$!";
chdir TMP."/linux-".K || die "$!";
print "Patching...";
{
open(P,"<",TMP.PATCH)||die"$!";
my @p = <P>;
close P;
open(OUT,"| patch -p1")||die"$!";
print OUT @p;
close OUT || die"$!";
}
#.....
copy("$FindBin::Bin/uml.2.6.6",TMP."/linux-".K."/.config")||die"$!";
chdir TMP."/linux-".K || die "$!";
system("make oldconfig ARCH=um") && die "$!";
system("make linux ARCH=um") && die "$!";
snip---
Any help would be appreciated.
--
Yours
Faye
This time she's the lesser of two evils.
http://www.morpheux.org
-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
next reply other threads:[~2004-06-05 18:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-05 18:17 Faye Gibbins [this message]
2004-07-15 6:07 ` [uml-devel] Re: 2.6.6 compile crashing on Fed Core 2 Axel Thimm
2004-07-18 19:24 ` BlaisorBlade
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=40C20E43.1090305@morpheux.org \
--to=wibble@morpheux.org \
--cc=user-mode-linux-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox