A toolchain is a collection of software tools that work together to build and manage programs.

learn more… | top users | synonyms

0
votes
0answers
7 views

Adding C++ support to external toolchain in buildroot

I'm using buildroot version 2011.11 for cross compiling my application. I'm trying to add oprofile to my application, and oprofile depends on c++ support. But when I checked using make menuconfig, ...
-2
votes
0answers
30 views

Where to download Arm-unknown-linux toolchain that support C++11 [closed]

there, I need to know where i can download a toolchain for Arm-Linux that support C++11 running eclipse europa on window and I want to crosscompile to Arm my project code i C++11 based. thanks alot ...
0
votes
0answers
6 views

Generating elf format executable

I am using the "arm-none-linux-gnueabi-" toolchain for building my application. This generates a .out which is in eabi format. Is there a way to get an elf format executable as the output using the ...
0
votes
1answer
12 views

find declaration in unix dev toolchain

I recently read a lot of opinions on whether or not one should use an IDE or the unix toolchain to develop c++ programs. One thing I was asking myself is if you can somehow follow symbols in gvim or ...
1
vote
0answers
24 views

How to play (aka use all instruments directly) with the Android EAS aka JET

Believe it or not, I intend to use Android's Embedded Audio (MIDI) Synthesizer, which seems to be accessible via the JetPlayer API only. The available toolchain is driving me mad. I can't figure how ...
0
votes
0answers
20 views

Adding executables to Code::Blocks toolchains

Is it possible to add extra executables to Code::Blocks toolchain? I would like to make my a toolchain to build an Android project and I have been wondering that.
0
votes
1answer
33 views

Automatic generation of HAML from HTML in SublimeText 2?

I would like to have SublimeText show the HTML result of parsing my HAML in another window, live, as I type the HAML. Does anyone have an idea of how to make this happen? In, e.g., WebStorm there are ...
3
votes
1answer
216 views

Compile C Code on Android Phone

I want to compile and run .c Files that are sent to my AndroidApp. I want to compile on ARM .c Files for ARM. I am using a Galaxy Nexus with Android 4.2. I have installed the Android SDK and the ...
1
vote
0answers
77 views

Problems with custom MIPS toolchain and abicall stuff

I'm working on a project focusing on the MIPS32 arch (little endian). The vendor gave me a GNU toolchain to compile my project targeting their embedded Linux version and everything works just fine. ...
1
vote
1answer
92 views

XCode toolchain: how to move an App from one accounts to another?

Similar to this situation [*]. Follow up clarification please, as I'm in a parallel universe: A. Me, as single Apple Developer. and B. Client, with team of two - I was just added as person ...
3
votes
1answer
858 views

Compiling C/C++ Library for Raspberry Pi Toolchain

I have been working on setting up a toolchain for Raspberry Pi development. I have had no problem setting up the official Raspberry Pi cross-compiler, but now I am beginning to require some external ...
1
vote
1answer
80 views

libmpfr.so.4 dependency with --disable-shared

everyone! I have the same result ** error while loading shared libraries: libmpfr.so.4: cannot open shared object file: No such file or directory but under another configure : ...
1
vote
1answer
58 views

Which library path is used by default by GNU linker?

I'm using a toolchain and cross compiling for arm from i86 workstation. I know which path is using as a default path library the gnu linker of my workstation looking ld.config but i would like the ...
0
votes
1answer
78 views

Which GLIBC version is using my toolchain?

i know how to check the GNU C Library on my x86 workstation, but now i would like to know which GLIBC version is using my cross toolchain for ARM (i didnt build the toolchain). I cant test the ...
0
votes
0answers
65 views

where can I find libgcc_s.6.1.dylib for jailbroken iphone?

I have jailbroken iphone and gcc/binutils installed. these tools seem almost OK, but they all miss this file libgcc_s.6.1.dylib which I cannot find anywhere on internets. I used aptitude to install ...
0
votes
0answers
68 views

toolchains/uclibc-crosstools-stbgcc-4.5.3-1.3/bin/mipsel-linux-uclibc-objcopy

toolchains/uclibc-crosstools-stbgcc-4.5.3-1.3/bin/mipsel-linux-uclibc-objcopy -S -O binary --remove-section=.reginfo --remove-section=.mdebug --remove-section=.comment --remove-section=.note xxx.elf ...
1
vote
1answer
213 views

gcc options for a freescale iMX6q ARM processor

I am trying to figure out gcc options for a toolchain I am setting up, for development board: Sabre-lite which is based around the Freescale's iMX6q quad processor. Now I know that iMX6 is basically ...
2
votes
0answers
243 views

Building SDL2 with NDK toolchain

I wonder if anyone did managed to build the fresh SDL2 with the toolchain of the Android NDK(r8d). SDL2 seems to be very close to the release (since yesterday it isn't "UNDER CONSTROCTION anymore: ...
-1
votes
2answers
138 views

ARM processor based board for beginers [closed]

I want to buy a ARM microprocessor based board, Can any one tell which is the best(in terms of functionality) and cost effective? What hardware/Software tools and cables I need to buy (For debugging, ...
1
vote
1answer
101 views

ARMCC remove unused variables

I'm trying to remove unused code with Keil ARM tools that use ARMCC compiler. I've previously used GCC based compilers for ARM and I could easily remove the unused code with: -fdata-sections ...
0
votes
0answers
324 views

Problems to gererate a C toolchain for a custom Linux 2.6.18

I have a custom Linux kernel modified by a hardware vendor based on version 2.6.18. I need to generate a new toolchain for it using the latest version of uClibc for the MIPS arch. I've chosen the ...
3
votes
1answer
52 views

Is it reasonable to expect two shared libraries built on two identical platforms?

If I build the same source code, link to the same version of the same libraries, with the same tool chain ( same compiler, linker etc , GCC 4.4), with the same version of the same operating system, ...
3
votes
2answers
397 views

Cross Toolchain for ARM U-Boot Build Questions

I'm trying to build my own toolchain for an Raspberry-Pi. I know there are plenty of prebuilt Toolchains. This work is for educational reasons. I'm following the embedded arm linux from scratch book. ...
0
votes
1answer
169 views

Makefile: realpath function on windows for gnu toolchain (yagarto)

I am trying to write some makefiles on windows for arm gnu toolchain. (yagarto.de) But for MY_LIBC_PATH = $(realpath D:/temp//_latest//../) I get ...
0
votes
2answers
643 views

bash: ./mips-linux-gnu-gcc: cannot execute binary file error

I've recently installed a mips-linux-gnu-gcc crosstool in my linux machine which is based on i686. When I want to compile some codes, it showed me that error. Every installing step was followed by ...
1
vote
1answer
34 views

How to find configure option/glags used to create makefile for the gcc I'm using?

I have got the mips-gcc toolchain source code and binaries from some chipset maker. I want to build the source of toolchain but I don't know the configure options/flags that were used to build the ...
1
vote
2answers
71 views

Check toolchain configuration at compile time

Is there a good way to check the (gcc) compiler configuration at compile time (either from within a Makefile or from within a C source file). I want to check if the compiler being used has sufficient ...
0
votes
0answers
47 views

how linker makes elf header

Please, explain how linker makes elf-file header? What does elf-file header depend on? I have two different toolchains for different platforms, and every binary file has its own header, which has ...
2
votes
1answer
110 views

what is standalone toolchain?

I am trying to understand what a standalone toolchain means. Following are my findings. A toolchain which is ready to use with all the configuration that is the system headers and libraries in the ...
1
vote
0answers
204 views

Eclipse: std symbol could not be resolved, Mac OSX 10.7

I am trying to get my Eclipse editor up and running, but I have this error whenever I try to create an empty project: Symbol 'std' could not be resolved When I create a "Hello World C++ Project" ...
1
vote
2answers
301 views

Using yeoman for development of a mobile website?

I am currently looking for a tool/workflow to support me in creating a mobile version of our website. Due to the main subject of our website, this should be a dedicated mobile version instead of a ...
0
votes
1answer
311 views

Compiling Android NDK with Objective-C-enabled gcc errors

I am working off of Jackie Gleason's presentation about getting objective-c to compile on Android as well as Michael f1337's blog post on the same subject (with the addition of working on Mac OS X, ...
0
votes
1answer
103 views

cross-compile for amazon ec2 micro

I'm trying to install latest wt on amazon ec2 micro (free tier). it runs out of memory during the compilation. How can I compile the wt on another system (i have i7 laptop with 8gb of ram)? I was ...
0
votes
1answer
159 views

Where to find nm tool (compiled or source code) for Android

I want to create an application that is able to list all symbols of a dynamic library .so file in Android. I want to ask if there is precompiled nm for Android or at least nm's source code so that I ...
0
votes
1answer
190 views

What is a “ios open sdk toolchain”?

I am starting developing tools for my jailbroken iPhone (using THEOS). I read some really interesting articles about using "hidden functionality" and the authors always use the terms "open sdk" or ...
1
vote
2answers
195 views

How would one compile a program for the Coldfire toolchain?

I'm trying to compile a simple hello world application to be run on uCLinux (2.4) which is running on a board with a Freescale Coldfire (MCF5280C) processor...and I'm not quite sure what to do here. ...
1
vote
3answers
2k views

checking for suffix of object files… configure: error: cannot compute suffix of object files: cannot compile

While building ARM toolchain , I got the following error checking for suffix of object files... configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more ...
0
votes
0answers
86 views

How to add an option for selecting a toolchain in eclipse?

I am currently using CodeSourcery Codebench Lite within eclipse for ARM MCU development. I also have to integrate an ARM-Linux toolchain for BeagleBoard and MSPGCC toolchain for MSP430 in the same ...
2
votes
1answer
159 views

Someone please explain the work-flow of the toolchains/boilerplates such as ember-skeleton or iridium

I tried to understand the workflow to some extent on my own but I think I am not satisfied, it would be helpful for beginners like me if someone out there can please explain this... After cloning the ...
1
vote
0answers
263 views

How to use crosstool-ng? [closed]

I want to build toolchain (gcc 4.5.4+ , Actually It would be great to build gcc_4.6.0 - gcc_4.6.3 ) for board with ARM architecture, with ARMv7 processor, with linux kernel 3.0.0-1205. Toolchain will ...
2
votes
0answers
319 views

How to get started with Cortex? [closed]

I used to do a lot of AVR programming, mostly using the avr-gcc toolchain, and I want to switch to ARM, which brinks a few questions What MCU should I choose? The project needs a low-powered MCU, ...
1
vote
0answers
167 views

Toolchains within AOSP

I'm working on AOSP 4.0.4 branch and doing some customizations for the PandaBoard platform. I was looking at the ARM cross-toolchains being used to build the Android filesystem images, and I see 2 ...
0
votes
0answers
94 views

Adding a command-line tool in Mountain Lion

I'm trying to install astyle, and i was wondering how i would add this into the toolchain? I would like to access this tool in the same way we use 'ls', 'vim', 'git', etc. I've been searching ...
0
votes
0answers
91 views

Build Bootstrap stage 1 GCC without GMP and MPFR

It'is possible to build a Bootstrap stage 1 GCC without GMP and MPFR. $GCC_SRC/configure --build=$BUILDMACH --host=$BUILDMACH --target=$TARGETMACH --prefix=$INSTALLDIR --without-headers ...
4
votes
2answers
2k views

Eclipse - how to use Mac OS X (Xcode) toolchain in Eclipse?

I installed Eclipse (Eclipse IDE for C/C++ Developers Version: Juno Release Build id: 20120614-1722) today. And I wanted to use the Mac OS X toolchain that is provided with Xcode. I am running OS X ...
0
votes
1answer
217 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, ...
1
vote
1answer
3k views

Qt 4.8 Cross Compile for Embedded Linux using Linaro Toolchain from Windows

I am trying to use the 2012.06 version of the Linaro Toolchain Windows Binary ( https://launchpad.net/linaro-toolchain-binaries/trunk/ ) to cross-compile the Qt 4.8 source to target an embedded Linux ...
-1
votes
1answer
684 views

Android Building Toolchain can't find/missing STL header directory

I've build the Android NDK toolchain manually. Everything works except when I use the compiler it can't find basic STL stuff like . So it can't compile code containing STL because it doesn't know ...
2
votes
2answers
804 views

chroot into other arch's environment

Following the Linux from Scratch book I have managed to build a toolchain for an ARM on an ARM. This is till chapter 6 of the book, and on the ARM board itself I could go on further with no problems. ...
1
vote
2answers
3k views

QtCreator on Windows to Cross Compile for Linux ARM with CodeSourcery Toolchain

I have Qt Creator installed on my Windows 7 machine and my target is an OMAP3 Embedded Linux board. I downloaded the target toolchain, Sourcery-G++ Lite for Windows, and also installed MinGW ( ...

1 2 3