From: Jaswinder S. <jas...@ya...> - 2001-02-11 03:49:05
|
Dear niibe-san , linux-sh and linuxsh-dev mailing list, I made some changes in arch/sh/lib/memset.S old errors get resolved but now i am getting new errors :- sh-linux-gnu-gcc -D__ASSEMBLY__ -D__KERNEL__ -I/home/jsrsh/linux/include -ml -m4 -c -o memmove.o memmove.S memmove.S:32: unterminated character constant make[2]: *** [memmove.o] Error 1 make[2]: Leaving directory `/home/jsrsh/linux/arch/sh/lib' make[1]: *** [first_rule] Error 2 make[1]: Leaving directory `/home/jsrsh/linux/arch/sh/lib' make: *** [_dir_arch/sh/lib] Error 2 Thanks , Jaswinder. --- Jaswinder Singh <jas...@ya...> wrote: > Dear niibe-san , linux-sh and linuxsh-dev mailing > list, > > I made some changes in arch/sh/lib/memcpy.S > > old errors get resolved but now i am getting new > errors :- > > sh-linux-gnu-gcc -D__ASSEMBLY__ -D__KERNEL__ > -I/home/jsrsh/linux/include -ml -m4 -c -o memset.o > memset.S > memset.S:21: unterminated character constant > memset.S:25: unterminated character constant > make[2]: *** [memset.o] Error 1 > make[2]: Leaving directory > `/home/jsrsh/linux/arch/sh/lib' > make[1]: *** [first_rule] Error 2 > make[1]: Leaving directory > `/home/jsrsh/linux/arch/sh/lib' > make: *** [_dir_arch/sh/lib] Error 2 > > Thanks, > > Jaswinder. > > --- Jaswinder Singh <jas...@ya...> > wrote: > > Dear niibe-san , linux-sh and linuxsh-dev mailing > > list, > > > > I made some changes in include/asm-sh/rtc.h and > > arch/sh/kernel/time.c > > > > old errors get resolved but now i am getting new > > errors :- > > > > sh-linux-gnu-gcc -D__ASSEMBLY__ -D__KERNEL__ > > -I/home/jsrsh/linux/include -ml -m4 -c -o > memcpy.o > > memcpy.S > > memcpy.S:23: unterminated character constant > > make[2]: *** [memcpy.o] Error 1 > > make[2]: Leaving directory > > `/home/jsrsh/linux/arch/sh/lib' > > make[1]: *** [first_rule] Error 2 > > make[1]: Leaving directory > > `/home/jsrsh/linux/arch/sh/lib' > > make: *** [_dir_arch/sh/lib] Error 2 > > > > Thanks , > > > > Jaswinder. > > > > > > > > > > --- Jaswinder Singh <jas...@ya...> > > wrote: > > > 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/ > > > > > ATTACHMENT part 2 application/octet-stream > > name=entry.S > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Get personalized email addresses from Yahoo! Mail > - > > only $35 > > a year! http://personal.mail.yahoo.com/> #ifndef > _ASM_RTC_H > > #define _ASM_RTC_H > > > > #include <asm/machvec.h> > > > > /*jsr#define rtc_gettimeofday > > sh_mv.mv_rtc_gettimeofday > > #define rtc_settimeofday sh_mv.mv_rtc_settimeofday > > */ > > #define rtc_gettimeofday sh_rtc_gettimeofday > > #define rtc_settimeofday sh_rtc_settimeofday > > > > extern void sh_rtc_gettimeofday(struct timeval > *tv); > > extern int sh_rtc_settimeofday(const struct > timeval > > *tv); > > > > #endif /* _ASM_RTC_H */ > > > /* $Id: time.c,v 1.20 2000/02/28 12:42:51 gniibe > Exp > > $ > > * > > * linux/arch/sh/kernel/time.c > > * > > * Copyright (C) 1999 Tetsuya Okada & Niibe > Yutaka > > * Copyright (C) 2000 Philipp Rumpf > > <pr...@tu...> > === message truncated === > ATTACHMENT part 2 application/octet-stream name=memcpy.S __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ |