All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ramón Finger Lilienthal" <ramon@instramed.com.br>
To: linux_omap <linux-omap@vger.kernel.org>
Subject: Problems compiling kernel
Date: Tue, 21 Oct 2008 11:43:18 -0200	[thread overview]
Message-ID: <48FDDC76.40509@instramed.com.br> (raw)

Dear fellows,

I am facing some compiling errors in my kernel.

My kernel version is:

VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 27
EXTRAVERSION =
NAME = Rotary Wombat

And I updated the source using "git pull" today,  before trying to 
compile the kernel.

I got these errors:

  MODPOST vmlinux.o
  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
arch/arm/plat-omap/built-in.o: In function `omap_verify_speed':
/home/ramon/work/linux-omap-2.6.new.teste/arch/arm/plat-omap/cpu-omap.c:46: 
undefined reference to `cpufreq_frequency_table_verify'
arch/arm/plat-omap/built-in.o: In function `omap_cpu_init':
/home/ramon/work/linux-omap-2.6.new.teste/arch/arm/plat-omap/cpu-omap.c:119: 
undefined reference to `cpufreq_frequency_table_cpuinfo'
/home/ramon/work/linux-omap-2.6.new.teste/arch/arm/plat-omap/cpu-omap.c:121: 
undefined reference to `cpufreq_frequency_table_get_attr'
arch/arm/plat-omap/built-in.o:(.data+0x91c): undefined reference to 
`cpufreq_freq_attr_scaling_available_freqs'
make: *** [.tmp_vmlinux1] Error 1

I looked in "plat-omap.c" and it calls the library cpufreq.h.
cpufreq.h has the prototipes of that undefined references and cpufreq.c 
has the impementations of it.

So, I don't understand why it is happening. By the way, I am a begginer 
in linux development.

Any help will be welcome.


-- 
Regards,
Eng. Ramon F. Lilienthal
Project Engineer
Instramed Ltda. - www.instramed.com.br
+55 (51) 33344199 ext. 213


             reply	other threads:[~2008-10-21 14:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-21 13:43 Ramón Finger Lilienthal [this message]
2008-10-21 20:47 ` Problems compiling kernel Premi, Sanjeev
2008-10-22 13:05   ` Ramón Finger Lilienthal
2008-10-23 15:36     ` Premi, Sanjeev

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=48FDDC76.40509@instramed.com.br \
    --to=ramon@instramed.com.br \
    --cc=linux-omap@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.