Top "Toolchain" questions

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

‘strcmp’ was not declared in this scope

I'm working on building the ios toolchain with this tutorial. When I run the command make ENABLE_OPTIMIZED=1 I get …

ios g++ makefile toolchain gnu-toolchain
How to cross-compile for MIPS?

I have a DVB receiver (set-top box) similar like Dreambox and it has MIPS cpu It has embedded Linux and …

c mips cross-compiling embedded-linux toolchain
Eclipse can't find my MinGW toolchain for C/C++

I have a problem. Many have the same question but I didn't find the answer. I installed gcc-4.9.0 on my …

c++ c eclipse mingw toolchain
Eclipse CDT does not find either Cygwin or MinGW toolchain

I am having hard times to configure Eclipse Juno to for C/C++. I am a Windows user, so I …

eclipse cygwin mingw eclipse-cdt toolchain
Building a toolchain with cmake to cross-compile for android

gcc (GCC) 4.8.1 android-ndk-r9 Hello, My host machine is Fedora 19 and I want to create a tool-chain for compiling programs to …

android-ndk cmake cross-compiling toolchain
Difference between load-time dynamic linking and run-time dynamic linking

When loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?

dll operating-system linker loader toolchain
What is a toolchain and a cross compiler?

I have had confusion over this terminology for a long time. I have tried to google this question and have …

c++ c cross-compiling toolchain
Advice regarding installing ARM toolchain on Ubuntu VM (64bit)

Trying to compile Linux kernel for arm platform on a Ubuntu virtual machine $make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- It …

linux arm toolchain
How to tell Android NDK to use a different toolchain

I've downloaded a custom toolchain (linaro) to build ARM based Android apps. How do I tell the NDK to use …

android android-ndk toolchain
Open-source field-programmable gate array (FPGA) development tools

I want to pick up FPGA programming. I've heard all types of horror stories of proprietary tools. Is there any …

fpga toolchain