public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Windows Error when I want to start arm-elf-gdb
@ 2001-12-03  8:56 Stephane Aubert
  0 siblings, 0 replies; only message in thread
From: Stephane Aubert @ 2001-12-03  8:56 UTC (permalink / raw)
  To: Darren Addicott, binutils, ecos-cvs, crossgcc, gcc,
	'GNUTeam',
	insight, irox


[-- Attachment #1.1: Type: text/plain, Size: 1915 bytes --]

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 #1.2: Type: text/html, Size: 3546 bytes --]

[-- Attachment #2: error arm-elf-gdb.gif --]
[-- Type: image/gif, Size: 11074 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-12-03 16:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-03  8:56 Windows Error when I want to start arm-elf-gdb Stephane Aubert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).