cross-compiling

How to cross-compile Qt X11?

I have been trying to get Qt X11 cross compiled for PowerPC for a while now and kept having various problems. From the information given my Qt support, all one needs to do is: Create a new mkspec Copy an existing directory in mkspec/ I used linux-g++ and modified it. Modify qmake.conf to use your toolchain, libraries and includes R...

Can't compile 32bit with 64bit g++

I'm using codeblocks. I'm using ubuntu. Here is output of compilation. g++ -Wall -O2 -m32 -nostdlib -Iinclude -c /home/miroslav/Development/WEBGINE/src/WEBGINE/Component.cpp -o obj/ReleaseCGI32/src/WEBGINE/Component.o g++ -Wall -O2 -m32 -nostdlib -Iinclude -c /home/miroslav/Development/WEBGINE/src/WEBGINE/Debug/ComData.cpp -...

scratchbox cross compilation for android

How to we setup scratchbox for android to do cross compilation?What type of target do we choose? ...

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 perhaps an emulation layer that I can use, or a stable compiler that compiles Java to ObjectiveC? ...

What is the L_* macro in busybox?

I am trying to cross-compile busybox but I am getting 'undefined reference' at the linking stage. Using nm, the symbol were in fact missing from the library file (libbb.a in my case.) Looking into the source ('busybox/libbb/xfuncs.c'), there are all these #ifdef L_<function_name> wrapping around the functions in question. Does anyone ...

Using the check test unit framework in an embedded device?

Has anyone used check as the unit test framework in an embedded device which also requires cross-compilation? Is it even a good idea, or should I just use something else (e.g. embunit or similar)? If so, how should I write the Makefile.ams and configure.ac? I haven't used autotools to begin with so all this cross-compilation stuff cert...

cross compile (arm-none-eabi-as) arm assembly error "junk at end of line /" or undefined symbol

Hi while i cross compile an startup.s file (arm-none-eabi-as file.s) (*-gcc) I am getting in each commentary line some errors - junk at end of line, first unrecognized character is / when i delete the // some comment lines i get errors about undefined symbols even i defined them at beginning of the file. anyone know whats wrong? ...

help on cross-compilation of gtk2edit for frienndlyarm mini2440

Hi all ! i am new to cross-compile process. i had created toolchain from friendlyarm by installing arm-linux-gcc(4.3.2) compiler and scratchbox2. and i have successfully compiled Hello World program (it isn't so hard),by typing file and output file name it gives me : ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked ...