thanx for guide me.M
1)Make oldconfig now pass with no error.
2)Make dep
--------------------------------------
rm -f include/asm
( cd include ; ln -sf asm-arm asm)
make[1]: Entering directory `/home/amitsaini/linux24/arch/arm/tools'
/home/amitsaini/linux24/scripts/mkdep -D__KERNEL__
-I/home/amitsaini/linux24/include -Wall -Wstrict-prototypes -Wno-trigraphs -Os
-fno-strict-aliasing -fno-common -Uarm -fno-common -pipe -mapcs-32
-D__LINUX_ARM_ARCH__=4 -march=armv4 -mtune=arm9tdmi -msoft-float -Uarm --
getconstants.c |\
sed s,getconstants.o,constants.h, > .depend
make all
make[2]: Entering directory `/home/amitsaini/linux24/arch/arm/tools'
arm-unknown-linux-gnu-gcc -D__KERNEL__ -I/home/amitsaini/linux24/include -Wall
-Wstrict-prototypes -Wno-trigraphs -Os -fno-strict-aliasing -fno-common -Uarm
-fno-common -pipe -mapcs-32 -D__LINUX_ARM_ARCH__=4 -march=armv4 -mtune=arm9tdmi
-msoft-float -Uarm -S -o constants.h.tmp.1 getconstants.c
make[2]: arm-unknown-linux-gnu-gcc: Command not found
make[2]: *** [constants.h] Error 127
make[2]: Leaving directory `/home/amitsaini/linux24/arch/arm/tools'
make[1]: *** [dep] Error 2
make[1]: Leaving directory `/home/amitsaini/linux24/arch/arm/tools'
make: *** [archdep] Error 2
--------------------------------------------------------
What I thing this is due to gcc.Because its showing arm-unknown-linux-gnu-gcc
command not found.any suggestion on this.
--- In "charliem_1216" <> wrote:
>
> --- In "ts7300" <ts7300@> wrote:
> >
> > Hi,
> > I have downloaded the kernel 2.4.26-ts11 source from ftp on my debain
> > distro and tar it.And in the make file set the CROSS_COMPILE
> > :=/opt/crosstool/arm-unknown-linux/gcc-3.3.4-glibc-2.3.2/bin/arm-unknown-linux-gnu-
> > path is set.
> > step for build the kernel.
> > 1)make ts7300_config
> > 2)make oldconfig
> > Making asm-arm/proc -> asm-arm/proc-armv symlink
> > touch: setting times of `include/asm-arm/.proc': Function not implemented
>
> This is a debian coreutils bug, I think:
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515731
>
> See if a coreutils update is available yet.
>
> regards, ........ Charlie
>
> > make: *** [include/asm-arm/.proc] Error 1
> > and during make oldconfig above error comes.tried to find out cause of
> > error but unsucessed.
> > Has anybody Idea about this error?
> >
> > Thanx,
> >
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|