public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Latest snapshot 2000010
@ 2000-01-16 14:38 Andy Hare
  2000-01-17  9:15 ` Elena Zannoni
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Hare @ 2000-01-16 14:38 UTC (permalink / raw)
  To: Insight Mail list; +Cc: Fernando Nasser

I have rebuilt the latest snapshot after patching the previous version with
the latest patches. During the build I get a fatal error

/c/cygnus/CYGWIN~1/H-I586~1/i586-cygwin32/bin/ld; cannot open -limagehlp: No
such file or directory

Is this a problem with my setup, I am using cygwin b20.1 under NT, building
ARM-ELF versions of insight to run with NT. I have not had a problem until
now building insight so is it a bug or have I got a problem with my setup.

I use the commands below to build the source;

/c/cygnus/GNU-Source-Code/insight-20000110/configure -v \
 --prefix=/c/cygnus/xgcc-arm/insight \
 --exec-prefix=/c/cygnus/xgcc-arm/insight \
 --host=i586-cygwin32 --target=arm-elf >configure.out

make -w all install LIBGCC2_DEBUG_CFLAGS="-g1 -O1" \
 LANGUAGES="c c++" > make.out

Andy Hare


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Latest snapshot 2000010
  2000-01-16 14:38 Latest snapshot 2000010 Andy Hare
@ 2000-01-17  9:15 ` Elena Zannoni
       [not found]   ` <00c701bf62d9$203ac150$0100000a@dualbeast>
  0 siblings, 1 reply; 3+ messages in thread
From: Elena Zannoni @ 2000-01-17  9:15 UTC (permalink / raw)
  To: Andy Hare; +Cc: Insight Mail list, Fernando Nasser

Andy Hare writes:
 > I have rebuilt the latest snapshot after patching the previous version with
 > the latest patches. During the build I get a fatal error
 > 
 > /c/cygnus/CYGWIN~1/H-I586~1/i586-cygwin32/bin/ld; cannot open -limagehlp: No
 > such file or directory
 > 
 > Is this a problem with my setup, I am using cygwin b20.1 under NT, building
 > ARM-ELF versions of insight to run with NT. I have not had a problem until
 > now building insight so is it a bug or have I got a problem with my setup.
 > 
 > I use the commands below to build the source;
 > 
 > /c/cygnus/GNU-Source-Code/insight-20000110/configure -v \
 >  --prefix=/c/cygnus/xgcc-arm/insight \
 >  --exec-prefix=/c/cygnus/xgcc-arm/insight \
 >  --host=i586-cygwin32 --target=arm-elf >configure.out
 > 
 > make -w all install LIBGCC2_DEBUG_CFLAGS="-g1 -O1" \
 >  LANGUAGES="c c++" > make.out
 > 
 > Andy Hare
 > 
 > 

I believe the fix to this problem is to change your cygwin1.dll and
install a more recent one. imagehlp was recently added to cygwin.

Elena Zannoni

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Latest snapshot 2000010
       [not found]   ` <00c701bf62d9$203ac150$0100000a@dualbeast>
@ 2000-01-19 16:22     ` Elena Zannoni
  0 siblings, 0 replies; 3+ messages in thread
From: Elena Zannoni @ 2000-01-19 16:22 UTC (permalink / raw)
  To: Andy Hare; +Cc: Elena Zannoni, Insight Mail list, Fernando Nasser

Andy Hare writes:
 > Hi Elena,
 > 
 > I have tried the latest cygwin but this does not fix the problem which
 > occurs during the make cycle.
 > 
 > Andy Hare

Andy,

Oops, I haven't noticed you are building a cross. There were some
checkins to the gdb configury machinery made on 1-11-2000 to deal with
this problem. imagehlp is not required for crosses, only native.  So
you need to get the gdb snapshot made yesterday or the day
before. That should cure the problem.

Elena

 > 
 > ----- Original Message -----
 > From: Elena Zannoni <ezannoni@cygnus.com>
 > To: Andy Hare <andy@hare.u-net.com>
 > Cc: Insight Mail list <insight@sourceware.cygnus.com>; Fernando Nasser
 > <fnasser@cygnus.com>
 > Sent: Monday, January 17, 2000 5:11 PM
 > Subject: Latest snapshot 2000010
 > 
 > 
 > > Andy Hare writes:
 > >  > I have rebuilt the latest snapshot after patching the previous version
 > with
 > >  > the latest patches. During the build I get a fatal error
 > >  >
 > >  > /c/cygnus/CYGWIN~1/H-I586~1/i586-cygwin32/bin/ld; cannot
 > open -limagehlp: No
 > >  > such file or directory
 > >  >
 > >  > Is this a problem with my setup, I am using cygwin b20.1 under NT,
 > building
 > >  > ARM-ELF versions of insight to run with NT. I have not had a problem
 > until
 > >  > now building insight so is it a bug or have I got a problem with my
 > setup.
 > >  >
 > >  > I use the commands below to build the source;
 > >  >
 > >  > /c/cygnus/GNU-Source-Code/insight-20000110/configure -v \
 > >  >  --prefix=/c/cygnus/xgcc-arm/insight \
 > >  >  --exec-prefix=/c/cygnus/xgcc-arm/insight \
 > >  >  --host=i586-cygwin32 --target=arm-elf >configure.out
 > >  >
 > >  > make -w all install LIBGCC2_DEBUG_CFLAGS="-g1 -O1" \
 > >  >  LANGUAGES="c c++" > make.out
 > >  >
 > >  > Andy Hare
 > >  >
 > >  >
 > >
 > > I believe the fix to this problem is to change your cygwin1.dll and
 > > install a more recent one. imagehlp was recently added to cygwin.
 > >
 > > Elena Zannoni
 > >
 > >
 > >
 > 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-01-19 16:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-16 14:38 Latest snapshot 2000010 Andy Hare
2000-01-17  9:15 ` Elena Zannoni
     [not found]   ` <00c701bf62d9$203ac150$0100000a@dualbeast>
2000-01-19 16:22     ` Elena Zannoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).