This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

Re: building binutils on NT


Chuck Tuffli wrote:
> 
> I'm trying to build an ARM tool chain using cygwin on a windows2000
> machine. I downloaded the sources, setup the directories, and applied
> the patches without a hitch. configure completes sucessfully (I think),
> but when I execute "make -w all install 2>&1 | tee make.out", make outputs
> 
> ctuffli@CTUFFLI-MOBL /tmp/build/binutils
> $ make -w all install 2>&1 | tee make.out
> C:\cygwin\usr\local\bin\make.exe: Entering directory
> `c:/cygwin/tmp/build/binutils'
> C:\cygwin\usr\local\bin\make.exe: Leaving directory
> `c:/cygwin/tmp/build/binutils'
> C:\cygwin\usr\local\bin\make.exe: *** No rule to make target
> `Makefile.in', needed by `Makefile'. Stop.

Look at the Makefile in that directory. There should be a line beginning
VPATH = ..... What does it say? Is that where your sources really are? Is
there a Makefile.in there?

What does the config.status file contain?

Jifl
-- 
Red Hat, 35 Cambridge Place, Cambridge, UK. CB2 1NS  Tel: +44 (1223) 728762
"Plan to be spontaneous tomorrow."  ||  These opinions are all my own fault

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