From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from rwcrmhc52.attbi.com ([216.148.227.88]) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 1848WF-0006WW-00 for ; Tue, 22 Oct 2002 19:33:03 -0400 Received: from h0020780ec927.ne.client2.attbi.com ([24.60.84.29]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021022233230.HQXD28719.rwcrmhc52.attbi.com@h0020780ec927.ne.client2.attbi.com> for ; Tue, 22 Oct 2002 23:32:30 +0000 Date: Tue, 22 Oct 2002 19:27:46 -0400 (EDT) From: Igor Gueths X-X-Sender: igueths@igueths To: speakup@braille.uwo.ca Subject: Re: Red Hat default kernel compile problem In-Reply-To: <20021022180422.A27954@islander.aoml.noaa.gov> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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: Hi. Well it sounds like you are building from source.None of Speakup's code is modularized, thus all of it has to be compiled into the bzImage. Did your bzImage build properly? Did you make sure you configured all dependencies for all options? For example, I found that in order for me to get fatFS compiled in and other fs's, I had to include support for disk quotas. On Tue, 22 Oct 2002, Tommy Moore wrote: > Hi guys. > Am trying to compile the RH 8.0 i586 kernel so that Speakup's keymap will be the default keymap when the kernel boots. > I changed the configuration options to reflect this but when I go and build the modues with: > make modules it dies. > Here's the errors I get. > > first use in this function) > In file included from cipe.h:69, > from module.c:15: > /usr/src/linux-2.4.18-14/include/net/sock.h: In function `sk_filter_release': > /usr/src/linux-2.4.18-14/include/net/sock.h:934: warning: implicit declaration of function `kfree_R037a0cba' > /usr/src/linux-2.4.18-14/include/net/sock.h: In function `sock_orphan': > /usr/src/linux-2.4.18-14/include/net/sock.h:1009: `do_softirq_Rf0a529b7' undeclared (first use in this function) > /usr/src/linux-2.4.18-14/include/net/sock.h: In function `sock_graft': > /usr/src/linux-2.4.18-14/include/net/sock.h:1018: `do_softirq_Rf0a529b7' undeclared (first use in this function) > /usr/src/linux-2.4.18-14/include/net/sock.h: In function `sock_recv_timestamp': > /usr/src/linux-2.4.18-14/include/net/sock.h:1266: warning: implicit declaration > of function `put_cmsg_Rf39bf4d9' > module.c: In function `cipe_check_kernel': > module.c:73: warning: implicit declaration of function `printk_R1b7d4074' > make[3]: *** [module.o] Error 1 > make[3]: Leaving directory `/usr/src/linux-2.4.18-14/drivers/addon/cipe' > make[2]: *** [_modsubdir_cipe] Error 2 > make[2]: Leaving directory `/usr/src/linux-2.4.18-14/drivers/addon' > make[1]: *** [_modsubdir_addon] Error 2 > make[1]: Leaving directory `/usr/src/linux-2.4.18-14/drivers' > make: *** [_mod_drivers] Error 2 > > What's up with RH shipping a kernel that won't build properly? > Anyone help me out on this one? > Thanks. > > Tommy > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >