public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Insight Building Problem
@ 2000-07-19 15:02 Timothy Chow
  2000-07-20  4:22 ` Bart Veer
  2000-07-20  7:50 ` Jonathan Larmour
  0 siblings, 2 replies; 3+ messages in thread
From: Timothy Chow @ 2000-07-19 15:02 UTC (permalink / raw)
  To: ecos-discuss

Hello,

I am trying to build arm-elf development tools on Windows 2000 with cygwin 1.1.2. I can get binutils and gcc compiled, but there's an error when I am trying to build insight.

There's the error message :-
> libgdb.a(gdbtk.o): In function `gdbtk_init':
> /src/gdb/insight-5.0/gdb/gdbtk/generic/gdbtk.c:433: undefined reference to `Tix_Init'
> /src/gdb/insight-5.0/gdb/gdbtk/generic/gdbtk.c:435: undefined reference to `Tix_Init'
> collect2: ld returned 1 exit status
> make[1]: *** [gdb.exe] Error 1
> make[1]: Leaving directory `/tmp/build/gdb/gdb'
> make: *** [all-gdb] Error 2
> make: Leaving directory `/tmp/build/gdb'

Can anyone tell me what's going wrong? Is there any specific environment variable that I have to set?


Thanks,
Tim

_______________________________________________________________________

$1 million in prizes! 20 daily instant winners. 
AltaVista Rewards: Click here to win! 
http://shopping.altavista.com/e.sdc?e=3

_______________________________________________________________________

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

* Re: [ECOS] Insight Building Problem
  2000-07-19 15:02 [ECOS] Insight Building Problem Timothy Chow
@ 2000-07-20  4:22 ` Bart Veer
  2000-07-20  7:50 ` Jonathan Larmour
  1 sibling, 0 replies; 3+ messages in thread
From: Bart Veer @ 2000-07-20  4:22 UTC (permalink / raw)
  To: timothyc; +Cc: ecos-discuss

>>>>> "Tim" == Timothy Chow <timothyc@altavista.com> writes:

    Tim> I am trying to build arm-elf development tools on Windows
    Tim> 2000 with cygwin 1.1.2. I can get binutils and gcc compiled,
    Tim> but there's an error when I am trying to build insight.

    Tim> There's the error message :-
    >> libgdb.a(gdbtk.o): In function `gdbtk_init':
    >> /src/gdb/insight-5.0/gdb/gdbtk/generic/gdbtk.c:433: undefined reference to `Tix_Init'
    >> /src/gdb/insight-5.0/gdb/gdbtk/generic/gdbtk.c:435: undefined reference to `Tix_Init'
    >> collect2: ld returned 1 exit status
    >> make[1]: *** [gdb.exe] Error 1
    >> make[1]: Leaving directory `/tmp/build/gdb/gdb'
    >> make: *** [all-gdb] Error 2
    >> make: Leaving directory `/tmp/build/gdb'

    Tim> Can anyone tell me what's going wrong? Is there any specific
    Tim> environment variable that I have to set?

Looking through the ecos-discuss archives for July,
http://sources.redhat.com/ml/ecos-discuss/2000-07/
I can see some similar postings.
http://sources.redhat.com/ml/ecos-discuss/2000-07/msg00033.html
indicates that a solution was found.

Bart Veer // eCos net maintainer

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

* Re: [ECOS] Insight Building Problem
  2000-07-19 15:02 [ECOS] Insight Building Problem Timothy Chow
  2000-07-20  4:22 ` Bart Veer
@ 2000-07-20  7:50 ` Jonathan Larmour
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Larmour @ 2000-07-20  7:50 UTC (permalink / raw)
  To: Timothy Chow; +Cc: ecos-discuss

Timothy Chow wrote:
> 
> Hello,
> 
> I am trying to build arm-elf development tools on Windows 2000 with cygwin 1.1.2. I can get binutils and gcc compiled, but there's an error when I am trying to build insight.
> 
> There's the error message :-
> > libgdb.a(gdbtk.o): In function `gdbtk_init':
> > /src/gdb/insight-5.0/gdb/gdbtk/generic/gdbtk.c:433: undefined reference to `Tix_Init'
> > /src/gdb/insight-5.0/gdb/gdbtk/generic/gdbtk.c:435: undefined reference to `Tix_Init'
> > collect2: ld returned 1 exit status
> > make[1]: *** [gdb.exe] Error 1
> > make[1]: Leaving directory `/tmp/build/gdb/gdb'
> > make: *** [all-gdb] Error 2
> > make: Leaving directory `/tmp/build/gdb'
> 
> Can anyone tell me what's going wrong? Is there any specific environment variable that I have to set?

I'll have to look at this problem closer - it's only recently started
happening, and I don't know why.

For now anyway, use the following workaround:

$ cd /tmp/build/gdb
$ mv tix/win/tcl8.0/tix4180.dll tix/win/tcl8.0/tix4180.dll.old
$ cd gdb
$ make all
$ cd ..
$ make -w all
install                                                                        

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

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

end of thread, other threads:[~2000-07-20  7:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-19 15:02 [ECOS] Insight Building Problem Timothy Chow
2000-07-20  4:22 ` Bart Veer
2000-07-20  7:50 ` Jonathan Larmour

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).