Click to See Complete Forum and Search --> : Almost there... but


pika_pika
04-11-2001, 04:13 PM
I've gotten through the make menuconfig of my attempt at my first kernel compliation. This is my problem so far. At the end of the make bzImage, I'm getting this error at the very last line. make: *** [vmlinux] Error 1, and then back to prompt. So close. :eek:

demian
04-11-2001, 04:36 PM
Originally posted by pika_pika:
<STRONG>I've gotten through the make menuconfig of my attempt at my first kernel compliation. This is my problem so far. At the end of the make bzImage, I'm getting this error at the very last line. make: *** [vmlinux] Error 1, and then back to prompt. So close. :eek:</STRONG>

Where do you expect the error to be if not in the last line? When you compile source code into binaries and an error occurs the compiler spits out an error and stops.

Error 1 could mean all sorts of things. Post a few more lines of output.