I got the same errors while compling with the compiler 2.96 (I think this is the correct version number) Change your compiler to gcc 2.7.2.3 (This u can find from rpmfind.net) This should solve your problem. Cheerz
-----Original Message----- From: Gopalkrishna M R <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, November 22, 2001 9:14 PM Subject: [rtl] Installation of RTLinux .... Please help me. >Hi, > >Trying to install the RTLinux. Downloaded the >prepatched kernel from the web site www.rtlinux.org >(rtlinux-2.2-prepatched.tar.gz). Then tried the following >steps (as given in Sys Admin - 91, January 2001 issue). > >1. Moved the above mentioned file to /usr/src directory > then untarred it. >2. Removed the existing /usr/src/linux and created it using > ln -s /usr/src/rtlinux-2.2/linux /usr/src/linux >3. Changed the directory to > cd /usr/src/linux >4. Entered these commands > make menuconfig ------> selected the needed things and > saved it. > make dep > make clean > make bzImage > > While running this command it gave the following errors: >---------------------------------------------------------------------- >checksum.S:231:badly punctuated parameter list in #define >checksum.S:237:badly punctuated parameter list in #define > >make[2]: ***[checksum.o] Error 1 >make[2]: Levaing directory /usr/src/rtlinux-2.2/linux/arch/i386/lib > >make[1]: ***[first-rule] Error2 >make[1]: Leaving directory /usr/src/rtlinux-2.2/linux/arch/i386/lib >make:***[_dir_arch/i386/lib] Error2 >---------------------------------------------------------------------- > >It has not created bzImage > >I have tried it on linux kernel 2.2 and 2.4. At both the places >it gives the similar error messages. > >Processor used is K6-500 MHz and also Pentium 233 MHz (old motherboard). > >Can YOU please help me to overcome this problem? > >Thanks for the help. > >gopalkrishna > -------------------------------------------------------------- > | Gopalkrishna M R | Phone : +91 80 3340122 to 7 | > | RAMAN RESEARCH INSTITUTE | Fax : +91 80 3340492 | > | Sadashivnagar | email : [EMAIL PROTECTED] | > | BANGALORE - 560 080 |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| > | Karnataka | o o o o o | > | INDIA. | o o o o o | > -------------------------------------------------------------- > >-- [rtl] --- >To unsubscribe: >echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR >echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] >-- >For more information on Real-Time Linux see: >http://www.rtlinux.org/ > -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] -- For more information on Real-Time Linux see: http://www.rtlinux.org/
