* 2.4.23-bk1 && RTC
@ 2003-12-02 15:53 Robert L. Harris
2003-12-02 17:00 ` Randy.Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: Robert L. Harris @ 2003-12-02 15:53 UTC (permalink / raw)
To: Linux-Kernel
[-- Attachment #1: Type: text/plain, Size: 1288 bytes --]
Looks like RTC is broken in 2.4.23-bk1.
gcc -D__KERNEL__ -I/exp/src1/kernels/2.4.23/Server/General/linux-2.4.23/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -nostdinc -iwithprefix include -DKBUILD_BASENAME=rtc -c -o rtc.o rtc.c
rtc.c: In function `rtc_init':
rtc.c:772: `RTC_IOMAPPED' undeclared (first use in this function)
rtc.c:772: (Each undeclared identifier is reported only once
rtc.c:772: for each function it appears in.)
rtc.c:773: `RTC_IO_EXTENT' undeclared (first use in this function)
rtc.c: In function `rtc_exit':
rtc.c:873: `RTC_IOMAPPED' undeclared (first use in this function)
rtc.c:874: `RTC_IO_EXTENT' undeclared (first use in this function)
If I disable the Enhanced Real Time Clock in menuconfig it compiles just
fine.
:wq!
---------------------------------------------------------------------------
Robert L. Harris | GPG Key ID: E344DA3B
@ x-hkp://pgp.mit.edu
DISCLAIMER:
These are MY OPINIONS ALONE. I speak for no-one else.
Life is not a destination, it's a journey.
Microsoft produces 15 car pileups on the highway.
Don't stop traffic to stand and gawk at the tragedy.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.4.23-bk1 && RTC
2003-12-02 15:53 2.4.23-bk1 && RTC Robert L. Harris
@ 2003-12-02 17:00 ` Randy.Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy.Dunlap @ 2003-12-02 17:00 UTC (permalink / raw)
To: Robert L. Harris; +Cc: linux-kernel
On Tue, 2 Dec 2003 10:53:13 -0500 "Robert L. Harris" <Robert.L.Harris@rdlg.net> wrote:
|
|
| Looks like RTC is broken in 2.4.23-bk1.
|
| gcc -D__KERNEL__ -I/exp/src1/kernels/2.4.23/Server/General/linux-2.4.23/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -nostdinc -iwithprefix include -DKBUILD_BASENAME=rtc -c -o rtc.o rtc.c
| rtc.c: In function `rtc_init':
| rtc.c:772: `RTC_IOMAPPED' undeclared (first use in this function)
| rtc.c:772: (Each undeclared identifier is reported only once
| rtc.c:772: for each function it appears in.)
| rtc.c:773: `RTC_IO_EXTENT' undeclared (first use in this function)
| rtc.c: In function `rtc_exit':
| rtc.c:873: `RTC_IOMAPPED' undeclared (first use in this function)
| rtc.c:874: `RTC_IO_EXTENT' undeclared (first use in this function)
|
| If I disable the Enhanced Real Time Clock in menuconfig it compiles just
| fine.
Marcelo just applied the patch here:
http://lkml.org/lkml/2003/12/1/150
--
~Randy
MOTD: Always include version info.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-12-02 17:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-02 15:53 2.4.23-bk1 && RTC Robert L. Harris
2003-12-02 17:00 ` Randy.Dunlap
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).