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


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

Re: Error building on cygwin


On Sun, 29 Apr 2001, Sascha Andres wrote:


> i'm trying to build insight on cygwin,
> running on w2k. i configure like this:
>
> configure --target=arm-elf --nfp > configure.out
>
> is there any patch to fix this?
> or what must i do to fix this?

Couple of questions:

1) What version are you trying to build (release, snapshot)? I reocmmend
the latestd snapshot (or CVS checkout).

2) What version of cygwin and gcc are you using? (uname -a and gcc -v)

One small guess: Try adding 'CC="gcc -mwin32"' to your configury. So
execute:

CC="gcc -mwin32" /path/to/configure --target=arm-elf ...

I successfully built arm-elf gdb on Win2000 last week after someone here
had problems with it.

Keith



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