MinGW cross compiling environment 2.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News MinGW cross compiling environment 2.0 (Default branch)
# 1  
Old 11-11-2008
MinGW cross compiling environment 2.0 (Default branch)

MinGW cross compiling environment is a script that compiles a MinGW cross compiler and cross compiles many free libraries such as GD and SDL. Thus, it provides a nice MinGW cross compiling environment. All necessary source packages are downloaded automatically. License: MIT/X Consortium License Changes:
The shell script has been rewritten as a Makefile and supports partial builds and parallel builds. As usual, this release also supports some new packages and some newer versions of the already supported packages. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Cross Compiling Issue of udev-151 for MIPS Little Endain Architecture

Hi All, I am trying to cross compile udev-151 for MIPS little endian architecture. I am configuring like this: ./configure --prefix=$PWD/sree --host=mips-linux-gnu configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then... (3 Replies)
Discussion started by: bsreeram
3 Replies

2. Programming

MinGW - Trouble Compiling Guile

This question is not about programming but compiling with GNU GCC/Make. I am not on a UNIX machine but am using the UNIX-like environment MSYS with MinGW for compiling. The problem that I am having is that I cannot get guile to compile. For some reason it cannot find libltdl which is part of... (3 Replies)
Discussion started by: Deluge
3 Replies

3. UNIX for Dummies Questions & Answers

Cross-compiling libiconv for uclinux

Hi everyone, I want to cross-compile libiconv for uclinux to create a static library. I use the following command : ./configure --enable-static --disable-shared --build=i686-pc-linux-gnu --host=nios2-unknown-linux-gnu --prefix=/home/captain/Programs/nios2-linux/uClinux-dist/staging/usr... (2 Replies)
Discussion started by: moganesh
2 Replies

4. Linux

Help Cross compiling a kernel for an HP Jornada 728

Hello, I just bought an old Jornada 728 and, as you may know, it comes with Windows CE 3.0. I do not use Windows, so i wanted to create my own linux system for the Jornada. I know there are projects like Jlime, Familiar Linux, 720 Degrees, etc. But i want something based on the distribution i... (1 Reply)
Discussion started by: semash!
1 Replies

5. Programming

Cross compiling under Windows for Linux

I have two headless servers I am writing code for, and a Windows box networked with them. I want to compile my code within an IDE on the Windows box (eclipse most likely) and run the compiled binarys on the Linux boxes. Will this work? Using Cygwin (or MinGW)? Thoughts? Cheers, Ian (8 Replies)
Discussion started by: IanVaughan
8 Replies
Login or Register to Ask a Question
X_LIST(1gmt)						       Generic Mapping Tools						      X_LIST(1gmt)

NAME
x_list - Extract Cross-Over Information from the Data Base. SYNOPSIS
x_list [ leg1 ] [ leg2 ] [ -dataflags ] [ -Rwest/east/south/north ] [ -Xxbase ] [ -H ] [ -I ] [ -V ] [ -Ccorrfile ] [ -Zignorefile ] DESCRIPTION
x_list will allow the user to extract information from the xx_base.b and xx_legs.b files. Several options can be passed on the command line in order to specify which parameters to extract. They are: leg1 leg2 If two legs are specified, the cross-overs they have in common are returned. If one leg is specified, all the external cross-overs involving this leg are returned, OR only its internal cross-overs if -I is selected. If no legs are given, all the external (or internal with -I) cross-overs are returned. This program is useful if one wants to look at, say, gravity COEs versus time from port for a particular leg, etc. dataflags This is a string of any combination of the following: l means list both legnames. t means list time. x means list longitude. y means list latitude. g means list gravity COEs. m means list magnetics COEs. b means list bathymetry COEs. G means list average gravity at cross-over. M means list average magnetic anomaly at cross-over. B means list average bathymetry at cross-over. h means list heading of ship at cross-over. The components are written out in the order they appear in dataflags. The default output is -txygmbGMBhl. When internal COEs are desired, the time reported is the elapsed time since the ship first occupied the cross-over point. For external COEs the time means time from the start of the year in seconds. -R Only return cross-overs inside the specified region west, east, south, and north. [Default is world]. -X Indicate alternate xx_base.b file. -H Issue one header record on output. -I Report on internal COEs [Default is external COEs]. -C Apply cross-over correction to the data (i.e. reports the cross-over value after the best-fitting corrections have been applied to both legs). If no corrfile is given, the default correction file is assumed. -Z Ignore those legs that appear in the ignorefile. -V Selects verbose mode, which will send progress reports to stderr [Default runs "silently"]. SEE ALSO
GMT(1), x_system(1) REFERENCES
Wessel, P. XOVER: A Cross-over Error Detector for Track Data, Computers & Geosciences, 15, 333-346. GMT 4.5.7 15 Jul 2011 X_LIST(1gmt)