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]

Re: Insight installation problem on cygwin


Oh, I think those =3D crap is a misinterpretation of my mail client. I copied 
my message from somewhere else and those weird 3D things appeared at the end 
of every line. I'd deleted them (almost!) and sent the message. I guess I 
missed the ones in the config directions.  The clear one is here:

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

and when I compile using:
 
 make -w all install CC=3D'gcc -mwin32' 2>&1 | tee make.out
 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'

No suggestions???

thank you
Bahadir

On Wednesday 27 Nov 2002 2:37 am, you wrote:
> ----- Original Message -----
> From: Bahadir Balban <bbbalb@essex.ac.uk>
> To: <ecos-discuss@sources.redhat.com>
> Sent: Tuesday, November 26, 2002 11:52 AM
> Subject: [ECOS] Insight installation problem on cygwin
>
>
>
>     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
>
>
> ------------------------------
>
> Is 3Darm-elf a valid target name?
>
> Greg


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