1
vote
1answer
30 views
How to cross compile from Mac OS X to Linux x86?
Hi, I'm running Mac OS X 10.5.8 and want to compile for target CentOS 5.3 with GCC 4.1.2. How could I:
Compile GCC 4.1.2 toolchain and related tools?
Use that tool to cross compi …
1
vote
3answers
83 views
Cross compiler exception handling - Can it be done safely?
I am doing some maintenance on a C++ windows dll library that is required to work with different VC++ compilers (as I don’t want to address different mangling schemes).
I have al …
2
votes
3answers
270 views
embedding absolute path for shared libraries
Using a vendor provided cross-compiling toolchain (apparently an OpenEmbedded derivative), I'm unable to embed the absolute path to third-party (open source, compiled in house)libr …
1
vote
2answers
84 views
Compiling windows binaries from Ubuntu?
I am doing a cross-platform C (not ++) game with both linux (main) and windows (alternate) binaries.
Until now I used devcpp to compile in windows, but I have trouble getting some …
2
votes
7answers
135 views
Is it possible to create binaries for other platform on Linux?
Is it possible to create binaries of other platform on Linux? Say I have a program that can be compiled using gcc to .o file but can we use it to output exe that can be run on wind …
0
votes
2answers
68 views
Cross compiling unit tests with CppUnit or similar
Has anyone used a package like CppUnit to cross-compile C++ unit tests to run on an embedded platform?
I'm using G++ on a Linux box to compile executables that must be run on a Ly …
1
vote
1answer
175 views
Cross-compile libgcrypt for the iPhone? Linker error… can’t seem to find “fwrite” and “strerror”?
I have successfully cross-compiled the Apache Portable Runtime (APR) for the iPhone, using a set of configure scripts that invoke the GNU Autotools "./configure" with the necessary …
0
votes
0answers
51 views
cross-compiling autoconf-based tools with mingw on Mac OS X
I'd like to cross-compile some open-source libraries (libiconv, gettext, glib2) for windows using mingw on Mac OS X. I've installed mingw on Mac with MacPorts. But now I'm not su …
2
votes
1answer
75 views
Cross-compile Apache Portable Runtime to the iPhone
This is a followup to a previous question on cross-compiling for the iPhone:
http://stackoverflow.com/questions/1602182/cross-compile-autotools-based-libraries-for-official-iphone- …
2
votes
1answer
212 views
Cross-compile Autotools-based Libraries for Official iPhone SDK
Background
I am writing a program that targets several different phones, including the iPhone. The program depends on several thirdparty libraries. I am having difficulty cross-co …
0
votes
2answers
34 views
Windows -> Solaris 5.X C++ cross compiler recomendation
I have neved did a cross platform development before but the process we currently employ such as doing the development on a Windows machine (as we are mostly a Windows shop) and th …
0
votes
0answers
106 views
how linux run on different microprocessors [closed]
how linux run on different microprocessor, linux kernal each time compiled at installation time ?
0
votes
1answer
236 views
Compiling external C++ library (Octave) for iPhone (Fortran compiler missing?)
A friend of mine asked me if it would be possible to port the Octave project to the iPhone. I haven't compiled an external package for an iPhone project before, so I downloaded the …
1
vote
0answers
18 views
transition from crosscompiling with mingw to winelib
I have a windows application that i can compile successfully using codeblocks with mingw.
I would like to transition to winelib and then eventually to pure gcc.
what are some ty …
3
votes
3answers
371 views
compiling OpenSSH for iPhone?
I'm trying to (cross-)compile obfuscated-openssh for the iPhone, and I'm running into some problems. I'm using this to configure the build:
./configure --host=arm-apple-darwin CC= …
