public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] ARM tool chain
@ 1999-05-31  1:16 Andrew Lunn
  1999-05-31  1:22 ` Jesper Skov
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Lunn @ 1999-05-31  1:16 UTC (permalink / raw)
  To: ecos-discuss

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] ARM tool chain
  1999-05-31  1:16 [ECOS] ARM tool chain Andrew Lunn
@ 1999-05-31  1:22 ` Jesper Skov
  0 siblings, 0 replies; 2+ messages in thread
From: Jesper Skov @ 1999-05-31  1:22 UTC (permalink / raw)
  To: Andrew Lunn; +Cc: ecos-discuss

>>>>> "Andrew" == Andrew Lunn <lunn@ma.tech.ascom.ch> writes:

Andrew> [root@mole build-arm]#
Andrew> /usr/cygnus/ecosSWtools-arm-990321/src/configure -v
Andrew> --prefix=/usr/cygnus/ecosSWtools-arm-990321 \
Andrew> --exec-prefix=/usr/cygnus/ecosSWtools-arm-990321/H-i686-pc-linux-gnu
Andrew> \ --target=arm-elf > configure.out 2>&1 [root@mole build-arm]#
Andrew> cat configure.out *** Can only configure for one host and one
Andrew> target at a time.  Usage: configure [OPTIONS] [HOST]

You need to get rid of the backslash characters. Those are only used
when breaking a command line into several lines (as has to be done in
the documentation for layout reasons).

Jesper

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-05-31  1:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-05-31  1:16 [ECOS] ARM tool chain Andrew Lunn
1999-05-31  1:22 ` Jesper Skov

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).