linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Didier Casse <didierbe@sps.nus.edu.sg>
To: linux-kernel@vger.kernel.org
Subject: Bug in redhat 9 kernel-> problems with cpufreq.c during recompilation
Date: Sat, 12 Jul 2003 12:36:56 +0800 (SGT)	[thread overview]
Message-ID: <Pine.LNX.4.44.0307121224480.26761-100000@kepler.sps.nus.edu.sg> (raw)
In-Reply-To: <Pine.LNX.4.44.0307121057360.26536-100000@kepler.sps.nus.edu.sg>

Hi there,
         I tried to patch my Linux kernel 2.4.20-8 i686 i386 GNU/Linux (on 
redhat 9)  with the linux-ppscsi patch so that I can add my parallel port 
scanner to my pc. 

I started as follows in the /usr/src/linux-2.4.20-8/ directory

step 1. patch -p1 < linux.ppscsi.patch
step 2. make menuconfig to ensure SCSI suppoer and parallel port support
step 3. make dep
step 4. make bzImage
step 5. make modules

then error occures at step 5 as shown below:

+--------------------------------------------------------------------+
/usr/src/linux-2.4.20-8/include/linux/dcache.h: In function `dget':
/usr/src/linux-2.4.20-8/include/linux/dcache.h:254: warning: implicit 
declaration of function `__out_of_line_bug_R8b0fd3c5'
cpufreq.c: In function `cpufreq_parse_policy':
cpufreq.c:111: warning: implicit declaration of function 
`sscanf_R859204af'
cpufreq.c: In function `cpufreq_proc_read':
cpufreq.c:225: warning: implicit declaration of function 
`sprintf_R1d26aa98'
cpufreq.c: In function `cpufreq_proc_init':
cpufreq.c:327: warning: implicit declaration of function 
`printk_R1b7d4074'
cpufreq.c: In function `cpufreq_restore_Re39890df':
cpufreq.c:1109: warning: implicit declaration of function 
`panic_R01075bf0'
cpufreq.c: At top level:
cpufreq.c:192: warning: `cpufreq_setup' defined but not used
make[1]: *** [cpufreq.o] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.20-8/kernel'
make: *** [_mod_kernel] Error 2
+--------------------------------------------------------------------+

Can anybody help me out with this thing as i really need to get that
scanner going? I have no clue how to solve this type of error and
everybody on the redhat mailing list is clueless too!  Thanks for helping 
out.

regards,

Didier

---
PhD student

Singapore Synchrotron Light Source (SSLS)
5 Research Link,
Singapore 117603

Email: slsbdfc@nus.edu.sg or didierbe@sps.nus.edu.sg
Website: http://ssls.nus.edu.sg





      reply	other threads:[~2003-07-12  4:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-12  2:58 cpufreq.c compilation error when recompiling kernel Didier Casse
2003-07-12  4:36 ` Didier Casse [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.44.0307121224480.26761-100000@kepler.sps.nus.edu.sg \
    --to=didierbe@sps.nus.edu.sg \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).