This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

Re: cross-compiler problem


Nir Leshem wrote:

>  Hi there,
>
>  Im trying to configure a cross-platform compiler
>
>  to compile on a solaris host to a 8086 target
>
>  ive used:
>
>  ./configure --host=sparc-sun-solaris2.7 --target=i386
>
>  but it doesnt seem to accept that
>
>  (unsuported???)
>
>  any help you can offer???
>
>  thanks
>
>  Nir
>
> --
> --------------------------------------------------------------------
> Nir Leshem
> VLSI group                                     E-mail nirl@zoran.co.il
> ZORAN Microelectronics LTD                     Tel : 972-4-8545911
> Advanced Technology Center                       Fax : 972-4-8551550
> P.O.B. 2495, Haifa 31204, Israel       www : http://www.zoran.com
> --------------------------------------------------------------------

try
./configure --build=sparc-sun-solaris2.7 --target=i386

Frank
begin:vcard 
n:Schafer;Frank
x-mozilla-html:FALSE
org:SETUZA a.s.;IT
adr:;;;;;;
version:2.1
email;internet:frank.schafer@setuza.cz
title:Dipl. Ing.
note:System administrator
x-mozilla-cpt:;0
fn:Frank Schafer
end:vcard

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