All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.5.1pre6 compile error setup.c
@ 2001-12-07 19:00 Nicolas Vollmar
  2001-12-07 19:51 ` Nicolas Vollmar
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Vollmar @ 2001-12-07 19:00 UTC (permalink / raw)
  To: linux-kernel

I had tried to compile 2.5.1-pre6 and have got this error:


setup.c: In function `setup_arch':
setup.c:806: `rd_image_start' undeclared (first use in this function)
setup.c:806: (Each undeclared identifier is reported only once
setup.c:806: for each function it appears in.)
setup.c:807: `rd_prompt' undeclared (first use in this function)
setup.c:808: `rd_doload' undeclared (first use in this function)
make[1]: *** [setup.o] Error 1
make[1]: Leaving directory `/usr/src/linux/arch/i386/kernel'
make: *** [_dir_arch/i386/kernel] Error 2


Nicolas

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 2.5.1pre6 compile error setup.c
  2001-12-07 19:00 2.5.1pre6 compile error setup.c Nicolas Vollmar
@ 2001-12-07 19:51 ` Nicolas Vollmar
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Vollmar @ 2001-12-07 19:51 UTC (permalink / raw)
  To: linux-kernel

In the blk.h of kernel 2.4.16 are the declarations:

extern int rd_image_start;
extern int rd_doload;
extern int rd_promt;

In the blk.h of 2.5.1-pre6 aren't they;


>I had tried to compile 2.5.1-pre6 and have got this error:
>
>
>setup.c: In function `setup_arch':
>setup.c:806: `rd_image_start' undeclared (first use in this function)
>setup.c:806: (Each undeclared identifier is reported only once
>setup.c:806: for each function it appears in.)
>setup.c:807: `rd_prompt' undeclared (first use in this function)
>setup.c:808: `rd_doload' undeclared (first use in this function)
>make[1]: *** [setup.o] Error 1
>make[1]: Leaving directory `/usr/src/linux/arch/i386/kernel'
>make: *** [_dir_arch/i386/kernel] Error 2
>
>
>Nicolas
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at  http://www.tux.org/lkml/
>




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-12-07 19:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-07 19:00 2.5.1pre6 compile error setup.c Nicolas Vollmar
2001-12-07 19:51 ` Nicolas Vollmar

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.