Re: Problem to install RTLinux

carmen Monroy <[email protected]>
Newsgroups gmane.linux.real-time.rtlinux.general
Message-ID <[email protected]>
Thanks for your help, I proved la version de gcc
2.95.3 and it was a succeful!

I appreciated your help!

Carmen

 



--- Norm <[email protected]> wrote:

> What compiler version are you using
> 
>         gcc --version
> 
> will tell you.  The most recommended version is IIRC
> 2.95.3 and there are
> known problems with some versions (but unfortunately
> I don't remember which
> right now)
> 
>     Norm
> 
> ----- Original Message ----- 
> From: "carmen Monroy" <[email protected]>
> To: <[email protected]>
> Sent: Friday, November 19, 2004 11:35 PM
> Subject: [Rtl] Problem to install RTLinux
> 
> 
> >
> > Hi!
> >
> >   I have Fedora Core 3 installed in my PC, and now
> I
> > was tried to install the rtl3.2 pre3 with a kernel
> > 2.4.22, and I got some errors:
> >
> >
> > When I executed the command "make bzImage", I got
> this
> > error:
> >
> >
> > Any hint ?
> >
> > Could the problem be caused by using fedora Core 3
> ?
> > (should i revert to my RH9 ? )
> >
> >
> > I appreciate yuor help.
> >
> >
> >
> > 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!?
> > Meet the all-new My Yahoo! - Try it today!
> > http://my.yahoo.com
> >
> >
> > _______________________________________________
> > Rtl mailing list
> > [email protected]
> > http://www2.fsmlabs.com/mailman/listinfo/rtl
> 
=== message truncated ===



		
__________________________________ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 
_______________________________________________
Rtl mailing list
[email protected]
http://www2.fsmlabs.com/mailman/listinfo/rtl
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.