From mboxrd@z Thu Jan 1 00:00:00 1970 From: lunn@ma.tech.ascom.ch (Andrew Lunn) To: ecos-discuss@sourceware.cygnus.com Subject: [ECOS] ARM tool chain Date: Mon, 31 May 1999 01:16:00 -0000 Message-id: <199905310815.KAA15450@biferten.ma.tech.ascom.ch> X-SW-Source: 1999-05/msg00045.html This is probably me doing something silly...but i cannot figure out what... I have RedHat 5.2, kernel 2.2.9 [root@mole build-arm]# /usr/cygnus/ecosSWtools-arm-990321/src/config.guess i686-pc-linux-gnu [root@mole build-arm]# /usr/cygnus/ecosSWtools-arm-990321/src/configure -v --prefix=/usr/cygnus/ecosSWtools-arm-990321 \ --exec-prefix=/usr/cygnus/ecosSWtools-arm-990321/H-i686-pc-linux-gnu \ --target=arm-elf > configure.out 2>&1 [root@mole build-arm]# cat configure.out *** Can only configure for one host and one target at a time. Usage: configure [OPTIONS] [HOST] Options: [defaults in brackets] --prefix=MYDIR install into MYDIR [/usr/local] --exec-prefix=MYDIR install host-dependent files into MYDIR [/usr/local] --help print this message [normal config] --build=BUILD configure for building on BUILD [BUILD=HOST] --host=HOST configure for HOST [determined via config.guess] --norecursion configure this directory only [recurse] --program-prefix=FOO prepend FOO to installed program names [""] --program-suffix=FOO append FOO to installed program names [""] --program-transform-name=P transform installed names by sed pattern P [""] --site=SITE configure with site-specific makefile for SITE --srcdir=DIR find the sources in DIR [. or ..] --target=TARGET configure for TARGET [TARGET=HOST] --tmpdir=TMPDIR create temporary files in TMPDIR [/tmp] --nfp configure for software floating point [hard float] --with-FOO, --with-FOO=BAR package FOO is available (parameter BAR) --without-FOO package FOO is NOT available --enable-FOO, --enable-FOO=BAR include feature FOO (parameter BAR) --disable-FOO do not include feature FOO Where HOST and TARGET are something like "sparc-sunos", "mips-sgi-irix5", etc. Andrew