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]
Other format: [Raw text]

Insight installation problem on cygwin



Hi there,


I am trying to install the toolchain for ecos on cygwin platform.
I have done it properly on redhat 7.3, but for cygwin everything went
O.K. except insight.
I think the error is simple, but I cannot solve it.


I got the latest source for insight from CVS and I have reverse-updated
it since on the website
it was stated that newer versions of insight were unstable under cygwin.


The configure went O.K. using


    mkdir -p /tmp/build/gdb
    cd /tmp/build/gdb
    /src/gdb/insight-5.0/configure --target=3Darm-elf \
      --prefix=3D/tools \
      --exec-prefix=3D/tools/H-i686-pc-cygwin \
      -v 2>&1 | tee configure.out


but then command:


make -w all install CC=3D'gcc -mwin32' 2>&1 | tee make.out


and I get the error:
make: Entering directory '/tmp/build/gdb'
make: *** No rule to make target 'Makefile.in', needed by 'Makefile'.
Stop.
make: Leaving directory '/tmp/build/gdb'


I did everything step by step as given in the directions... Why would
this happen? What should I do?


Cheers,
Bahadir


--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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