Re: Every Make option ends in error.

From: Ken Moffat (ken@kenmoffat.uklinux.net)
Date: Fri Feb 02 2001 - 16:51:04 EST


Dick, and Mark, thanks. It's compiling nicely now. We learn by experience.
Cheers, Ken

> Not to worry. In your new Linux directory tree do:
>
> cd include
> mv asm /tmp # or /usr/src, someplace temporary.
>
> cd .. # Back to Linux
> cp .config .. # Save your configuration
> make mrproper # Make like a distribution
> cp ../.config . # Restore configuration
> make oldconfig # Re-do configuration
> make dep # Re-do dependencies
> make bzImage # Doit toit
>
> After everything works, recursively delete the saved 'asm'
> directory that was moved outside the kernel tree.
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Feb 07 2001 - 21:00:16 EST