Tagged Questions

The act of using a tool chain on one platform (the host) to build software to run on a different platform (the target). The platforms might have completely different processor architectures, or simply different operating systems.

learn more… | top users | synonyms

17
votes
5answers
19k views

ffmpeg for a android (using tutorial: “ffmpeg and Android.mk”)

I am trying to compile ffmpeg for a android. I have found several posts on this theme but non of these seems to work. If tried to build ffmpeg like it is posted on [1]. Did anybody successfully ...
16
votes
4answers
6k views

Manual for Cross-Compile a c++ application from linux to windows?

Just that. I would like some information (links, reference, examples...) to guide me to do that. I don't even know if it's possible. My objective is to compile a program in Linux and get a .exe ...
14
votes
9answers
7k views

How to Compile for OS X in Linux or Windows?

I would like to port my C/C++ apps to OS X. I don't have a Mac, but I have Linux and Windows. Is there any tool for this?
13
votes
4answers
3k views

.NET Framework on Android

Is anyone aware of any projects out there to port a version of the .NET framework to the Android platform, kind of like Mono.Touch?
12
votes
2answers
328 views

General questions about GCC and cross compiling

Recently I've been playing around with cross compiling using GCC and discovered what seems to be a complicated area, tool-chains. I don't quite understand this as I was under the impression GCC can ...
12
votes
2answers
741 views

Compiling Qt for Windows 98

I need to support Windows 98. The Qt documentation claims this is possible, but there are no instructions. The distributed binaries of Qt 4.6 don't run on Win98 and the majority of Qt applications I ...
9
votes
1answer
204 views

Compiling a C# .NET x64 binary on an x86 system

I have a C# project which contains a reference to ScintillaNET. Unfortunately ScintillaNET likes to detect the architecture of the machine and loads the native DLL based on the running architecture. ...
9
votes
1answer
440 views

What toolchain do I need to cross-compile Clang for iOS

OK, so first of all I know that this can be compiled on iOS (armv7) because I read the documentation. However, I can't find the right toolchain. So, now, what toolchains I've already tried: ...
9
votes
1answer
252 views

Cross-compilation with GHC

Is it possible to do cross-compilation with the Glasgow Haskell Compiler for common architectures? If not, is this feature planned to be developed in the near future?
9
votes
3answers
1k views

Cross-compiling a Python script on Linux into a Windows executable

I have a Python script that I'd like to compile into a Windows executable. Now, py2exe works fine from Windows, but I'd like to be able to run this from Linux. I do have Windows on my development ...
8
votes
5answers
443 views

Meta-programming: write in one language X, cross-compile in multiple languages like C#, PHP, Java, C

In all projects I've done through the years I never came across a requirement like this, though it seems so easy on paper: write a plugin for many well-known CMS's. Obviously, each plugin-system (or ...
8
votes
3answers
689 views

Building cross-platform Delphi applications

I downloaded Lazarus, but have worked with Embarcadero Delphi IDE too. I have a question about building cross-platform Delphi applications. How can I build them under win32 environment? I read the ...
7
votes
1answer
137 views

Using Matlab 32 and 64 bit on the same machine, how do you store settings in a different place?

For various reasons I need to do things in 64 bit and 32 bit Matlab. Much to my chagrin... I found out recently that settings for both 32 and 64 bit Matlab are both stored in the same folder: ...
7
votes
2answers
442 views

Best way to build cross toolchains on Mac OS X

I spent the last three weeks researching about crossdevelopment under Mac OS X. I want to achieve two separate results, but I believe they can be reached through the same path. I want to set up ...
7
votes
3answers
568 views

Has any one used CrossKylix for real Cross-platform development?

New version of CrossKylix as been updated two weeks ago. Even Kylix has discontinued long time ago, but it's seems still used by some of Delphi developers. Has any one used it successfully on ...
7
votes
4answers
916 views

C++ application - should I use static or dynamic linking for the libraries?

I am going to start a new C++ project that will rely on a series of libraries, including part of the Boost libraries, the log4cxx or the google logging library - and as the project evolves other ones ...
7
votes
9answers
8k views

Building ARM GNU Cross compiler

A similiar (less descriptive) post is here. I'm trying to roll my own tool chain using recent releases on Ubuntu and was hoping there was enough of a Linux community here that I could get specific ...
7
votes
6answers
1k views

legacy gcc compiler issues

We are using a legacy compiler, based on gcc 2.6.0, to cross compile for an old imbedded processor we are still using (yes, it is still in use since 1994!). The engineer that did the gcc port for this ...
7
votes
3answers
5k views

cross compiling c++ to iphone arm

I've scanned over the (outdated) article that is the first hit on google about ARM cross-compiling. I've also seen the article about compiling OpenCV to the iPhone and the general cross compiling ...
7
votes
2answers
2k views

How to Cross-Compile Java Source Code to JavaScript?

Given a set of Java source code files, how can I compile them into one or more JavaScript files that can be used with hand-crafted JavaScript? GWT is one option, but every example I've seen so far is ...
6
votes
3answers
1k views

Is it possible to compile LLVM libraries to android/ARM

I'm fascinated by the Pure algebraic/functional language. The Pure interpreter uses the LLVM JIT compiler as its backend. I would like to compile Pure so that it runs on Android(ARM). Pure has a ...
6
votes
1answer
170 views

Is it possible to cross-compile D source code for MIPS?

Is it possible to cross-compile D source code for MIPS? For example, I want to compile a D "Hello, world." program that will run on TI AR7-based devices, which have MIPS32 processor and typically run ...
5
votes
2answers
124 views

Ada multitasking RTOS supported with opensource cross-compilers

Which RTOSes do Ada have opensource/free cross-compilers available, with support for multitasking/multithreading? I have an Atmel AT90USB162 chip which I want to program using Ada. My first option ...
5
votes
2answers
84 views

Build modern (4.x) GCC to target a 2.4.x kernel on the same architecture as the host?

The question is relatively straight forward: how can I build a GCC of the 4.x series (along with binutils and friends) that targets a 2.4 ABI on the same architecture as the host for the compiler? ...
5
votes
2answers
422 views

Cross compiling php

I'm trying to cross compile php for arm and have good progress but I'm totally stuck where it wants to run the php itself (have no idea why). as it is an arm binary and not intel (my building ...
5
votes
1answer
121 views

Debugging cross-compiled code: Linux->Windows

I'm cross-compiling a project from Linux to target Windows (using mingw). The output is a DLL and p-invoking into it from C# works, but debugging is very difficult. The build outputs a .o file, which ...
5
votes
2answers
190 views

Multiplatform C++ cross-compiler

How can I build a cross-compiler for a C++ library to target many platforms on a single build server? The cross-compiler should be able to build the library for (at least) {Windows 7, Mac OS X, ...
5
votes
2answers
278 views

GCC outputs an executable ELF file when I want a shared library

I'm trying to build a shared library in Cygwin using an i686-elf cross-compiler. The code is very simple: int add(int a, int b) { return a + b; } void _init() { add(3, 4); } I'm compiling ...
5
votes
5answers
950 views

C++ cross-compiler from Windows to Linux

Can someone recommend me a C++ cross-compiler from Windows to Linux and how to use it? By that I really mean "how to use it", because although I'm programming for a bit of time now I'm still a ...
5
votes
2answers
2k views

How to cross compile for linux x86 with linux amd64, cmake and g++?

+1 for each piece of information that helps to complete the whole picture. You don't need to know the whole answer. I'll appreciate individual pieces of the puzzle just as much. Thanks. I am about to ...
5
votes
2answers
383 views

Cross compilation requirements for C

I have some basic knowledge about compiling C but need to get a couple of generic cross-compilation questions answered. In my case, I am trying to cross-compile a program on my Fedora Linux box that ...
5
votes
3answers
164 views

C# and C++ Library

I was wondering if I can use a library -written in C++- in C# The problem is that library has its own structures and classes.. Will I be able to use it in C#? Thanks EDIT This library is open ...
5
votes
2answers
1k views

Cross compile windows 64 bit .exe from linux

I know that if I want to compile a 32 bit .exe for windows on Linux I can just install and use the mingw32 package (e.g. apt-get install mingw32) on linux. What if I want to compile a windows .exe ...
5
votes
6answers
476 views

Game cross-compiling and packaging

Some friends and I wanted to develop a game. Any language will do. I've been programming in C for years, but never wrote a game before. One of us knows SDL a little bit. It would also be a nice excuse ...
5
votes
4answers
1k views

Is it possible to set up a gcc cross compiler on Linux to compile 64 bit targets on a 32 bit architecture?

I know you can compile to a 32 bit target on 64 bit Linux by using the -m32 flag, but is it also possible to compile to 64 bit on a 32 bit machine by using the -m64 flag? Or alternatively, do you ...
5
votes
7answers
2k views

Will the next release of Delphi be supporting cross-compilation for Mac and Linux?

According to a recent blog post by Allen Bauer: As we’re working on Fulcrum, the next RAD Studio release with a focus on cross-compilation for Mac and Linux, [..] I figured someone would ...
5
votes
3answers
3k views

How to cross compile qt application for different platforms

How can I cross-compile my application on Qt. As for each project I need two version 1). Which runs on computer on Qvfb & i386 Architecture 2). Which runs on device with Linux Framebuffer ...
5
votes
3answers
1k 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 ...
5
votes
7answers
484 views

Why is building a cross-compiler harder than building a regular compiler?

Everything I've read seems to imply that building a cross-compiler is significantly harder than building a compiler that targets the platform it runs on. Is this true? If so, why? It seems like ...
4
votes
1answer
165 views

Cross-compiled Python can't find basic modules (math, operator, etc)

I can't seem to import any of the basic modules located in the "lib-dynload" directory. They are all there, but I get the error: "ImportError: No module named X" when trying to import them. I ...
4
votes
1answer
337 views

Can anyone explain the gcc cross-compiler naming convention?

I have tried to understand the naming conventions behind the gcc cross-compilers, but there seems to be conflicting answers. I have the following three cross-compilers in my system: ...
4
votes
1answer
886 views

“Illegal instruction” when cross-compiling Qt 4.7

I'm struggling with this problem for more than a week now, and still can't find a solution... I'm trying to cross-compile Qt 4.7 embedded open-source version for an ARM device. The build process ...
4
votes
4answers
268 views

Is there a legitimate, automated, method for deploying Java applications on iOS4?

I'm wondering if there is a standard method for deploying applications originally written in Java, to iOS4 devices. I assume that the application in original format cannot be deployed - is there ...
4
votes
3answers
3k views

How to build gnu `libiconv` on & for windows?

I want to build a static library (*.LIB file) GNU libiconv on windows to be used with other libraries in Visual C++. Other libraries I'm using are built with "MultiThreaded DLL" (/MD) Runtime option. ...
4
votes
2answers
147 views

looking for information on porting Linux apps to windows

Today I've encountered a very good book : UNIX to Linux® Porting: A Comprehensive Reference By Alfredo Mendoza, Chakarat Skawratananond, Artis Walker This reminded me of the thing I always wanted ...
4
votes
3answers
4k views

Add a custom compiler to XCode 3.2

I have a working gcc 4.3.3 toolchain for an ARM Cortex-m3 and would like to integrate it into XCode. Is there a way to set up XCode (3.2) to use this gcc toolchain instead of the built-in GCC 4.2? ...
4
votes
7answers
684 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 windows ?
4
votes
1answer
3k 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-sdk Basically, I am ...
4
votes
2answers
4k 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-compiling these ...
4
votes
3answers
2k views

How can I cross compile my Linux application to get a Windows executable in Linux?

I need to cross compile my QT application in Linux. I compiled my application from the QT SDK in Linux and it is working properly. How do I create an .exe for the same application in Linux. I have ...

1 2 3 4 5 9