Hi all,
I have setup my windows box with Cygwin and extracted the crosstool
into the root folder of my cygwin installation. I've also changed the
CROSS_COMPILE flag in the root makefile as specified in the manual.
Now, I can start the build process without any visible problem.
Calling "make ts7200" and "make oldconfig" works fine. But when I call
the "make dep" here is the output I get :
$ make dep
rm -f include/asm
( cd include ; ln -sf asm-arm asm)
make[1]: Entering directory `/cygdrive/g/David
School/S7/Projet/TS-7250 Kernels/
linux24/arch/arm/tools'
Makefile:27: warning: overriding commands for target
`/cygdrive/g/David'
Makefile:11: warning: ignoring old commands for target
`/cygdrive/g/David'
Makefile:27: warning: overriding commands for target
`School/S7/Projet/TS-7250'
Makefile:11: warning: ignoring old commands for target
`School/S7/Projet/TS-7250
'
arm-unknown-linux-gnu-gcc -D__KERNEL__ -I/cygdrive/g/David
School/S7/Projet/TS-7
250 Kernels/linux24/include -Wall -Wstrict-prototypes -Wno-trigraphs
-Os -fno-st
rict-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
arm-unknown-linux-gnu-gcc: cannot specify -o with -c or -S and
multiple compilations
make[1]: *** [constants.h] Error 1
make[1]: Leaving directory `/cygdrive/g/David School/S7/Projet/TS-7250
Kernels/l
inux24/arch/arm/tools'
make: *** [archdep] Error 2
The error message doesn't give me any clue on how to resolve this
issue. Any help would be appreciated.
Thanks.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|