From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [204.233.198.50] (helo=linserver.romuald.net.eu.org) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 19UXcP-0006f6-00 for ; Mon, 23 Jun 2003 16:08:49 -0400 Received: (qmail 8484 invoked by uid 1023); 23 Jun 2003 20:08:05 -0000 Date: Mon, 23 Jun 2003 15:08:05 -0500 From: Gregory Nowak To: speakup@braille.uwo.ca Subject: Re: recompiling kernel Message-ID: <20030623200805.GB8454@romuald.net.eu.org> References: <001601c339c9$649daa90$6501a8c0@win2k> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001601c339c9$649daa90$6501a8c0@win2k> User-Agent: Mutt/1.4i Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: You should be doing "make bzImage" (note the capitalization of bzImage). Greg On Mon, Jun 23, 2003 at 03:52:40PM +0000, Alex Snow wrote: > Hi All. I've decided to upgrade my kernel to a 2.4.20 from 2.4.17. I grabbed the linux-2.4.20.tar.bz2 package from ftp.kernel .org and untared it under /usr/src and simlinked it to /usr/src/2linux. I patched speakup in, and then did a make oldconfig. After that was finished I ran make dep. then I did make modules. but when I went to run make bzimage make told me that bzimage was an invalid target. what am I doing wrong?