This is the mail archive of the ecos-discuss@sourceware.cygnus.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [ECOS] ARM tool chain


>>>>> "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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]