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]
Other format: [Raw text]

Working Insight for cygnus (arm-elf)


Hi,
I have spent some time to build a working version of Insight for cygwin
(for arm-elf) but without success.
I started out with older versions but now I tried to build the latest
version (insight+dejagnu-20030210.tar.bz2).

I might have misunderstood something, but I thought this version should be
possible to build under cygwin without any additional patches.
When I build this version I get into problem with the tix module. It seems
that the makefile isn't prepared for TCL8.4.
Please, can anyone tell me the proper procedure for building Insight for
this target?


I use the following procedure for configuring and building:

Configure Insight:
    mkdir -p /tmp/build/gdb
    cd /tmp/build/gdb
    /src/gdb/insight+dejagnu-20030210/configure --target=arm-elf  --prefix=/tools  --exec-prefix=/tools/H-i686-pc-cygwin -v 2>&1 | tee configure.out


Build and install Insight:
    make -w all install CC='gcc -mwin32' 2>&1 | tee make.out

Best regards
Lars-Henrik Ivarsson




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