From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Juan Manuel Dodero" To: Subject: Cross debugging to erc32 with Insight Date: Fri, 04 Feb 2000 08:32:00 -0000 Message-id: X-SW-Source: 2000-q1/msg00044.html I have downloaded two versions of Insight. The one that I can build without problems (1999-10-04) doesn't cross-debugs to erc32. I try to configure cross-debugging with these command lines: ./configure --target=sparc-erc32-rtems \ --host=i686-pc-linux-gnu .... make all install ... and I have problems when installing iTcl: .... /install/Linux/insight-19991004/itcl/itk/generic/itk_archetype.c: In function `: /install/Linux/insight-19991004/itcl/itk/generic/itk_archetype.c:4158: warning:' gcc -c -g -O2 -W -Wall -I/install/Linux/insight-19991004/itcl/itk/unix -I/ insc rm -f libitk3.0.a ar cr libitk3.0.a itk_cmds.o itk_option.o itk_archetype.o itk_util.o ranlib libitk3.0.a gcc -c -g -O2 -W -Wall -I/install/Linux/insight-19991004/itcl/itk/unix -I/ insc make[2]: *** No rule to make target `/install/Linux/insight-19991004/tk/unix/li. make[2]: Leaving directory `/install/Linux/insight-19991004/itcl/itk/unix' make[1]: *** [install] Error 1 make[1]: Leaving directory `/install/Linux/insight-19991004/itcl' make: *** [install-itcl] Error 2 Later I try to do the same with 2000-01-26 version, but then I cannot even build it because of some gcc *internal* problem. This is what I get: ... ... ... valops.c: In function `value_find_oload_method_list': valops.c:2553: warning: unused parameter `offset' valops.c: In function `find_overload_match': valops.c:2622: warning: unused parameter `lax' gcc -c -g -O2 -W -Wall -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/ opcc gcc: Internal compiler error: program cc1 got fatal signal 6 make[1]: *** [valarith.o] Error 1 make[1]: Leaving directory `/install/Linux/insight-20000126/gdb' make: *** [all-gdb] Error 2 I am involved in supporting Insight's look an feel (that is great) for sparc-rtems-gdb cross debugging of Ada programs for a specialised RT kernel that is in development. My develompent platform is Debian/Linux slink 2.1 on an Intel Pentium arch. I would be grateful for someone to help me building Insight in the way I described above.