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]

Insight build problem on Cygwin


Hi all,

Before my problem just to say thanks to everyone who brought us the new version
of TCL. It makes a huge difference.

I have managed to compile Insight from the latest CVS archive ( Today ) and
have come across an unusual problem, it won't launch.

To be more precise I can launch gdb as arm-elf-gdb or arm-elf-insight -nw and
I get, as expected, the vanilla version of gdb. But when I type arm-elf-insight
or arm-elf-gdb -w the program begins to launch but it just dies. I have seen
insight showing up in the list of processes running but it just dies? 

Any ideas??

Here is my compile script:
rm -rf src/tix
$src_root/src/configure \
    --target=$target --host=$host\
    --prefix=$prefix \
    --exec-prefix=$prefix -v > ../logs/$target-$insightver-configure.log 2>&1


# 	Make insight

make -w all install CC='gcc -mwin32'  > ../logs/$target-$insightver-make.out
2>&1

where target = arm-elf and host = i686-pc-cygwin


Cheers,
Dave


--
http://www.iol.ie


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