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?


Thanks Dan,

I'll look into it further.... thought it might be something obvious...
In the meantime, do you know of any good(working) free xcompilers I can use on windows/cygwin for the iwmmxt(intel bulverde) CPU?


-Nick

From: Daniel Kegel <dank@kegel.com>
To: Nick Nuziale <nnuziale@hotmail.com>
CC: crossgcc@sources.redhat.com
Subject: Re: fixdep problem?
Date: Wed, 16 Mar 2005 10:53:40 -0800

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



_________________________________________________________________
Designer Mail isn't just fun to send, it's fun to receive. Use special stationery, fonts and colors. http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines Start enjoying all the benefits of MSN® Premium right now and get the first two months FREE*.



------ 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]