From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12572 invoked by alias); 3 Dec 2001 16:56:53 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 12443 invoked from network); 3 Dec 2001 16:56:49 -0000 Message-ID: <003d01c17c1b$424d2dc0$0167010a@coronis> From: "Stephane Aubert" To: "Darren Addicott" , , , , , "'GNUTeam'" , , Subject: Windows Error when I want to start arm-elf-gdb Date: Fri, 05 Oct 2001 18:42:00 -0000 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0039_01C17C23.A315D0A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SW-Source: 2001-q4/txt/msg00074.txt.bz2 This is a multi-part message in MIME format. ------=_NextPart_000_0039_01C17C23.A315D0A0 Content-Type: multipart/alternative; boundary="----=_NextPart_001_003A_01C17C23.A315D0A0" ------=_NextPart_001_003A_01C17C23.A315D0A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-length: 1872 I'm working on W98 and I'm trying to install the ARM development tools for Ecos (with Cygwin). Im following the instruction on the internet page "Building the ARM development tools for Wondows" (sources.redhat.com/ecos/tools/win-arm-elf.html). So, I configure the GNU Binary Utilities (binutils-2.10.1.tar.bz2) with the following cmds: mkdir -p /tmp/build/binutils cd /tmp/build/binutils /src/binutils/binutils-2.10.1/configure --target=3Darm-elf \ --prefix=3D/tools \ --exec-prefix=3D/tools/H-i686-pc-cygwin \ -v 2>&1 | tee configure.out -> OK And I Build and install the GNU Binary Utilities: make -w all install 2>&1 | tee make.out -> OK Then I configure GCC (gcc-core-2.95.2.tar.bz2 & gcc-g++-2.95.2.tar.bz2): PATH=3D/tools/H-i686-pc-cygwin/bin:$PATH ; export PATH mkdir -p /tmp/build/gcc cd /tmp/build/gcc /src/gcc/gcc-2.95.2/configure --target=3Darm-elf \ --prefix=3D/tools \ --exec-prefix=3D/tools/H-i686-pc-cygwin \ --with-gnu-as --with-gnu-ld --with-newlib \ -v 2>&1 | tee configure.out -> OK And I Build and install GCC: make -w all-gcc install-gcc \ LANGUAGES=3D"c c++" 2>&1 | tee make.out -> OK Then I configure the Insight GDB (insight-5.0.tar.bz2): mkdir -p /tmp/build/gdb cd /tmp/build/gdb /src/gcc/insight-5.0/configure --target=3Darm-elf \ --prefix=3D/tools \ --exec-prefix=3D/tools/H-i686-pc-cygwin \ -v 2>&1 | tee configure.out -> OK And I Build and install GDB: make -w all install CC=3D'gcc -mwin32' 2>&1 | tee make.out -> OK But when I want to use the Insight GDB, I have a big Windows Error (see att= ach : error arm-elf-gdb.gif). -> NOK !!!! I don't know what I must to do. I have already check the version of the tcl (version 8.0). This is the good= version. So if somebody can help me!!! I will apreciate. Stephane.=20 ------=_NextPart_001_003A_01C17C23.A315D0A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-length: 3678
I'= m working on=20 W98 and I'm trying to install the ARM development tools for
Ecos (with=20 Cygwin).
 Im following the instruction on the internet page "Buildi= ng=20 the ARM
development tools for=20 Wondows"
(sources.redhat.com/ecos/tools/win-arm-elf.html).
 So, = I=20 configure the GNU Binary Utilities (binutils-2.10.1.tar.bz2) with=20 the
following cmds:

    mkdir -p=20 /tmp/build/binutils
    cd=20 /tmp/build/binutils
   =20 /src/binutils/binutils-2.10.1/configure --target=3Darm-elf=20 \
      --prefix=3D/tools=20 \
      --exec-prefix=3D/tools/H-i686-pc-cygwin= =20 \
      -v 2>&1 | tee=20 configure.out


 -> OK

And I Build and install the = GNU=20 Binary Utilities:

make -w all install 2>&1 | tee=20 make.out

-> OK


Then I configure GCC=20 (gcc-core-2.95.2.tar.bz2 & gcc-g++-2.95.2.tar.bz2):

 =20 PATH=3D/tools/H-i686-pc-cygwin/bin:$PATH ; export PATH
   = ; mkdir=20 -p /tmp/build/gcc
    cd /tmp/build/gcc
  &n= bsp;=20 /src/gcc/gcc-2.95.2/configure --target=3Darm-elf=20 \
      --prefix=3D/tools=20 \
      --exec-prefix=3D/tools/H-i686-pc-cygwin= =20 \
      --with-gnu-as --with-gnu-ld --with-newl= ib=20 \
      -v 2>&1 | tee=20 configure.out

-> OK

And I Build and install GCC:

ma= ke -w=20 all-gcc install-gcc \
LANGUAGES=3D"c c++" 2>&1 | tee=20 make.out

-> OK
 
Then I configure the Insight=20 GDB (insight-5.0.tar.bz2):

    mkdir -p=20 /tmp/build/gdb
    cd /tmp/build/gdb
   = ;=20 /src/gcc/insight-5.0/configure --target=3Darm-elf=20 \
      --prefix=3D/tools=20 \
      --exec-prefix=3D/tools/H-i686-pc-cygwin= =20 \
      -v 2>&1 | tee=20 configure.out

-> OK

And I Build and install GDB:

ma= ke -w=20 all install CC=3D'gcc -mwin32' 2>&1 | tee make.out
 
-> OK
 
 
But when I want to use the Insight GDB, I have a big Windows=20 Error (see attach : error arm-elf-gdb.gif).
 
-> NOK !!!!
 
I don't know what I must to do.
I have already check the version of the tcl (version 8.0). This is the= good=20 version.
So if somebody can help me!!! I will apreciate.
 
Stephane. 
 
<= /HTML> ------=_NextPart_001_003A_01C17C23.A315D0A0-- ------=_NextPart_000_0039_01C17C23.A315D0A0 Content-Type: image/gif; name="error arm-elf-gdb.gif" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="error arm-elf-gdb.gif" Content-length: 15015 R0lGODdhXAICAvcAAAAAAAAAQAAAgAAA/wAgAAAgQAAggAAg/wBAAABAQABA gABA/wBgAABgQABggABg/wCAAACAQACAgACA/wCgAACgQACggACg/wDAAADA QADAgADA/wD/AAD/QAD/gAD//yAAACAAQCAAgCAA/yAgACAgQCAggCAg/yBA ACBAQCBAgCBA/yBgACBgQCBggCBg/yCAACCAQCCAgCCA/yCgACCgQCCggCCg /yDAACDAQCDAgCDA/yD/ACD/QCD/gCD//0AAAEAAQEAAgEAA/0AgAEAgQEAg gEAg/0BAAEBAQEBAgEBA/0BgAEBgQEBggEBg/0CAAECAQECAgECA/0CgAECg QECggECg/0DAAEDAQEDAgEDA/0D/AED/QED/gED//2AAAGAAQGAAgGAA/2Ag AGAgQGAggGAg/2BAAGBAQGBAgGBA/2BgAGBgQGBggGBg/2CAAGCAQGCAgGCA /2CgAGCgQGCggGCg/2DAAGDAQGDAgGDA/2D/AGD/QGD/gGD//4AAAIAAQIAA gIAA/4AgAIAgQIAggIAg/4BAAIBAQIBAgIBA/4BgAIBgQIBggIBg/4CAAICA QICAgICA/4CgAICgQICggICg/4DAAIDAQIDAgIDA/4D/AID/QID/gID//6AA AKAAQKAAgKAA/6AgAKAgQKAggKAg/6BAAKBAQKBAgKBA/6BgAKBgQKBggKBg /6CAAKCAQKCAgKCA/6CgAKCgQKCggKCg/6DAAKDAQKDAgKDA/6D/AKD/QKD/ gKD//8AAAMAAQMAAgMAA/8AgAMAgQMAggMAg/8BAAMBAQMBAgMBA/8BgAMBg QMBggMBg/8CAAMCAQMCAgMCA/8CgAMCgQMCggMCg/8DAAMDAQMDAgMDA/8D/ AMD/QMD/gMD///8AAP8AQP8AgP8A//8gAP8gQP8ggP8g//9AAP9AQP9AgP9A //9gAP9gQP9ggP9g//+AAP+AQP+AgP+A//+gAP+gQP+ggP+g///AAP/AQP/A gP/A////AP//QP//gP///yH5BAAAAAAALAAAAABcAgICAAj/ACVtG0iwoMGD CBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHJnw37Z/KFOqXMmypcuX MGPKnEmzps2bOHPq3Mmzp8+fQIMKHUq0qNGjSFsONEmyqdOnUKNKnUq1qtWr WLNaNCmgq9evYMOKHUu2rNmzaNOqXcu2rdu3cOPKnUu3rt27ePPq3cu371eC XP0KHky4sOHDiBMrXsy4sWO2gLc9nky5suXLmDNr3sy4JoCukTmLHk26tOnT qFOnZcpQ0mcBobuyVE27tu3buHPrZr3QNeilkmX/0028uPHjyJPnZS1JIMHm A33DBu4VpfLr2LNr306bN/RtzVGCxn8dW4B1sCnNn1cpvH167vDjy59P37zB 5uGZSi+/svpw9e0BuN5w59Vn4IEIJmgab9FJIl505FEX4FcDCsdehQUqqOGG HHZIGIP4OQfhbycFByB6/1VIYYoE/ufhizDGKONqBeX33XgkBnbiigFi2GKL MwYp5JAeMuegfs7tJ6F67J1YYJNMWpchkVRWaSV2vD24lElKlnjll2CGGSOD CXWpo5hopqkmd/+E6KabEXq55px01pkbAHjmqeee5AEgp52ABiqobv/lDWro oYhuFplWjDbq6KOQRirppJRWWpKlmGaq6aacdurppxyRCeqopJZq6qmopiqR qKq26uqrsMYqa1Oszmrrrbjmqmuqte7q66/ABissVL0Oa+yxyCarLHDLNuvs s9DGWmy01FZr7bVYTYvtttx26+1W34Yr7rjkXlruueimS622CwHi7rvuqivv vPRmyu5B74Kj7776vlvvvwAHTNW9BQHC78EHA8KRng/5iZCfDisU8cIGTVyR xQ0XhPHDEG0McccXb7OxRSMLbHKoErmL8Mr7xovRxCVrLHLFGXtkccwajYyz zDM7pHPPI+18kNAnF/0RwQazrHS/L0/0Mc+iDREd0c0k/Vwz0T9LTbLTRnft lED3Jr300gpvPTSeA0EM89ozq00QwxqjDbXDcossN9x015022nXnmXbbN+dN t8xuxw3423rbvffggv/d88eF2504w4X7vfjelyveOOZAe+25QSaFPfbYgIjI tcSKA0314W2/nRDMrg9OeOyq8yw77XfbTnvstz/OuOvARwx57bJD/rvjyA9P /O7CP758559H/x9diQ6Jve8/S2OfsOlTP+x388g7/nTr4UsOu/hx84073Oj7 rj747QP/N/zOz89+/a2PP/z+u3fe/NN7gt7tAGi+3knvgH7SlvX0lRKWNTBh IaPZ/OS3Ov3VjoJzC17/lDc09P3vgvELnwU1OEGOLc+C/EOh/E5YvgoyD3rl O+DnQle9g60EYTfkV+koArsPJk+CKhThCvPmPB/mb4gexB0Sn1dC//2QfgM8 YvyORz4nTjCKPszi87QmQ3rRsCELBEcOGagShJWOew2znPlAaMUR3m+NhiPi 4tSWO8kBUXzfY+LmerjCKm6Ogrn7I/jcqMY5+rFvfctc8RAZwy6e7P+L7XJg GcU4STOi0ZGY4iImN7kRSCokjNd7idJ2yMlKvbGUqBSJJxMCylCyhGw3SqUs Z6mrVSKkla584ChjScte+tJVtsTX2F4Jy0u+rJC2y2My68ix3lEtgIZEXCIr ljgYalKCqMMaNauJR/Ut04CzsyLv1Hg/9mEMmTCkmTbTZzXKAdFyJSNgH+mI SL2Z82znZMj4sPm6dPqTf5MKpkFwSUlisuyMNoNaODnXvyp2UI4CXGIIDUg/ azZtIfv8p0I95r9nLvShDF2dOPFHUjb6s6EalehHJ+fEePpunip1ZgthitGU ZvOOzezjowRaMKXBZJfGNFtN8xlCDLZvmkb/FWIb+cnUk9bspgrdaNQsWtQf HrWiUNQdCXXK1Y/a1KlNNCpHrQpRkZ5vojPt51DVCtWtqrOrjOIpQVqZwzFu L6gRlGo6R4jNQZbwrCOVaURNmLrIwfOPqjss3w6ryKguFaSNhF/xSArY81m2 qclTLD05B0/HXhayexXrX/Wq1M92VXiahWNm7/Y9xgrWeKxVpDxJIte54rCS BUWJJXmZEZyBs7TM9Cv5KqtX00oTp5V7KwixuEH87dO3jWxjcEk428BqtarI ZG4TZ/tcfUbXstM9KmVJO15rslSPy31ic6mYRCO+EKydpB5DFmhXMuqyX/hJ KOq+S1qA1o+vSkXr/0mzSlZlQlOy6KWoYzNIWHH6d7JYLe51O2hVP26RnzGr aEyVKFwAW/exhEWwEaO43S2a1cKo9eZvP5LAGtpQtyu7L37xmtcQs9XBUnRu hJdo3L7iFMUxFPF60xrdCmM4gxwc4I5LO2Efq7fECoarSTd8xQuilqZMdquT E7zVEV/4rEl27n+d0mIX80t7DtwtjXlIXjDPzc1dBidxQUxW3XlZu08GMhM/ HGAww3mKcpawloWb5yC6d859fjODAR1kQReV0FwO653fK1NDb/CaFKltT0cH VN7mrLMCLGTguptl7G5zbfVkLVZJ7M7GstOQ97RjqOs4asDa8c/lJao0UVyd YlXPM7WxBvWuHy3qbeLYrYF+9bDnKMhTw1rY0aQcOfcMWyV7E74oEx2nD5rf X9bUZJj2VrixTWZiydfM225Zt73tbICdUl7vjho6qcJNVZ67egQ14xk9ze5+ +/+7UwSLTr7VHaJ/G/zgmtI0QiSRr5W9y03HrLfgMjrxIlf3meYU9bSNjVmv Rva8be24fxFO8oqAzSLNgRe83tTbBT/XoygNJ1KNbNwoDzbksl40WCnOXw2X /OcOUbhC3kT0Nftsqrr+LYJfSuQ599ila6WwzqHrwpwWGehYP8jJM1L0jui6 pCWWeofLG+Bci3zZ0ran2AGp6s1qjslu9/XbyZ11TgodK9D96h5FO9w2T1jO 5520kSuMZ0u7MIgyv3rdZxnwqmT4tP3NMYSxTOcVpxfKSeV7pId7YsS32vKL Z3wmv613JFs4sZSvucWT6nmdElrwfXezpUdL99BjsvGH9PZ75q+8+8w2msdN hjTsNXzoIdO+0hfe7rhtP8NM4a2FxU7fsQX8ddWq9sAzh2Pa/wxt7bc2kcWP +7B9znxa4p6Ty38q3svf7/PLMN4bgX9U6s1+Wbq//vjPv731z//+V+X+/heA AvgQADiABniABVGACLiAAqiADPiA+ueAEDiB5SeBFHiB/3VngRi4gSWngRz4 gf/mgSA4gr8kgiR4gvaHgipYfya4gi4oPVv3gjLYgfc2KfFWcRXUfYkHU9Bk fbEmfU21fFSnflJzTelXe6QHdg2GbaCnX0IVVUcoMHd3FbYmaTAXVsqVfQRG fVv2e09odZAnZd2zhCGTfj12Y0yoeF4HEiIlei24ht6VdJHFd1pIZU+3Xws2 hjhnNWqofnkoERnFZlr2OrznXUh4EVHIVIkIMFNoFV+ndFN2eceDaJVHZH3F OCnGWWoXbd8nR8LWOPV0RYHTWOcUiqzDUIVlitaHT5izWIjzitEEhamTc7A4 SIF0YrKmYm3XTanUiI5niHzoPv+El0R8VonmVXXJtYNWZnx9F3aTNTvMJGZj FVHh1WXKNWCUJkVUtDOBBHx3JljUOFMfRH4H5Iu5h4fBKHunt41Hhmyrl2jd BEDPV2jJZ43/lUcE1oaup0wmNXE4CFcBNHl8RY4YtGTu1Y+JpWKwtj7zJkPm OBWPx18S9WC+Z4mqh41pJXhyiHm0Z4/sCGA2J4thN1idB5DIxYVq6GU/xnPi +GStF4h2V4ORQom4VohspGReaIy4eFka2VDDJ42PpUL5GHObt2M/yVby9Izs aIinR4zX5mHp9ZFK1Ide85AQCWq1BoXXdpOl9mv2RE54o4Wsxo/dF5aLNU2d 9Vn/qJI/acmKC1l2mciJ9JeLjwaLq3hziBVS8khiG2Vgz0Zrcyk9Vll+izgv hemCg1l38hc9izmDEZGYjhmZ0QOZklmZ/0ZDmZAShWe4hELThHD4hZZomQ4p k6UCk4DYZGjYmVSZM2zYcaLpOZj5KKaph0p4Nnb5bYeJh5+5mq8ZMLFZNaYY ObOYinF5l0Doioykl9WEccdFTQWGiU7mWrIFmLnZm9fymyIRYdU4RdcIdc0I UEuJUeFZROsFjjB3hWFmnV2DnSFRik9JU9j3noTol0e0dPClkqyHl91Jn62W P42pnvLCnq1peoNnc1AJn+Jlj6QHlXhWoECpZzkGoOtJmrLJjEZpoeg4Zhp6 oD42lESEn/kplVXGmxJKLgLKhqnGlWyHdg3pagbaa1L3nLbZiq5GVW+Jg1gZ mCWqLifKLdW5o3YG2KPV8p9AqoJCWqRIuixHmqRMaixL6ojXCBU/2qQT+KS/ GKNVQ6VJaqXn6JospqVIyqVB016TuJy0ljl0aT/+uWxgKoNimp0e9Dsg+UI/ CZ1N2aaISaGbkkIcVk5hyWz6KaKHiKcP+KbtWZ8choaFpYh02lyE/5qnbzh/ 1pieLhlpCgmij3qChnqo3LmXbrlIxXmpVtaimbqBm6osU1qqoXeqw0Kkqlqo evqqsjosrDqrthpQscoo4KirpHp0UtaDnAKq6ySGSMeUf+il+shms6moFFir INOMjUKQugl6qVpuDqWax4qlw1qbWGqsurl2r+msV8OtVzqom0mslsJefqg1 yXpjnsmb2IqUvSmuTlNd0qeKyZlzZkl4Z2qbbpOXpUicqHhc+FqIYCl3zPqJ 7tNDcfmVaxqLb6eKCbqXFZeLECWKsWWxwjiwA0ivp+lQJ6lFCvaNSGWvTnmT G9egWmV4LTmS3TppUCSoceqynqiiAomhz/84oiAbe+91gB47hnMJYfMoQmRZ QMuIR845iUbrep2atHEKbbxGPPAnh+M4kXtGnjT7ROVUZWH2P/2ZT57nlwcG q5E6oLM5eTFaePo5qmpFQMGYoDsrXtP4oHH7skO2hYhHjHeqshrEpxypUpL3 oDBZrSWYq5lZVXLbqBDaevVoZ1l7klhIXV/2txzaUsxDqZunt3OKXvm5uMnH R1o0WqF7gGUWrJGolPmaot5XsS7aT2VaazmrgxObujC6uvp0sK9IsQy2cZoL sesIch2WWvo6sNW2WkmZnITrht2SvKfCvLbivCP4sxHXqxdDvcbiqtCCvUUq vbfavVfBvd4bvlISAb7zCb1k2Fumab6DWmN7pb7i//u9hpsVVUii7Bt/SSil A6qtzPq+sEK+3Xq+XxrA+5ulAsyoAMy/wBS/6+c9F2tYvlawntivuEuSrIOw ajqdszjBcgeqzem108nB9IvAn+K/76Sy0fidlqq4d9q3Sku0LSuo3IW1ngu2 U0muIowqJOxoLLmwYxaQl8tYRpt3s3dsn2c/ReuPmsiPhXbES+u+NxwVOQx8 WNiTIDu6teilMhzDBZmNJWleoTm6Qvm/T8wrCkyFVzzFxgfDgsu5dwTGBIrC VMyzHKmQmAdpY9wqpWtKTzlztkjHghRcEhycbXxpO8mfaPqJgRyqx3uWILy+ d5xwCGQtTvzItFXG9KKjrdE6yZRcyZvcyaBStp4cyh0Rg5QCrH7oyL56v/eL rRFJwJosyo9CyjYImiF8yhw3VdmKuFLxrrB8K7IsKeH2trsJUp1pk/v1yrzc y7PyyzPpr3ukP0O5sRu8dt3Ywf9qsLXrqxo8nGiqzNXCzJmZspWqoYnbkXwI mFtMnkkZia5bnvDozdQCzhUKudBKXPvzeVPLr4B6s/bJjRxEj7v2yvCMKfLs KESlXTWJqKhpQkKGjChJdzu8uQNtLQUdrRSG0HBbZ+YcdYgaukrpsnGIoZk3 0f/NUtG8ipUdXJFrm6Ys3Z2HLMGXyKa4vM3Q99EkbSwmTSrCLKmcetMylNM6 Lcagor0+/S9AXdRIzXWWnNRMLRFHXcqCmMq1PK1Y3NSO9NSqUoS5HEECbdXd gtWpotXoKohd7dXbAtbNnIzSvFoy7YoWK5w9HLFyWtZmnSxofbjVDGRClmUe vbKcJ4pTXdf1AspN4UbSyGubi9GWC541TNeCPSx3XaF+xVwG6dfHB43a2NiP 3UVRnDH9nI2Pq9g7CZTSutlFQ9hZap8s/ceb2LB1Wc6Ba9qjKdu0HXS1fdtl stS43dR5XJrOstO77SydjbXIqK7/652B/VbjdsKoHNwStaTbEDl4G2rLtPmt 8oqIOenc/9Ay3HwpueQmhFKdodhto9q93dBtxoGHtMYj01wsl8/MsRgbwR+a 0cld3rYy3FF6tHZ6oOv8kqCt3DG3zipq3+aN2hRz0LDN3x2dYF97UyNmyGDn 2AS+U+cNpQge1yDNtYF7kPO74eOcs2M94b6C3x7n0JjKnTP835i90Qab3SKO LCQe4BM7qtzEau59yPDtn4Asn6b24kpa4Ycb4j29yx5X3z6uKjEOiFzEJzxk vcy23Gxz5NaS5FJunVRe5eEK5AscrU5O1RJD1Loaj+vaNHlX1VfXrqe5rAfM gFeezE9R2g1Grb59reHNrmZOZ6qc50LNzo5p4BTT3AJshAst5P/AHLm4LORo nrZUaeeHbmOi2eYmezkFa5cHu3dsrYTv46meVTkZa2yTrpws2srH+cMMa81x dIp+iurpTdzCC8QsFXfv/cew2inGLbki27IoxruRrrQxi5Z5FrKKi558TrWa fcUcfsGJPZ4f7d+Xrdk0rGcS3ny0nuNyO7Qd9Z4+jOKT47ZGvImWXcX9be1R 67UtSuw6q45o7LmTurULTrI87uzj1+1uzoKeUuuwrcNX+3o5zuuKGrspVeum lbfWDbNWe+zq3rQMveB/W3YePrl73n9+br+1ibZyzOzr2LOOu7cX/et+fesp /o5zjLmw17vRrPF1VqdoNcTc3pEDGNkz6+dzqIvNof7MXwniiQew8+jaCb+x GVy7+yqek667YsXHzphdNL5lwiqXweNRQ1vE+jrv/4qp5b8S7bN8LlQvgL09 KkzOYl0eLGC+LF8PoFmP5Ug99mTv02YfzphMwF6Xvl1a2Ji19mcPMhEf1V8F pwX88EP+5/q75nPPNXV/Ot669xI/wGOa95S31X+fMYH/sZ9a6hgMwUl8VTrf t6nYzaoOioos35Sf0si+izx/9V6d9gZdoxQ3siTfsyu/wjNbz4YTjllcj6tv 8Xc7iIsfMo1Pmya89H4cxKQu31uZ8G489L2f7Zzn6v25xNjexLfPmrn/rAif znDcoUEWksKv+m/c39TvxTc3znqt980/Vc//VNPVxdM/xyqs4NBe8O2N/qKb xjFctboc/nTvfHuMtzfKi7Omn8ieb/kAsW0bgIECBwIgaLCgwIQIES5syPCh xIgUGV48mDCjwYcVHRL8iNEhR4UlTZ5EmVLlSpYtXb6EGVPmTJo1bd7EmTMn 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 CAgAOw== ------=_NextPart_000_0039_01C17C23.A315D0A0-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28046 invoked by alias); 4 Dec 2001 12:55:49 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 27868 invoked from network); 4 Dec 2001 12:55:39 -0000 Mime-Version: 1.0 X-Sender: qsmgmt@pop.earthlink.net Message-Id: In-Reply-To: <003d01c17c1b$424d2dc0$0167010a@coronis> References: <003d01c17c1b$424d2dc0$0167010a@coronis> Date: Sun, 07 Oct 2001 13:46:00 -0000 To: "Stephane Aubert" From: Alan Lehotsky Subject: Re: Windows Error when I want to start arm-elf-gdb Cc: "Darren Addicott" , , , , Content-Type: text/plain; charset="us-ascii" X-SW-Source: 2001-q4/txt/msg00080.txt.bz2 I had this very same problem and it was terribly hard to find (I finally ran gdb under a gdb with the -nw flag and discovered that it was due to having a bad gdbtk initialization file in my home directory. (can't remember if it's named gdbtk.ini or .gdbtk on windows) There were apparently "commands" in that file that just made tcl/tk miserable.... At 5:55 PM +0100 12/3/01, Stephane Aubert wrote: > > >But when I want to use the Insight GDB, I have a big Windows Error (see attach : error arm-elf-gdb.gif). > >-> NOK !!!! > >I don't know what I must to do. >I have already check the version of the tcl (version 8.0). This is the good version. >So if somebody can help me!!! I will apreciate. > -- ------------------------------------------------------------------------ Quality Software Management http://home.earthlink.net/~qsmgmt apl@alum.mit.edu (978)287-0435 Voice (978)808-6836 Cell (978)287-0436 Fax Software Process Improvement and Management Consulting Language Design and Compiler Implementation From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21158 invoked by alias); 4 Dec 2001 19:13:43 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 21086 invoked from network); 4 Dec 2001 19:13:39 -0000 X-Authentication-Warning: makita.cygnus.com: keiths owned process doing -bs Date: Sun, 07 Oct 2001 14:33:00 -0000 From: Keith Seitz To: Stephane Aubert cc: Darren Addicott , , , Insight Maling List , Subject: Re: Windows Error when I want to start arm-elf-gdb In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2001-q4/txt/msg00081.txt.bz2 On Tue, 4 Dec 2001, Alan Lehotsky wrote: > I had this very same problem and it was terribly hard to find (I finally ran gdb under a gdb with the -nw flag > and discovered that it was due to having a bad gdbtk initialization file in my home directory. > (can't remember if it's named gdbtk.ini or .gdbtk on windows) > > There were apparently "commands" in that file that just made tcl/tk miserable.... This should not happen. If it does, it's a bug. The preference file is automatically regenerated when you run Insight. It is not for user modification. > >But when I want to use the Insight GDB, I have a big Windows Error (see attach : error arm-elf-gdb.gif). The error message is that errMsg is undefined in main.tcl when running tk_messageBox about not finding the Iwidgets library. What version of Insight are you using? (What's the last ChangeLog entry in src/gdb/gdbtk/ChangeLog?) You're installation of Insight is complaining about two things... 1) There is an error in your main.tcl concerning some code which looks something like: if {[catch {package require Iwidgets 3.0} msg]} { tk_messageBox -title Error -message $errMsg ;# blah blah blah } You must be using an older version of Insight, since this bug is long since gone. If you can post either the date of your snapshot or dig up this bit from your main.tcl, that would help me pin your problem down. 2) Insight is failing to find the Iwidgets library Does INSTALLDIR/share/iwidgets3* exist (what is the exact folder name)? Do you have the function "find_iwidgets_library" in utils.tcl? What does it say? Keith PS. Oddly, I've only seen Alan's reply to your message. It has not yet arrived from the mailing list in my inbox... From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12677 invoked by alias); 5 Dec 2001 00:01:16 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 11672 invoked from network); 4 Dec 2001 23:59:56 -0000 Message-ID: <9DBAD5DD40C5D411BC350002B30275EB4B242C@issus-1.engr.matrixsemi.com> From: kyle Loudon To: "'insight@sources.redhat.com'" Subject: Re: Windows Error when I want to start arm-elf-gdb Date: Mon, 08 Oct 2001 07:55:00 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2001-q4/txt/msg00083.txt.bz2 Keith, I too am running into the same problem as described in the mailing list about the Windows error when starting arm-elf-gdb. This is using Insight 5.0 with the insight-tcl.pat patch applied. As instructed in the preceding emails, I went to check the version number under /src/gdb/gdbtk/ChangeLog, but I do not have this file, nor the gdbtk directory off the gdb or insight-5.0 directories. Here are the offending lines in the version of main.tcl that I have, if this is of any help: if {![find_iwidgets_library]} { tk_messageBox -title Error -message "Could not find the Iwidgets libraries. Got nameofexec: [info nameofexecutable] Error(s) were: \n$errMsg" \ -icon error -type ok exit } Thanks, Kyle Loudon From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22295 invoked by alias); 5 Dec 2001 14:51:53 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 22260 invoked from network); 5 Dec 2001 14:51:50 -0000 Message-ID: <3C0E3480.5CBA4A21@redhat.com> Date: Tue, 09 Oct 2001 08:02:00 -0000 From: Fernando Nasser Organization: Red Hat , Inc. - Toronto X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.7-10smp i686) X-Accept-Language: en MIME-Version: 1.0 To: kyle Loudon CC: "'insight@sources.redhat.com'" Subject: Re: Windows Error when I want to start arm-elf-gdb References: <9DBAD5DD40C5D411BC350002B30275EB4B242C@issus-1.engr.matrixsemi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2001-q4/txt/msg00088.txt.bz2 kyle Loudon wrote: > > Keith, > > I too am running into the same problem as described in the mailing list > about the Windows error when starting arm-elf-gdb. This is using Insight 5.0 > with the insight-tcl.pat patch applied. As instructed in the preceding > emails, I went to check the version number under /src/gdb/gdbtk/ChangeLog, > but I do not have this file, nor the gdbtk directory off the gdb or > insight-5.0 directories. Here are the offending lines in the version of > main.tcl that I have, if this is of any help: > Folks, The Insight in GDB 5.0 has many, many bugs. This code is from before I got involved and fixed many bugs ages ago. There are also bugs in the ARM target handling that were fixed at approx. the same time period. Please switch to a recent snapshot. Try GDB 5.1 for instance, which is a stable version . People who had similar problems and did so have reported that their problems had gone away. Regards to all, Fernando > if {![find_iwidgets_library]} { > tk_messageBox -title Error -message "Could not find the Iwidgets > libraries. > Got nameofexec: [info nameofexecutable] > Error(s) were: \n$errMsg" \ > -icon error -type ok > exit > } > > Thanks, > Kyle Loudon -- Fernando Nasser Red Hat - Toronto E-Mail: fnasser@redhat.com 2323 Yonge Street, Suite #300 Toronto, Ontario M4P 2C9 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8572 invoked by alias); 5 Dec 2001 16:48:21 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 8537 invoked from network); 5 Dec 2001 16:48:17 -0000 X-Authentication-Warning: makita.cygnus.com: keiths owned process doing -bs Date: Tue, 09 Oct 2001 08:15:00 -0000 From: Keith Seitz To: kyle Loudon cc: "'insight@sources.redhat.com'" Subject: Re: Windows Error when I want to start arm-elf-gdb In-Reply-To: <9DBAD5DD40C5D411BC350002B30275EB4B242C@issus-1.engr.matrixsemi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2001-q4/txt/msg00089.txt.bz2 On Tue, 4 Dec 2001, kyle Loudon wrote: > I too am running into the same problem as described in the mailing list > about the Windows error when starting arm-elf-gdb. This is using Insight 5.0 > with the insight-tcl.pat patch applied. What is "insight-tcl.pat"? > if {![find_iwidgets_library]} { > tk_messageBox -title Error -message "Could not find the Iwidgets > libraries. > Got nameofexec: [info nameofexecutable] > Error(s) were: \n$errMsg" \ > -icon error -type ok > exit > } Make sure that errMsg is defined as a global in find_iwidgets_library in util.tcl. That should at least fix your immediate problem with displaying the error dialog. After that, we'll tackle why your copy of Insight cannot find the iwidgets library... Keith From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Stephane Aubert" To: "Darren Addicott" , , , , , "'GNUTeam'" , , Subject: Windows Error when I want to start arm-elf-gdb Date: Mon, 03 Dec 2001 08:56:00 -0000 Message-ID: <003d01c17c1b$424d2dc0$0167010a@coronis> X-SW-Source: 2001-q4/msg00375.html Message-ID: <20011203085600.bcA8aTg5W2fuZ61Cwhn-IkDziwkP85zjFh_MKzfu9kY@z> I'm working on W98 and I'm trying to install the ARM development tools for Ecos (with Cygwin).  Im following the instruction on the internet page "Building the ARM development tools for Wondows" (sources.redhat.com/ecos/tools/win-arm-elf.html).  So, I configure the GNU Binary Utilities (binutils-2.10.1.tar.bz2) with the following cmds:     mkdir -p /tmp/build/binutils     cd /tmp/build/binutils     /src/binutils/binutils-2.10.1/configure --target=arm-elf \       --prefix=/tools \       --exec-prefix=/tools/H-i686-pc-cygwin \       -v 2>&1 | tee configure.out  -> OK And I Build and install the GNU Binary Utilities: make -w all install 2>&1 | tee make.out -> OK Then I configure GCC (gcc-core-2.95.2.tar.bz2 & gcc-g++-2.95.2.tar.bz2):   PATH=/tools/H-i686-pc-cygwin/bin:$PATH ; export PATH     mkdir -p /tmp/build/gcc     cd /tmp/build/gcc     /src/gcc/gcc-2.95.2/configure --target=arm-elf \       --prefix=/tools \       --exec-prefix=/tools/H-i686-pc-cygwin \       --with-gnu-as --with-gnu-ld --with-newlib \       -v 2>&1 | tee configure.out -> OK And I Build and install GCC: make -w all-gcc install-gcc \ LANGUAGES="c c++" 2>&1 | tee make.out -> OK   Then I configure the Insight GDB (insight-5.0.tar.bz2):     mkdir -p /tmp/build/gdb     cd /tmp/build/gdb     /src/gcc/insight-5.0/configure --target=arm-elf \       --prefix=/tools \       --exec-prefix=/tools/H-i686-pc-cygwin \       -v 2>&1 | tee configure.out -> OK And I Build and install GDB: make -w all install CC='gcc -mwin32' 2>&1 | tee make.out   -> OK     But when I want to use the Insight GDB, I have a big Windows Error (see attach : error arm-elf-gdb.gif).   -> NOK !!!!   I don't know what I must to do. I have already check the version of the tcl (version 8.0). This is the good version. So if somebody can help me!!! I will apreciate.   Stephane.    Attachment: error arm-elf-gdb.gif Description: GIF image From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Lehotsky To: "Stephane Aubert" Cc: "Darren Addicott" , , , , Subject: Re: Windows Error when I want to start arm-elf-gdb Date: Tue, 04 Dec 2001 04:55:00 -0000 Message-ID: References: <003d01c17c1b$424d2dc0$0167010a@coronis> X-SW-Source: 2001-q4/msg00381.html Message-ID: <20011204045500.fwRcbRoX7dWnPp8NZbRY1x8-B0KoAxD9QakfF07F8LY@z> I had this very same problem and it was terribly hard to find (I finally ran gdb under a gdb with the -nw flag and discovered that it was due to having a bad gdbtk initialization file in my home directory. (can't remember if it's named gdbtk.ini or .gdbtk on windows) There were apparently "commands" in that file that just made tcl/tk miserable.... At 5:55 PM +0100 12/3/01, Stephane Aubert wrote: > > >But when I want to use the Insight GDB, I have a big Windows Error (see attach : error arm-elf-gdb.gif). > >-> NOK !!!! > >I don't know what I must to do. >I have already check the version of the tcl (version 8.0). This is the good version. >So if somebody can help me!!! I will apreciate. > -- ------------------------------------------------------------------------ Quality Software Management http://home.earthlink.net/~qsmgmt apl@alum.mit.edu (978)287-0435 Voice (978)808-6836 Cell (978)287-0436 Fax Software Process Improvement and Management Consulting Language Design and Compiler Implementation From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: Stephane Aubert Cc: Darren Addicott , , , Insight Maling List , Subject: Re: Windows Error when I want to start arm-elf-gdb Date: Tue, 04 Dec 2001 11:13:00 -0000 Message-ID: References: X-SW-Source: 2001-q4/msg00382.html Message-ID: <20011204111300.2wMMEC8_444W57OHXvLh9eQ_cR9Ei5Lq9rwaojSDdg4@z> On Tue, 4 Dec 2001, Alan Lehotsky wrote: > I had this very same problem and it was terribly hard to find (I finally ran gdb under a gdb with the -nw flag > and discovered that it was due to having a bad gdbtk initialization file in my home directory. > (can't remember if it's named gdbtk.ini or .gdbtk on windows) > > There were apparently "commands" in that file that just made tcl/tk miserable.... This should not happen. If it does, it's a bug. The preference file is automatically regenerated when you run Insight. It is not for user modification. > >But when I want to use the Insight GDB, I have a big Windows Error (see attach : error arm-elf-gdb.gif). The error message is that errMsg is undefined in main.tcl when running tk_messageBox about not finding the Iwidgets library. What version of Insight are you using? (What's the last ChangeLog entry in src/gdb/gdbtk/ChangeLog?) You're installation of Insight is complaining about two things... 1) There is an error in your main.tcl concerning some code which looks something like: if {[catch {package require Iwidgets 3.0} msg]} { tk_messageBox -title Error -message $errMsg ;# blah blah blah } You must be using an older version of Insight, since this bug is long since gone. If you can post either the date of your snapshot or dig up this bit from your main.tcl, that would help me pin your problem down. 2) Insight is failing to find the Iwidgets library Does INSTALLDIR/share/iwidgets3* exist (what is the exact folder name)? Do you have the function "find_iwidgets_library" in utils.tcl? What does it say? Keith PS. Oddly, I've only seen Alan's reply to your message. It has not yet arrived from the mailing list in my inbox... From mboxrd@z Thu Jan 1 00:00:00 1970 From: kyle Loudon To: "'insight@sources.redhat.com'" Subject: Re: Windows Error when I want to start arm-elf-gdb Date: Tue, 04 Dec 2001 16:01:00 -0000 Message-ID: <9DBAD5DD40C5D411BC350002B30275EB4B242C@issus-1.engr.matrixsemi.com> X-SW-Source: 2001-q4/msg00384.html Message-ID: <20011204160100.6nmykrzVA3NHH2FE7abRhjQkPcauSj0WpSkOc9QDnmc@z> Keith, I too am running into the same problem as described in the mailing list about the Windows error when starting arm-elf-gdb. This is using Insight 5.0 with the insight-tcl.pat patch applied. As instructed in the preceding emails, I went to check the version number under /src/gdb/gdbtk/ChangeLog, but I do not have this file, nor the gdbtk directory off the gdb or insight-5.0 directories. Here are the offending lines in the version of main.tcl that I have, if this is of any help: if {![find_iwidgets_library]} { tk_messageBox -title Error -message "Could not find the Iwidgets libraries. Got nameofexec: [info nameofexecutable] Error(s) were: \n$errMsg" \ -icon error -type ok exit } Thanks, Kyle Loudon From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fernando Nasser To: kyle Loudon Cc: "'insight@sources.redhat.com'" Subject: Re: Windows Error when I want to start arm-elf-gdb Date: Wed, 05 Dec 2001 06:51:00 -0000 Message-ID: <3C0E3480.5CBA4A21@redhat.com> References: <9DBAD5DD40C5D411BC350002B30275EB4B242C@issus-1.engr.matrixsemi.com> X-SW-Source: 2001-q4/msg00389.html Message-ID: <20011205065100.8TWlg_a-0O_W20ELEz_2TMrvUHOhLKW_clXL_RaT81E@z> kyle Loudon wrote: > > Keith, > > I too am running into the same problem as described in the mailing list > about the Windows error when starting arm-elf-gdb. This is using Insight 5.0 > with the insight-tcl.pat patch applied. As instructed in the preceding > emails, I went to check the version number under /src/gdb/gdbtk/ChangeLog, > but I do not have this file, nor the gdbtk directory off the gdb or > insight-5.0 directories. Here are the offending lines in the version of > main.tcl that I have, if this is of any help: > Folks, The Insight in GDB 5.0 has many, many bugs. This code is from before I got involved and fixed many bugs ages ago. There are also bugs in the ARM target handling that were fixed at approx. the same time period. Please switch to a recent snapshot. Try GDB 5.1 for instance, which is a stable version . People who had similar problems and did so have reported that their problems had gone away. Regards to all, Fernando > if {![find_iwidgets_library]} { > tk_messageBox -title Error -message "Could not find the Iwidgets > libraries. > Got nameofexec: [info nameofexecutable] > Error(s) were: \n$errMsg" \ > -icon error -type ok > exit > } > > Thanks, > Kyle Loudon -- Fernando Nasser Red Hat - Toronto E-Mail: fnasser@redhat.com 2323 Yonge Street, Suite #300 Toronto, Ontario M4P 2C9 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: kyle Loudon Cc: "'insight@sources.redhat.com'" Subject: Re: Windows Error when I want to start arm-elf-gdb Date: Wed, 05 Dec 2001 08:48:00 -0000 Message-ID: References: <9DBAD5DD40C5D411BC350002B30275EB4B242C@issus-1.engr.matrixsemi.com> X-SW-Source: 2001-q4/msg00390.html Message-ID: <20011205084800.Aob8XAApSS0eNvPS1yAlAhon0bqnda5YHh-vIyscM1Q@z> On Tue, 4 Dec 2001, kyle Loudon wrote: > I too am running into the same problem as described in the mailing list > about the Windows error when starting arm-elf-gdb. This is using Insight 5.0 > with the insight-tcl.pat patch applied. What is "insight-tcl.pat"? > if {![find_iwidgets_library]} { > tk_messageBox -title Error -message "Could not find the Iwidgets > libraries. > Got nameofexec: [info nameofexecutable] > Error(s) were: \n$errMsg" \ > -icon error -type ok > exit > } Make sure that errMsg is defined as a global in find_iwidgets_library in util.tcl. That should at least fix your immediate problem with displaying the error dialog. After that, we'll tackle why your copy of Insight cannot find the iwidgets library... Keith