Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
1k views

How can I make Cmake use specific compiler and flags when final compilation stage instead of detection?

I'm trying to cross-compiling from Mac OS X to iOS. It was easy using clang to cross-compile a source to iOS target. We need only 3 parameters get it to work. clang -arch armv6 -isysroot ...
3
votes
2answers
394 views

Boost-Build: Building windows executable from linux

I have a c++ codebase that I need to build both windows and unix versions of. It is important that the windows executable work without cygwin or similar installed. Oh, and I'm trying to achieve this ...
2
votes
1answer
182 views

getrusage function on embedded linux

I have one bench marking application in which I am evaluating a C++ framework. I am looking for the time and memory consumption. On linux, to get the memory occupied by the current program, I am ...
2
votes
1answer
3k views

About arm-eabi-gcc and cross-compiling

I have a complicated open source library that needs to be ported to Android NDK. First, I need to configure (. / Configure). I understand: I have to do cross-compile with / ...
1
vote
1answer
197 views

is arm-eabi-gcc different than arm-linux-androideabi-gcc

Is arm-eabi-gcc different than arm-linux-androideabi-gcc? Can I swap arm-eabi-gcc with arm-linux-androideabi-gcc to the agcc script from this site http://www.plausible.org/andy/agcc?
1
vote
1answer
202 views

compiling native GCC for arm using cross-compiler

I am looking to create a native build of GCC for an ARM system and I am running into some trouble. The build machine is i686-linux. Every tutorial I see tells me how to set up the actual cross ...
1
vote
2answers
375 views

Dcu in Delphi XE2

Is the *.dcu files in delphi xe2 for firemonkey application are independent from platforms. here. for both 32bit and 64 bit and other operating systems. If so how is the dcu files are designed. is it ...
1
vote
1answer
148 views

Compiled gcc4.4.6 on one machine, how to let another machine use it?

I built gcc 4.4.6 (to use CUDA) on a fast server, it takes about 10 min. However, on my own desktop, it takes kinda for ever to compile. So both machines are 64 bit Linux, although 1 is Ubuntu while ...
1
vote
1answer
127 views

qt cross compiling

I am trying to compile QT for ARM. But the linker requires "--sysroot" option to be added for linking files. So in qmake.conf file, we added under QMAKE_LFLAGS. But when we compile, its adding ...
1
vote
2answers
400 views

how does configure file find the correct cross-compile tools?

I need to port the ZThread lib to android development environment. I followed this: http://blog.jh-lim.com/2011/07/compiling-open-source-libraries-for-android-part-2/ when i set --host=arm-eabi , ...
1
vote
0answers
226 views

Cross compiling gcc

Im trying to get gcc running on my Kindle 3. I have a native terminal and ssh working, and I found that the Sourcery G++ toolchain for arm eabi linux produces working binaries, so it seems like I ...
1
vote
2answers
279 views

C# Compiler That Can Generate Linux ARM Executables

I've been looking for some C# compilers for Linux and after a long search I've encountered some projects that are very interesting: Mono DotGNU But I haven't seen any approach on any of those to ...
1
vote
0answers
557 views

mono ./configure --host=arm-linux?

i tried some cross-compiling mono (2.8) with the ./configure --host=arm-linux option, running on an x86 ubuntu. sometimes i get this error: checking for arm-linux-gcc... gcc checking for C compiler ...
1
vote
0answers
244 views

scratchbox arm cannot execute c compiled program

Hi i set up a scratchbox with a arm-linux-gnueabi-gcc toolchain and qemu emulator. When i want to run inside scratchbox [sbox-arm:/]> a ./configure script (from a mono tarball) i am getting the ...
1
vote
5answers
130 views

Compiling for many linux distributions

in a short I'm gonna release an application written in OCaml and I was planning to distribute it by source code. The problem is that the OCaml development system is not something light neither so ...
0
votes
0answers
24 views

How to using AppWeb with EJScript

Im trying to use embedded AppWeb in my board (SBC8018, embedded linux, ARM architecture), and i had many problem. I was cross compiling AppWeb 3.3.2 with ejscript option. But, I ran AppWeb, then I ...
0
votes
1answer
188 views

How to compile Eigen in iPhone

I want to compile Eigen and use it in iPhone with NEON features. How to compile Eigen in iPhone? Do In need to compile for specific ARM chip? And do I need to modify build script? Cheers.
0
votes
3answers
84 views

crosscompile gdi-tool with mingw

I try to crosscompile a c-tool on linux with mingw. I use the function GdipSaveImageToFile, which i will need. This function is declared in "gdiplus.h". My code now is: #include <stdio.h> ...
0
votes
1answer
162 views

Compiling android tools for windows

I have set up a 64 bit ubuntu env for compiling android tools (aapt, adb etc...), i'm now downloading the source code for 2.1. I have compiled the env in the past with no problem, built emulator and ...
0
votes
0answers
60 views

mobile cross-compiling systems

I need some ideas for good cross-compiling systems (like Titanium Mobile or Phonegap) . Which ones are the best (performance-wise). It's no problem, if they are just experimental or something, I just ...
0
votes
0answers
249 views

Unable to cross-compile Perl for arm (mini2440) Target host refuse connection lost

I can not cross-compile Perl for mini2440. It is refusing to connect to my target device. Also, using telnet i can connect to my mini2440. Root user has password. Thanks, Emil
0
votes
1answer
409 views

`./configure` options for cross compile?

As I know, ./configure script is generated with GNU Autoconf. I don't know about Autoconf totally. How are they work, and how can I use this ./configure script to make source to cross-compile?
0
votes
0answers
191 views

scratchbox compiling eabi version errors

while i am building the mono source code in a scratchbox for arm statically linked i get lots of EABI errors: ...
-1
votes
1answer
70 views

What's the `Autoconf`? Why people use it? Should I use it?

What's the Autoconf? Why people use it? Should I use it?