* Suspected error in make dep
@ 2001-11-08 10:08 BALBIR SINGH
2001-11-08 11:22 ` Russell King
2001-11-08 12:30 ` Keith Owens
0 siblings, 2 replies; 3+ messages in thread
From: BALBIR SINGH @ 2001-11-08 10:08 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 651 bytes --]
I got the following on my machine
Pentium III, 128MB, Linux 2.4.13 while running make dep on 2.4.14
sa1100fb.c:164:27: linux/cpufreq.h: No such file or directory
sa1100fb.c:166:26: asm/hardware.h: No such file or directory
sa1100fb.c:169:28: asm/mach-types.h: No such file or directory
sa1100fb.c:171:30: asm/arch/assabet.h: No such file or directory
From my .config
#
# Frame-buffer support
#
# CONFIG_FB is not set
The files mentioned do not exist in arch that is i386. This driver seems
to be for the "arm" architecture.
I was wondering why this file is used in make dep. Did I miss something or
should I wait for kbuild in 2.5?
Balbir
[-- Attachment #2: InterScan_Disclaimer.txt --]
[-- Type: text/plain, Size: 855 bytes --]
-------------------------------------------------------------------------------------------------------------------------
Information transmitted by this E-MAIL is proprietary to Wipro and/or its Customers and
is intended for use only by the individual or entity to which it is
addressed, and may contain information that is privileged, confidential or
exempt from disclosure under applicable law. If you are not the intended
recipient or it appears that this mail has been forwarded to you without
proper authority, you are notified that any use or dissemination of this
information in any manner is strictly prohibited. In such cases, please
notify us immediately at mailto:mailadmin@wipro.com and delete this mail
from your records.
----------------------------------------------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Suspected error in make dep
2001-11-08 10:08 Suspected error in make dep BALBIR SINGH
@ 2001-11-08 11:22 ` Russell King
2001-11-08 12:30 ` Keith Owens
1 sibling, 0 replies; 3+ messages in thread
From: Russell King @ 2001-11-08 11:22 UTC (permalink / raw)
To: BALBIR SINGH; +Cc: linux-kernel
On Thu, Nov 08, 2001 at 03:38:27PM +0530, BALBIR SINGH wrote:
> sa1100fb.c:164:27: linux/cpufreq.h: No such file or directory
linux/cpufreq.h is a generic framework for controlling the CPU clock speed
(and therefore the power). It isn't merged into 2.4 yet (I was hoping to
get he generic framework merged into 2.4-ac around start of October, but
alas it didn't happen).
It's going to be merged in 2.5, and then backported to 2.4.
> sa1100fb.c:166:26: asm/hardware.h: No such file or directory
> sa1100fb.c:169:28: asm/mach-types.h: No such file or directory
> sa1100fb.c:171:30: asm/arch/assabet.h: No such file or directory
Yes, these are ARM specific. make dep creates the dependencies for all
files in the directory, and as such causes this problem. That said, it
is harmless on x86, and safe to ignore these messages.
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: Suspected error in make dep
2001-11-08 10:08 Suspected error in make dep BALBIR SINGH
2001-11-08 11:22 ` Russell King
@ 2001-11-08 12:30 ` Keith Owens
1 sibling, 0 replies; 3+ messages in thread
From: Keith Owens @ 2001-11-08 12:30 UTC (permalink / raw)
To: BALBIR SINGH; +Cc: linux-kernel
On Thu, 08 Nov 2001 15:38:27 +0530,
"BALBIR SINGH" <balbir.singh@wipro.com> wrote:
>Pentium III, 128MB, Linux 2.4.13 while running make dep on 2.4.14
>
>sa1100fb.c:164:27: linux/cpufreq.h: No such file or directory
>I was wondering why this file is used in make dep. Did I miss something or
>should I wait for kbuild in 2.5?
make dep is fundamentally flawed, ignore all "file not found" messages.
Roll on kbuild 2.5, no more "make dep"!.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-11-08 12:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-08 10:08 Suspected error in make dep BALBIR SINGH
2001-11-08 11:22 ` Russell King
2001-11-08 12:30 ` Keith Owens
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.