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]

Re: Insight Building Problem


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

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