[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-rt
Subject:    [Rtl] Problem Installation RTLinux
From:       carmen Monroy <monroy_carmen () yahoo ! com>
Date:       2004-11-20 4:41:05
Message-ID: 20041120044105.1148.qmail () web41605 ! mail ! yahoo ! com
[Download RAW message or body]

Hi !

 I installed Fedora Core 3 in my PC, and now I was
tried to install rtl3.2 pre3 with a kernel 2.4.22, and
I got some errors:


Any hint ?

Could the problem be caused by using fedora core 3 ? 
(should i revert to my RH9 ?)

Carmen

I appreciate your help

---------- This is the error

make[2]: Entering directory
`/usr/src/linux-2.4.22-rtl3.2-pre3/kernel'
gcc -D__KERNEL__
-I/usr/src/linux-2.4.22-rtl3.2-pre3/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2
-fno-strict-aliasing -fno-common -fomit-frame-pointer
-pipe -mpreferred-stack-boundary=2 -march=i686  
-nostdinc -iwithprefix include -DKBUILD_BASENAME=sched
 -fno-omit-frame-pointer -c -o sched.o sched.c
sched.c:213: error: conflicting types for
'reschedule_idle'
sched.c:210: error: previous declaration of
'reschedule_idle' was here
sched.c:213: error: conflicting types for
'reschedule_idle'
sched.c:210: error: previous declaration of
'reschedule_idle' was here
sched.c:371: error: conflicting types for
'wake_up_process'
/usr/src/linux-2.4.22-rtl3.2-pre3/include/linux/sched.h:601:
error: previous declaration of 'wake_up_process' was
here
sched.c:371: error: conflicting types for
'wake_up_process'
/usr/src/linux-2.4.22-rtl3.2-pre3/include/linux/sched.h:601:
error: previous declaration of 'wake_up_process' was
here
sched.c:409: error: conflicting types for
'schedule_timeout'
/usr/src/linux-2.4.22-rtl3.2-pre3/include/linux/sched.h:148:
error: previous declaration of 'schedule_timeout' was
here
sched.c:409: error: conflicting types for
'schedule_timeout'
/usr/src/linux-2.4.22-rtl3.2-pre3/include/linux/sched.h:148:
error: previous declaration of 'schedule_timeout' was
here
sched.c:739: error: conflicting types for '__wake_up'
/usr/src/linux-2.4.22-rtl3.2-pre3/include/linux/sched.h:593:
error: previous declaration of '__wake_up' was
heresched.c:739: error: conflicting types for
'__wake_up'
/usr/src/linux-2.4.22-rtl3.2-pre3/include/linux/sched.h:593:
error: previous declaration of '__wake_up' was
heresched.c:749: error: conflicting types for
'__wake_up_sync'
/usr/src/linux-2.4.22-rtl3.2-pre3/include/linux/sched.h:594:
error: previous declaration of '__wake_up_sync' was
here
sched.c:749: error: conflicting types for
'__wake_up_sync'
/usr/src/linux-2.4.22-rtl3.2-pre3/include/linux/sched.h:594:
error: previous declaration of '__wake_up_sync' was
here
sched.c:759: error: conflicting types for 'complete'
/usr/src/linux-2.4.22-rtl3.2-pre3/include/linux/completion.h:31:
error: previous declaration of 'complete' was here
sched.c:759: error: conflicting types for 'complete'
/usr/src/linux-2.4.22-rtl3.2-pre3/include/linux/completion.h:31:
error: previous declaration of 'complete' was here
sched.c:769: error: conflicting types for
'wait_for_completion'
/usr/src/linux-2.4.22-rtl3.2-pre3/include/linux/completion.h:30:
error: previous declaration of 'wait_for_completion'
was here
sched.c:769: error: conflicting types for
'wait_for_completion'
/usr/src/linux-2.4.22-rtl3.2-pre3/include/linux/completion.h:30:
error: previous declaration of 'wait_for_completion'
was here
sched.c:804: error: conflicting types for
'interruptible_sleep_on'
/usr/src/linux-2.4.22-rtl3.2-pre3/include/linux/sched.h:598:
error: previous declaration of
'interruptible_sleep_on' was here
sched.c:804: error: conflicting types for
'interruptible_sleep_on'
/usr/src/linux-2.4.22-rtl3.2-pre3/include/linux/sched.h:598:
error: previous declaration of
'interruptible_sleep_on' was here
sched.c:815: error: conflicting types for
'interruptible_sleep_on_timeout'
/usr/src/linux-2.4.22-rtl3.2-pre3/include/linux/sched.h:599:
error: previous declaration of
'interruptible_sleep_on_timeout' was here
sched.c:815: error: conflicting types for
'interruptible_sleep_on_timeout'
/usr/src/linux-2.4.22-rtl3.2-pre3/include/linux/sched.h:599:
error: previous declaration of
'interruptible_sleep_on_timeout' was here
sched.c:828: error: conflicting types for 'sleep_on'
/usr/src/linux-2.4.22-rtl3.2-pre3/include/linux/sched.h:595:
error: previous declaration of 'sleep_on' was here
sched.c:828: error: conflicting types for 'sleep_on'
/usr/src/linux-2.4.22-rtl3.2-pre3/include/linux/sched.h:595:
error: previous declaration of 'sleep_on' was here
sched.c:839: error: conflicting types for
'sleep_on_timeout'
/usr/src/linux-2.4.22-rtl3.2-pre3/include/linux/sched.h:596:
error: previous declaration of 'sleep_on_timeout' was
here
sched.c:839: error: conflicting types for
'sleep_on_timeout'
/usr/src/linux-2.4.22-rtl3.2-pre3/include/linux/sched.h:596:
error: previous declaration of 'sleep_on_timeout' was
here
sched.c:210: warning: 'reschedule_idle' declared
`static' but never defined
make[2]: *** [sched.o] Error 1
make[2]: Leaving directory
`/usr/src/linux-2.4.22-rtl3.2-pre3/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory
`/usr/src/linux-2.4.22-rtl3.2-pre3/kernel'
make: *** [_dir_kernel] Error 2







		
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - Get yours free! 
http://my.yahoo.com 
 

_______________________________________________
Rtl mailing list
Rtl@rtlinux.org
http://www2.fsmlabs.com/mailman/listinfo/rtl
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic