From: Jaswinder S. <jas...@ya...> - 2001-02-11 02:48:12
|
Dear niibe-san , linux-sh and linuxsh-dev mailing list :) By commenting comments in entry.S old errors are resolved ,but now i am getting new errors :- sh-linux-gnu-gcc -D__KERNEL__ -I/home/jsrsh/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -ml -m4 -pipe -c -o time.o time.c In file included from /home/jsrsh/linux/include/linux/fs.h:632, from /home/jsrsh/linux/include/linux/capability.h:17, from /home/jsrsh/linux/include/linux/binfmts.h:5, from /home/jsrsh/linux/include/linux/sched.h:9, from time.c:14: /home/jsrsh/linux/include/linux/udf_fs_sb.h:21: warning: ignoring pragma: pack /home/jsrsh/linux/include/linux/udf_fs_sb.h:76: warning: ignoring pragma: pack time.c: In function `do_timer_interrupt': time.c:194: structure has no member named `mv_rtc_settimeofday' time.c: In function `get_timer_frequency': time.c:243: structure has no member named `mv_rtc_gettimeofday' time.c:246: structure has no member named `mv_rtc_gettimeofday' time.c:253: structure has no member named `mv_rtc_gettimeofday' time.c: In function `time_init': time.c:294: structure has no member named `mv_rtc_gettimeofday' make[1]: *** [time.o] Error 1 make[1]: Leaving directory `/home/jsrsh/linux/arch/sh/kernel' make: *** [_dir_arch/sh/kernel] Error 2 I am enclosing my changed entry.S Thanks for your help , Best Regards, Jaswinder. --- Jaswinder Singh <jas...@ya...> wrote: > Dear Niibe-san , linux-sh and linuxsh-dev, > > I am trying to build linux-2.4.1 kernel with > sh-linux-gnu toolchain . > > But i am getting followings errors :- > > make[1]: Entering directory > `/home/jsrsh/linux/arch/sh/kernel' > sh-linux-gnu-gcc -D__ASSEMBLY__ -D__KERNEL__ > -I/home/jsrsh/linux/include -ml -m4 -c -o entry.o > entry.S > entry.S:136: unterminated character constant > entry.S:138: unterminated character constant > entry.S:360: unterminated character constant > entry.S:372: unterminated character constant > entry.S:385: unterminated character constant > entry.S:390: unterminated character constant > entry.S:510: unterminated character constant > entry.S:521: unterminated character constant > entry.S:638: unterminated character constant > entry.S:744: unterminated character constant > entry.S:781: unterminated string or character > constant > make[1]: *** [entry.o] Error 1 > make[1]: Leaving directory > `/home/jsrsh/linux/arch/sh/kernel' > make: *** [_dir_arch/sh/kernel] Error 2 > > Thanks for your help. > > Best Reagards, > > Jaswinder. > __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ |