<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Compilar el kernel a lo Debian</title>
	<atom:link href="http://lgallardo.com/2010/01/25/compilar-el-kernel-a-lo-debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://lgallardo.com/2010/01/25/compilar-el-kernel-a-lo-debian/</link>
	<description>http://lgallardo.com &#62; Un poco de Linux, PS3, PSP y tecnología</description>
	<lastBuildDate>Tue, 07 Feb 2012 19:38:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Luis Gallardo</title>
		<link>http://lgallardo.com/2010/01/25/compilar-el-kernel-a-lo-debian/comment-page-1/#comment-4276</link>
		<dc:creator>Luis Gallardo</dc:creator>
		<pubDate>Thu, 28 Oct 2010 13:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://lgallardo.com/2010/01/25/compilar-el-kernel-a-lo-debian/#comment-4276</guid>
		<description>@LucMAN kernel_source te crea un .deb co el código fuente del kernel como bien comentas, pero debería se suficiente con los headers del kernel para compila otros programas/drivers. Ya actualicé la tabla...

Gracias por el aporte!!</description>
		<content:encoded><![CDATA[<p>@LucMAN kernel_source te crea un .deb co el código fuente del kernel como bien comentas, pero debería se suficiente con los headers del kernel para compila otros programas/drivers. Ya actualicé la tabla&#8230;</p>
<p>Gracias por el aporte!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LucMAN</title>
		<link>http://lgallardo.com/2010/01/25/compilar-el-kernel-a-lo-debian/comment-page-1/#comment-4271</link>
		<dc:creator>LucMAN</dc:creator>
		<pubDate>Thu, 28 Oct 2010 03:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://lgallardo.com/2010/01/25/compilar-el-kernel-a-lo-debian/#comment-4271</guid>
		<description>Hola! fijate que en la tabla te faltó agregar:

Option 	Description
kernel_source Paquete de código fuente del kernel, requerido para algunos drivers.

Saludos!</description>
		<content:encoded><![CDATA[<p>Hola! fijate que en la tabla te faltó agregar:</p>
<p>Option 	Description<br />
kernel_source Paquete de código fuente del kernel, requerido para algunos drivers.</p>
<p>Saludos!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Gallardo</title>
		<link>http://lgallardo.com/2010/01/25/compilar-el-kernel-a-lo-debian/comment-page-1/#comment-4262</link>
		<dc:creator>Luis Gallardo</dc:creator>
		<pubDate>Wed, 27 Oct 2010 01:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://lgallardo.com/2010/01/25/compilar-el-kernel-a-lo-debian/#comment-4262</guid>
		<description>@Anónimo  He acortado un poco la salida para concentramos en lo que falla. El problema está relacionado a que estás usando un libc-dev algo viejo (por ejemplo de Lenny) para la versión de kernel que estás intentando compilar, como lo comentan aquí http://cakebox.homeunix.net/wordpress/?p=100

Según allí bastaría con editar el archivo Documentation/lguest/Makefile cambiando:

&lt;blockquote&gt;all: lguest&lt;/blockquote&gt;

por:

&lt;blockquote&gt;all: &lt;/blockquote&gt;

Suerte!!</description>
		<content:encoded><![CDATA[<p>@Anónimo  He acortado un poco la salida para concentramos en lo que falla. El problema está relacionado a que estás usando un libc-dev algo viejo (por ejemplo de Lenny) para la versión de kernel que estás intentando compilar, como lo comentan aquí <a href="http://cakebox.homeunix.net/wordpress/?p=100" rel="nofollow">http://cakebox.homeunix.net/wordpress/?p=100</a></p>
<p>Según allí bastaría con editar el archivo Documentation/lguest/Makefile cambiando:</p>
<blockquote><p>all: lguest</p></blockquote>
<p>por:</p>
<blockquote><p>all: </p></blockquote>
<p>Suerte!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anónimo</title>
		<link>http://lgallardo.com/2010/01/25/compilar-el-kernel-a-lo-debian/comment-page-1/#comment-4261</link>
		<dc:creator>Anónimo</dc:creator>
		<pubDate>Tue, 26 Oct 2010 22:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://lgallardo.com/2010/01/25/compilar-el-kernel-a-lo-debian/#comment-4261</guid>
		<description>Gracias por el aporte Luis, segui todos los pasos y luego de mandar a debian a hacer el paquete de la imagen...

#make-kpkg --revision lnv1 --initrd kernel_image kernel_headers

(te copio aca abajo lo que quedo en el buffer del terminal virtual)

  CC      sound/drivers/mpu401/snd-mpu401-uart.mod.o
  LD [M]  sound/drivers/mpu401/snd-mpu401-uart.ko
  CC      sound/drivers/mpu401/snd-mpu401.mod.o
  LD [M]  sound/drivers/mpu401/snd-mpu401.ko
  CC      sound/drivers/snd-dummy.mod.o
  LD [M]  sound/drivers/snd-dummy.ko
  CC      sound/drivers/snd-virmidi.mod.o
  LD [M]  sound/drivers/snd-virmidi.ko
  CC      sound/pci/ac97/snd-ac97-codec.mod.o
  LD [M]  sound/pci/ac97/snd-ac97-codec.ko
  CC      sound/pci/snd-intel8x0.mod.o
  LD [M]  sound/pci/snd-intel8x0.ko
  CC      sound/pci/snd-intel8x0m.mod.o
  LD [M]  sound/pci/snd-intel8x0m.ko
  CC      sound/soundcore.mod.o
  LD [M]  sound/soundcore.ko
  IHEX    firmware/acenic/tg1.bin
  IHEX    firmware/acenic/tg2.bin
  IHEX    firmware/adaptec/starfire_rx.bin
  IHEX    firmware/tigon/tg3.bin
  IHEX    firmware/tigon/tg3_tso.bin
  IHEX    firmware/tigon/tg3_tso5.bin
  IHEX    firmware/3com/typhoon.bin
  IHEX    firmware/kaweth/new_code.bin
  IHEX    firmware/kaweth/trigger_code.bin
  IHEX    firmware/kaweth/new_code_fix.bin
  IHEX    firmware/kaweth/trigger_code_fix.bin
  HOSTCC  firmware/ihex2fw
  H16TOFW firmware/edgeport/boot.fw
  H16TOFW firmware/edgeport/boot2.fw
  H16TOFW firmware/edgeport/down.fw
  H16TOFW firmware/edgeport/down2.fw
  IHEX    firmware/edgeport/down3.bin
  IHEX2FW firmware/keyspan_pda/keyspan_pda.fw
  IHEX2FW firmware/keyspan_pda/xircom_pgs.fw
make[1]: se sale del directorio `/usr/src/linux-2.6.36&#039;
/usr/bin/make    ARCH=i386 \
			     -C Documentation/lguest
make[1]: se ingresa al directorio `/usr/src/linux-2.6.36/Documentation/lguest&#039;
cc -m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -U_FORTIFY_SOURCE    lguest.c   -o lguest
lguest.c:21:25: error: sys/eventfd.h: No existe el fichero o el directorio
lguest.c:46:30: error: linux/virtio_rng.h: No existe el fichero o el directorio
lguest.c: In function ‘wait_for_vq_desc’:
lguest.c:715: error: ‘VRING_DESC_F_INDIRECT’ undeclared (first use in this function)
lguest.c:715: error: (Each undeclared identifier is reported only once
lguest.c:715: error: for each function it appears in.)
lguest.c: In function ‘create_thread’:
lguest.c:1026: warning: implicit declaration of function ‘eventfd’
lguest.c: In function ‘get_tun_device’:
lguest.c:1481: error: ‘IFF_VNET_HDR’ undeclared (first use in this function)
lguest.c:1486: error: ‘TUNSETOFFLOAD’ undeclared (first use in this function)
lguest.c:1487: error: ‘TUN_F_CSUM’ undeclared (first use in this function)
lguest.c:1487: error: ‘TUN_F_TSO4’ undeclared (first use in this function)
lguest.c:1487: error: ‘TUN_F_TSO6’ undeclared (first use in this function)
lguest.c:1487: error: ‘TUN_F_TSO_ECN’ undeclared (first use in this function)
lguest.c: In function ‘setup_tun_net’:
lguest.c:1568: error: ‘VIRTIO_RING_F_INDIRECT_DESC’ undeclared (first use in this function)
lguest.c: In function ‘setup_rng’:
lguest.c:1811: error: ‘VIRTIO_ID_RNG’ undeclared (first use in this function)
make[1]: *** [lguest] Error 1
make[1]: se sale del directorio `/usr/src/linux-2.6.36/Documentation/lguest&#039;
make: *** [debian/stamp/build/kernel] Error 2
debian# 

No tengo ni idea de por donde empezar a &quot;ver&quot; que sucede... alguna sugerencia?</description>
		<content:encoded><![CDATA[<p>Gracias por el aporte Luis, segui todos los pasos y luego de mandar a debian a hacer el paquete de la imagen&#8230;</p>
<p>#make-kpkg &#8211;revision lnv1 &#8211;initrd kernel_image kernel_headers</p>
<p>(te copio aca abajo lo que quedo en el buffer del terminal virtual)</p>
<p>  CC      sound/drivers/mpu401/snd-mpu401-uart.mod.o<br />
  LD [M]  sound/drivers/mpu401/snd-mpu401-uart.ko<br />
  CC      sound/drivers/mpu401/snd-mpu401.mod.o<br />
  LD [M]  sound/drivers/mpu401/snd-mpu401.ko<br />
  CC      sound/drivers/snd-dummy.mod.o<br />
  LD [M]  sound/drivers/snd-dummy.ko<br />
  CC      sound/drivers/snd-virmidi.mod.o<br />
  LD [M]  sound/drivers/snd-virmidi.ko<br />
  CC      sound/pci/ac97/snd-ac97-codec.mod.o<br />
  LD [M]  sound/pci/ac97/snd-ac97-codec.ko<br />
  CC      sound/pci/snd-intel8x0.mod.o<br />
  LD [M]  sound/pci/snd-intel8x0.ko<br />
  CC      sound/pci/snd-intel8x0m.mod.o<br />
  LD [M]  sound/pci/snd-intel8x0m.ko<br />
  CC      sound/soundcore.mod.o<br />
  LD [M]  sound/soundcore.ko<br />
  IHEX    firmware/acenic/tg1.bin<br />
  IHEX    firmware/acenic/tg2.bin<br />
  IHEX    firmware/adaptec/starfire_rx.bin<br />
  IHEX    firmware/tigon/tg3.bin<br />
  IHEX    firmware/tigon/tg3_tso.bin<br />
  IHEX    firmware/tigon/tg3_tso5.bin<br />
  IHEX    firmware/3com/typhoon.bin<br />
  IHEX    firmware/kaweth/new_code.bin<br />
  IHEX    firmware/kaweth/trigger_code.bin<br />
  IHEX    firmware/kaweth/new_code_fix.bin<br />
  IHEX    firmware/kaweth/trigger_code_fix.bin<br />
  HOSTCC  firmware/ihex2fw<br />
  H16TOFW firmware/edgeport/boot.fw<br />
  H16TOFW firmware/edgeport/boot2.fw<br />
  H16TOFW firmware/edgeport/down.fw<br />
  H16TOFW firmware/edgeport/down2.fw<br />
  IHEX    firmware/edgeport/down3.bin<br />
  IHEX2FW firmware/keyspan_pda/keyspan_pda.fw<br />
  IHEX2FW firmware/keyspan_pda/xircom_pgs.fw<br />
make[1]: se sale del directorio `/usr/src/linux-2.6.36&#8242;<br />
/usr/bin/make    ARCH=i386 \<br />
			     -C Documentation/lguest<br />
make[1]: se ingresa al directorio `/usr/src/linux-2.6.36/Documentation/lguest&#8217;<br />
cc -m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -U_FORTIFY_SOURCE    lguest.c   -o lguest<br />
lguest.c:21:25: error: sys/eventfd.h: No existe el fichero o el directorio<br />
lguest.c:46:30: error: linux/virtio_rng.h: No existe el fichero o el directorio<br />
lguest.c: In function ‘wait_for_vq_desc’:<br />
lguest.c:715: error: ‘VRING_DESC_F_INDIRECT’ undeclared (first use in this function)<br />
lguest.c:715: error: (Each undeclared identifier is reported only once<br />
lguest.c:715: error: for each function it appears in.)<br />
lguest.c: In function ‘create_thread’:<br />
lguest.c:1026: warning: implicit declaration of function ‘eventfd’<br />
lguest.c: In function ‘get_tun_device’:<br />
lguest.c:1481: error: ‘IFF_VNET_HDR’ undeclared (first use in this function)<br />
lguest.c:1486: error: ‘TUNSETOFFLOAD’ undeclared (first use in this function)<br />
lguest.c:1487: error: ‘TUN_F_CSUM’ undeclared (first use in this function)<br />
lguest.c:1487: error: ‘TUN_F_TSO4’ undeclared (first use in this function)<br />
lguest.c:1487: error: ‘TUN_F_TSO6’ undeclared (first use in this function)<br />
lguest.c:1487: error: ‘TUN_F_TSO_ECN’ undeclared (first use in this function)<br />
lguest.c: In function ‘setup_tun_net’:<br />
lguest.c:1568: error: ‘VIRTIO_RING_F_INDIRECT_DESC’ undeclared (first use in this function)<br />
lguest.c: In function ‘setup_rng’:<br />
lguest.c:1811: error: ‘VIRTIO_ID_RNG’ undeclared (first use in this function)<br />
make[1]: *** [lguest] Error 1<br />
make[1]: se sale del directorio `/usr/src/linux-2.6.36/Documentation/lguest&#8217;<br />
make: *** [debian/stamp/build/kernel] Error 2<br />
debian# </p>
<p>No tengo ni idea de por donde empezar a &#8220;ver&#8221; que sucede&#8230; alguna sugerencia?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

