This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On 25 October 2007 03:59, andy wang wrote:
> Hi, All
>
> Once I built linux-gnu on cygwin using crosstool successfully so I
> decided to try it on the mingw+msys. I used the demo-i686.sh to build
> gcc-3.4.5-glibc-2.3.6-tls.dat. I met some little problems
Well, if those were the little problems, there's still one more huge big
vast insurmountable problem coming your way: mingw/msys don't work with
glibc. They use the windows system libraries to provide C runtime support
instead. Since crosstool (IIUIC) assumes your target is a glibc-based target,
this isn't going to work.
There's a better option for msys/mingw than trying to shoehorn it to fit
into crosstool's model: a dedicated mingw cross-development environment build
script, available at:
http://www.profv.de/mingw_cross_env/
cheers,
DaveK
--
Can't think of a witty .sigline today....
--
For unsubscribe information see http://sourceware.org/lists.html#faq
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |