This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: fixdep problem?


Nick Nuziale wrote:
Some more info...

The problem is from the following command:

nnuziale@NNUZIALE-W2K /usr/crosstool-0.28-rc37/build/arm-iwmmxt-linux-gnu/gcc-3.4.2-glibc-2.2.5/linux-2.6.8

$ scripts/basic/fixdep scripts/basic/.fixdep.d scripts/basic/fixdep 'gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/fixdep scripts/basic/fixdep.c'
cmd_scripts/basic/fixdep := gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/fixdep scripts/basic/fixdep.c


deps_scripts/basic/fixdep := \
 scripts/basic/fixdep.c \
   $(wildcard include/config/his/driver.h) \
   $(wildcard include/config/my/option.h) \
   $(wildcard include/config/.h) \
   $(wildcard include/config/foo.h) \
 /usr/include/sys/types.h \

\
fixdep:
: No such file or directory

nnuziale@NNUZIALE-W2K /usr/crosstool-0.28-rc37/build/arm-iwmmxt-linux-gnu/gcc-3.4.2-glibc-2.2.5/linux-2.6.8$


My cygwin version is $ uname -r 1.5.13(0.122/4/2)

It might be a line ending problem somehow.


You probably have to look into fixdep
and see how it's implemented, and track down the problem that way.
- Dan

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]