Cross-compiling is the act of using a tool chain on one platform (the host) to build software to run on a different platform (the target).

learn more… | top users | synonyms

0
votes
1answer
72 views

Cross compile on Fedora 18 for Centos 6.4

I am working on a Project, which uses classes from the C++11 standard, on a Fedora 18 machine and want to deploy it on a Centos 6.4 server. I was able to resolve all loader errors except for the libc ...
0
votes
0answers
40 views

cross compilation of opencvopencv-2.4.5 for i.MX6 board

I am new to this can anybody tell the procedure how to cross compile opencv on i.MX6 board. Thanks in advance
0
votes
0answers
65 views

How to use strace on Android?

I'm trying to use strace on Android platform. Since strace is not a default binary on Android, I downloaded an pre-built version on the website [here]. But when I tried to run it on a rooted ...
0
votes
2answers
57 views

Cross build i386 linux kernel on amd64 host

I am trying to build a i386 Linux kernel deb package on a amd64 Debian host. Now I am doing this by set --cross-compile flag. It does done greate job to the kernel itself. But the problem is kernel ...
0
votes
3answers
58 views

Platform for c++ cross compile application

Currently, we are using MS Visual Studio and .NET to develop out applications on Window. We are in the process of porting the application to other OS (Linux, Android...etc) and want to get rid of MS ...
2
votes
0answers
39 views

gcc - compile for another machine does not work

I'm having following issue: I have legacy system - ARM CPU. On legacy system I don't have devel libs and also don't have GCC. On legacy system I don't have enough resources (mainly RAM and SWAP is ...
0
votes
1answer
186 views

Cross-Compiling gcc failure (Python)

I'm trying to compile Python to port over to a router (ASUS RT-N16) with DD-WRT (DD-WRT v24-sp2 (SVN revision: 14896)) on it. JFFS2 (and therefore ipkg) and Optware are not options. I need to do a ...
0
votes
0answers
18 views

errors cross compilation

i cross compile gtk-x11 , i create new c file that contain include to gtk , the problem is : warnings appears after cross compilation: ...
3
votes
0answers
156 views

mxe cross compiling linux to windows vtk example

I would like to know if there is an example out there, or could somebody post one, for compiling a vtk .exe app using MXE. The headers and libraries are built but I can't seem to get it to work. I ...
2
votes
1answer
216 views

exit(3) hangs in Linux C++

I have a small C++ program that pings other machines on a network and send status information out over another network. The program runs as a daemon, so the startup process forks off a child and then ...
0
votes
0answers
145 views

How to cross-compile thrift for ARM

I tried this command to configure thrift, ./configure CXX=arm-linux-gnueabi-g++ CC=arm-linux-gnueabi-gcc --prefix=/arms/thrift --host=arm-linux-gnueabi --with-cpp --with-boost=/path-to-boost-for-arm ...
0
votes
0answers
108 views

Cross-compiling perf for MIPS64 architecture

i've some trouble in compiling the "perf" linux tool for a MIPS64 architecture. I have the correct toolchain but when I try to compile perf with $ make LDFLAGS=-static ARCH=<the mips arch> ...
0
votes
0answers
78 views

how to compile Kannel with “arm-none-linux-gnueabi-”?

when I use "arm-none-linux-gnueabi-" instead of "gcc -std=gnu99" to compile kannel(modify the makefile of Line 57) #CC = gcc -std=gnu99 CROSS_COMPILE := CROSS_COMPILE := ...
10
votes
4answers
858 views

Cross compiling Qt application for Windows on Linux with dynamic linking

To comply with Qt's LGPL license, an application using the Qt library must either make the source code available or link dynamically against Qt (if I got that correctly in this few words). So I'd ...
1
vote
1answer
284 views

Boost cross compiling for arm, toolset not recognized despite definition in user-config.jam

I am try to cross-compile boost 1.52.0 for a freescale ARM processor board from a PC running Linux. Based on the (rather minimal) documentation on cross compiling boost, I have set up with a ...
0
votes
1answer
70 views

how to include QtNetwork while cross compiling vlc for windows

I am modifying vlc source code and have added a few UI screens. I needed to use QtNetwork package where as by default vlc only has QtCore and QtGui packages. While compiling for Linux i modified the ...
0
votes
0answers
396 views

undefined reference to `boost::thread::~thread()' [closed]

i shall be frank..i am just copying the code from : Making an asynchronous Client with boost::asio and trying to check it out. however, when i try to compile ( eclipse CDT ) , i keep getting this ...
0
votes
1answer
115 views

How to compile an application using gcc to convert float to int on ARM?

I want to compile an application which contains float functions and variables,but I just do not want to produce float instructions in the binary.Can that be achieved by adding some flags in the ...
1
vote
2answers
408 views

crosscompile a linuxmodule for arm(raspberryPi)

Im trying to crosscompile a (example)linuxmodule for the raspberryPi(arm), with crosstool-ng 1.15.3. I got the following output: markus@markus-R55S:~/Desktop/speakerarm$ make ARCH=arm ...
0
votes
0answers
109 views

cross-compile using the libudev library

I am trying to write a program for a arm based linux environment which uses the libudev library. I have tried compiling it using the following: ../host/bin/arm-none-linux-gnueabi-gcc -c -o ...
0
votes
1answer
244 views

Error cross compiling vlc Linux (Ubuntu 12.04) 64 to win 64

I have had several attempts following the procedure at official video lan wiki using the host: x86_64-w64-mingw32 Earlier, configure script was giving errors for libgcrypt, but disabling it ...
0
votes
0answers
434 views

/bin/sh: scripts/basic/fixdep: cannot execute binary file

I try to build the rt73.ko linux driver for android using cross complile. I have download the android NDK and the Kernel sources of the the target system (Rockchip RK3066) and when I build the driver ...
0
votes
1answer
48 views

Cross-compiling with mingw

I have code which need to be compiled via mingw on a 64bit Intel machine (windows 7). It then has to run on a 64bit AMD virtual machine (windows 7). At the moment it works on the Intel but not on the ...
0
votes
1answer
117 views

Can CoffeeScript be compiled to Haxe?

I'm learning Haxe now, and I'm wondering if it's possible for any programming language to be compiled to Haxe (instead of from Haxe.) If there isn't any programming language that can be compiled to ...
1
vote
0answers
341 views

[Linux]: Error in insmod - “invalid module format”

I was trying to cross compile a kernel module code available in internet. My development PC is Linux 2.6.31 and my target architecture is ARM with Linux 2.6.32 kernel. My toolchain is Code Sourcery ...
1
vote
2answers
182 views

Cross-compile java applications

I am working on an embedded system with openwrt root files system and linux kernel. I have compiled the trunk, no problem with that. I have installed the Java resources in /usr/bin, /usr/lib and ...
2
votes
0answers
357 views

Cross compile native gcc for arm with crosstool-ng, have toolchain, which architecture deps, and which build, host, and target?

I want to build a native gcc for arm, to run on Android, as I've built glibc for it and want to build GNU utils linked against glibc, so want to compile natively on the Android phone. I've built the ...
1
vote
1answer
139 views

POS Handheld device programming

i purchased a pos device EFT POS N8110 which comes with an ARM 9 processor. i received documentation explaining about how to compile applications to it. But the current technique requires manual make ...
5
votes
0answers
218 views

How to build an OCaml cross compiler

After finding a way to generate the fitting configuration files for the target machine, the cross compiler itself must still be built. The approach using the 1 1/2 build described here (and, with more ...
3
votes
2answers
177 views

Building an OCaml cross-compiler - configure part

I need to build an OCaml cross-compiler. Sadly, it seems this is not supported out of the box and needs a little work, as described for an older version of the OCaml compiler. My first question is: ...
0
votes
0answers
848 views

how to compile libcurl with arch armv7s under macosx?

I have installed Xcode 4.5 and iOS6.0 SDK , MacOSX 10.7 SDK,command line tools on my computer. I download libcurl from http://curl.haxx.se/download/curl-7.27.0.tar.gz and compiled it for iOS with arch ...
0
votes
1answer
218 views

Why my cross compiler toolchain not static link?

I want to build my cross compile tool chain, I build it successful. It can use normally, but when I move it, it cannot work!! It print error while loading shared libraries: libcloog-isl.so.3, ...
2
votes
2answers
200 views

Best Linux distro for cross-compiling to SUA

I'm very interested in using Linux / GCC for cross-compiling to Microsoft SUA (Subsystem for Unix Applications) format (I have SUA 6.1 as part of Windows 7, 64-bits). Using SUA to natively compile ...
0
votes
0answers
223 views

environment variables not reflecting in Makefile created by configure

I don't understand this why my configure script is not reflecting the environment variables I have set, in its generated Makefile. I am trying to cross compile ImageMagick and given is the method I am ...
1
vote
1answer
828 views

Cross compiler default include path setup

First, some background: I'm attempting to write drivers and applications for Android on the Beagleboard-xM. I've downloaded their android development kit, installed it, and can succesfully build ...
7
votes
1answer
180 views

Deploying Haskell web application to low-spec server

I'm looking for a way to deploy a Haskell web application on a low-spec toy server. The server specs: OS: debian stable (squeeze) i386 CPU: 1 GHz Pentium IV RAM: 512 MB Storage: 512 MB compact flash ...
2
votes
2answers
222 views

Cross-compiling in Python in Windows TO Linux/OSX

I have a program I've written in Python 2.7 on Windows, and I've been using py2exe with total success to make it into an exe (and associated files). However, a reasonable number of people who I want ...
1
vote
1answer
168 views

Socket getaddrinfo()-equivalent function for VxWorks?

As far as I can tell, there is no getaddrinfo() function for VxWorks. Is there any equivalent, or are there any examples of how to roll your own? Alternatively, what would be another method to ...
0
votes
1answer
374 views

OpenEmbedded Toolchain with Newer GCC

I want to build a cross-compile toolchain using OpenEmbedded that has either gcc version 4.6 or linaro gcc instead of the gcc version 4.5 that comes by default. Is this possible? I think I should only ...
0
votes
1answer
493 views

Cross compiling Linux wifi driver

I'm trying to cross compile a Realtek wifi driver for an Airlink AWLL6075 wireless n usb adapter. The chip set is apparently RTL8191SU and I've obtained the drive for Linux from the Realtek download ...
0
votes
1answer
450 views

Qt - Cross-compiling on Windows for Linux

I fail to find any instructions on how to cross-compile a Qt app for linux on the windows platform. So could someone give me or link me to step-by-step instructions on how to do so.
2
votes
1answer
172 views

%q in inline assembly with -arch i386

I'm working with a library (pulseaudio, src/pulsecore/svolume_mmx.c) that has code similar to the following dummy code: #include <stdio.h> #include <stdlib.h> #include <stdint.h> ...
0
votes
1answer
566 views

how to cross compile zthread for ios 5.1

how to cross compile zthread for ios 5.1 , any one can help me ? http://www.cnblogs.com/maadiah/archive/2012/04/06/2434591.html and http://www.haogongju.net/art/1382733 i try the links way , but ...
0
votes
1answer
252 views

mips gcc toolchain

I was trying to set up a toolchain for Mips on Ubuntu, as per the instructions here. However, when I do make CFLAGS="-Os -w", I get an error as follows :- ... ... fi echo timestamp > stmp-fixproto ...
0
votes
2answers
202 views

How to use both 4.5 and 4.6 versions of arm gcc in Ubuntu?

using Ubuntu 12 to cross compile arm code provides 2 gcc versions, 4.5 and 4.6. Installing both creates symlinks from the tools to the 4.6 version (e.g. arm-linux-gnueabi-gcc -> ...
1
vote
1answer
2k views

ARM gentoo crossdev with uclibc: need OABI rather than EABI

Can anyone help with my ARM + GCC + UCLIBC linking issue with crossdev? Also posted to Gentoo Forums here: http://forums.gentoo.org/viewtopic-t-925012.html Recently, I was assigned to a project that ...
3
votes
2answers
2k views

Sourcery G++ (cross-compiler for ARM) installation failure

I was trying to install Sourcery G++ cross-compiler for ARM on Ubuntu 10.04 LTS from the following link ->http://www.codesourcery.com/sgpp/lite/arm/portal/release644 I did not use the graphical ...
1
vote
1answer
594 views

C/C++ app on Android tablet

I'm porting a program from Ubuntu to android. Before trying the real porting, I wrote a simple helloworld.c and compiler it with arm Linux crosscompiler (arm-linux-gnueabi-gcc). I compiled it ...
1
vote
1answer
512 views

Compiling boost as i386 on AMD64 (Ubuntu 11.10)

I'm currently programming an extension to a program, which only supports i386 (and I am running amd64 Ubuntu 11.10). Whenever I compile my extension source I need to use the -m32 flag to force 32 bit ...
11
votes
2answers
1k views

Clojure iOS Development

Over the past months, I've pretty much fallen in love with Clojure and refuse to use anything else. I am aware that there is ClojureScript, which uses Google Closure to compile a subset of Clojure to ...

1 2