The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
30 views

Reading an object file

I have installed a gcc compiler that is compatible another processor(not the one I am using). When i use the objdump command to read the object file i get the following, objdump -d one.o one.o: ...
0
votes
0answers
12 views

crosstool-nc install failure

I am trying to install crosstool-nc in order to generate a cross compiler for the ARM processor. I am able to run configure successfully, but make fails. It appears that when bison is trying to create ...
0
votes
1answer
30 views

Compiling a DLL project written in c++

I am new to Linux, but I have tried Ubuntu for basic stuff and I really like it. I want to explore the possibility to switch from Windows. However, at the moment I am working with Microsoft Visual ...
2
votes
0answers
53 views

Cross-compiler for Darwin X?

Is there a way to cross compile for Mac OS X and iOS on Ubuntu? I found mingw-w64 packages and they work well for Windows and it seems I can cross compile for Android as well with gcc-arm-linux ...
2
votes
0answers
262 views

SQLite 3.7.15 cross compile for ARM

I am using SQLite 3 for Database management in my ARM9 based microprocessor. I want to cross compile the latest version of the SQLite 3 for my project in Linux (Ubuntu 10.04). I am using the ...
8
votes
3answers
960 views

Is there way to compile Qt5 programs, written with c++, to Ubuntu Touch?

I'm creating a program with Qt5 and C++, and I would like to compile my program for Ubuntu Touch Preview or Ubuntu desktop arm. I'm running those systems on Nexus 7. I have found the right C++ ...
0
votes
0answers
84 views

How to compile libresolv library?

I'm trying to compile some open source code in Android for Blaze product and I get this error: No rule to make target ...
0
votes
0answers
28 views

Transfer Cross Compiler From 10.10 to 12.04

I am newbie. I am working with Ubuntu 10.10 on WMWare. I can compile my sample li project with a ARM Cross Compiler. And now I have created a new Ubuntu 12.04 on Virtual Box. I have transferred my ...
3
votes
3answers
748 views

Cross-compilation issues with GCC/G++

I am using gcc to compile a C++ application on my CI server (http://ci.berboe.co.uk) and as the vps that it is compiled on has the x86-64 architecture I need to cross-compile to get the compiled ...
1
vote
0answers
54 views

cross compiling for m68000 (embedded system)

how do I cross compile for a motorolla 68000? The GCC man pages list gcc -m68000 as an option http://gcc.gnu.org/onlinedocs/gcc-4.0.4/gcc/M680x0-Options.html#M680x0-Options, but when I do gcc -m68000 ...
0
votes
0answers
35 views

Install RPM-packages on Ubuntu using Yum [duplicate]

Possible Duplicate: How do I install and manage RPMs? I'm building a cross compile environment for mingw32, and Fedora has a complete set of all the libraries, headers and dlls I require ...
1
vote
2answers
2k views

How to cross-compile programs for the Raspberry Pi with gcc?

I am fond of using gcc to compile small little C and C++ programs on my main computer. However, I also have a Raspberry Pi, and, being a 700-MHz single-core computer, I would prefer to not have to do ...
1
vote
3answers
10k views

How do I install drivers for the Atheros AR8161 Ethernet controller on 64-bit 12.10 using an Internet-connected 32-bit 12.04 PC and a USB flash drive?

How do I install drivers for the Atheros AR8161 Ethernet controller on 64-bit 12.10 using an Internet-connected 32-bit 12.04 PC and a USB flash drive? Having bought a new HP Elite desktop PC and ...
2
votes
1answer
194 views

Is it possible to cross-compile .deb files using debhelper? How?

I have a package (Dymo CUPS drivers in this instance) that I need to compile to a .deb file to include in a private network's repositories. The source itself is sufficiently architecture independent ...
1
vote
1answer
506 views

/bin/sh: 1: arm-linux-gnueabi-gcc: not found

I'm working on eclipse indigo on Ubuntu 12.04. And I'm trying to cross compile so I downloaded gcc-4.4-arm-linux-gnueabiarm-linux-gnueabi-4.4 and I changed the C/C++ Build setting and I added includes ...
0
votes
1answer
386 views

Cross compile packages, question regarding armhf dependencies

I'm attempting to cross compile a couple Ubuntu Precise Packages, My current arch is amd64 my target is armhf. I have the correct cross compile GCC toolchain installed, I have correctly utilized the ...
10
votes
1answer
4k views

How do I cross-compile my application for Ubuntu 12.04 armhf architecture on a Ubuntu 12.04 i386 host?

I have a large application I have written. I can successfully compile the application in the following scenarios: in a native compilation for the i386 host running Ubuntu 12.04 natively on a ...
2
votes
1answer
179 views

Compiling on Ubuntu (10 or 11) 32 bits for Debian 6 64 bits

Does a program compiled on Ubuntu 32 bits work on Debian 6 64 bits? I went googling and found: "Normally a program compiled on a 32bit system works on a 64 also, but not the other way." So the 32 ...
2
votes
0answers
328 views

make fails because it doesn't know “headers_install”

I'm trying to setup buildroot for cross-compiling a custom app. / # uname -a Linux Venus 2.6.12.6-VENUS #323634 Wed May 25 13:40:36 CST 2011 mips unknown So far I chose kernel version 2.6.12.6 in ...
1
vote
0answers
205 views

How do I install QtSdk for Harmattan target development? [closed]

I want to make development targeting Harmattan (aka Meego / Meamo6 / N9). My first try was to install QtSdk directly from Nokia installer. This works. But I would rather install thinks using ...
0
votes
0answers
84 views

How do I build Qt4 for Windows so I can compile a Windows application? [duplicate]

Possible Duplicate: How to setup Qt Creator to compile Windows executables? I would like to know how to build QT4 for Windows so I can build the latest Warzone 2100 master on my computer. ...