This is the mail archive of the ecos-discuss@sourceware.cygnus.com mailing list for the eCos project. See the eCos home page for more information.


[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

Re: [ECOS] configuring under Linux




   From: gmcfadden@westsoft-systems.com
   Date: Fri, 5 Feb 1999 15:02:04 -0800 (PST)

   > * The "configure" command you used to configure the tools

   Condigure command = 

   /usr/cygnus/ecosSWtools-981021/src/configure -v \
   -prefix=/usr/cygnus/ecosSWtools-981021 \
   -exec-profeix=/usr/cygnus/ecosSWtools-981021/H-powerpc-eabi \
                                                  ^^^^^^^^^^^^
should be                                         i586-pc-linux-gnu
   --target=i586-pc-linux-gnu > configure.out 2>&1
            ^^^^^^^^^^^^^^^^^
should be   powerpc-eabi

   This was a cut and paste from the web page...

It looks to me like you just transposed host and target triplets
when substituting.

							Stan