This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


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

cross compiler under Cygwin


hello,

1)
i do that :
(/gcc-2.95.2-6 )$ ./configure --target=arm-strongarm-aout
==> ok for my makefile.

2)
next, build the compiler, i do that :
(/gcc-2.95.2-6 )$ make LANGUAGES= « c++ »
[...]
make[1]: Leaving directory `/gcc-2.95.2-6/etc'
make[1]: Entering directory `/gcc-2.95.2-6/gcc'
[...]
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I.
-I./config
-I./../include \-DPREFIX=\"/usr/local\" \  -c `echo ./prefix.c | sed
's,^\./,,'`
In file included from /usr/include/w32api/windef.h:143,
                 from /usr/include/w32api/windows.h:96,
                 from prefix.c:70:
/usr/include/w32api/winnt.h:2266: two or more data types in declaration of
`type name'
make[1]: *** [prefix.o] Error 1
make[1]: Leaving directory `/gcc-2.95.2-6/gcc'
make: *** [all-gcc] Error 2

somebody can help me, pleaaase ?

/pegase
Paris in France


> hello everybody,
>
> i am new here.
>
> my problem :
> i have linux and i do that :
> sources file.c => build, StrongArm cross compiler GCC (sa110-le-gcc) =>bin
> for Assabet (Intel)
>
> now,
> i would like do the same in Cygwin ?
> sources file.c => cross compiler GCC into Cygwin ???? => bin for
> Assabet(Intel)
>
> but i don t know where can i find documentation to do that ? and how
> can i buid this cross compiler GCC  for Cygwin ?

i find this : http://www.objsw.com/docs

>
>
> version of Cygwin : "CYGWIN_NT-4.0 PCCXXX 1.1.8(0.34/3/2) 2001-01-3110:08
> i686 unknown"
>
> thinx in advance for your answer.
>
> /pegase
> Paris in France


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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