Netboot Mailing List (by thread)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: More on compile problem





On Tue, 8 Jul 1997, Ross Golder wrote:

>
> However, has anyone any ideas on the '__u32' problem, which is causing
> the compilation to fail?
>
__u32 is a "typedef" for an unsigned long interger and the definition
resides in the kernel header files.
Specificaly, look into: /usr/src/linux/include/asm/types.h
Don't include that file directly, rather, following the advice of
/usr/src/linux/README, run the following to create some symlinks:

                cd /usr/include
                rm -rf asm linux scsi
                ln -s /usr/src/linux/include/asm-i386 asm
                ln -s /usr/src/linux/include/linux linux
                ln -s /usr/src/linux/include/scsi scsi

Whenever you replace your kernel with a newer version, you have to do
those symlinks.

Simos



For requests or suggestions regarding this mailing list archive please write to netboot@gkminix.han.de.