Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-users

[Xen-users] kernel linux-2.4.30-xenU

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] kernel linux-2.4.30-xenU
From: "Jorge I. Davila L." <davila@xxxxxxxxxxxxxxx>
Date: Wed, 28 Sep 2005 09:30:07 -0600
Delivery-date: Wed, 28 Sep 2005 15:27:42 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi list!:

I'm trying the compilation of a linux kernel 2.4.30-xenU using the
version 2.0.7

First I do:

make xen tools linux-2.4.30-xen0-build \
linux-2.4.30-xenU-build

then in the linux-2.4.30-xenU directory

make ARCH=xen menuconfig
make ARCH=xen dep
make ARCH=xen
make ARCH=xen install
make ARCH=xen modules
make ARCH=xen modules_install

and here I receive this error:

make -C  arch/xen/drivers/netif modules_install
make[1]: Entering directory
`/download/kernels/xen-2.0/linux-2.4.30-xenUOSW/arch/xen/drivers/netif'
make[1]: Nothing to be done for `modules_install'.
make[1]: Leaving directory
`/download/kernels/xen-2.0/linux-2.4.30-xenUOSW/arch/xen/drivers/netif'
make -C  arch/xen/drivers/balloon modules_install
make[1]: Entering directory
`/download/kernels/xen-2.0/linux-2.4.30-xenUOSW/arch/xen/drivers/balloon'
make[1]: Nothing to be done for `modules_install'.
make[1]: Leaving directory
`/download/kernels/xen-2.0/linux-2.4.30-xenUOSW/arch/xen/drivers/balloon'
cd /lib/modules/2.4.30-xenU; \
mkdir -p pcmcia; \
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{}
pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.4.30-xenU;
fi


Someone can tell me how disable pcmcia module??

If I do 

make menuconfig 

without the reference «ARCH=xen» I can see in the kernel configuration
the option General Setup -- PCMCIA and can disable/enable but in the xen
menu this option is missing

Jorge.
-- 
Jorge Isaac Davila Lopez

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] kernel linux-2.4.30-xenU, Jorge I. Davila L. <=