Top "Gnu-toolchain" questions

The GNU toolchain is a broad collection of programming tools produced by the GNU Project.

‘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 from Mac OS X to Linux x86?

I'm running Mac OS X 10.5.8 and want to compile for target CentOS 5.3 with GCC 4.1.2. How could I: Compile GCC 4.1.2 toolchain …

gcc macos centos cross-compiling gnu-toolchain
Configure: error: cannot run /bin/sh

I am trying to build GNU toolchain for OpenRISC by following the guide given at http://openrisc.net/toolchain-build.html …

linux gcc gnu-toolchain
Building ARM GNU Cross compiler

A similiar (less descriptive) post is here. I'm trying to roll my own tool chain using recent releases on Ubuntu …

linux cross-compiling gnu-toolchain
Why does gcc not implicitly supply the -fPIC flag when compiling static libraries on x86_64

I've had numerous problems compiling shared objects that link statically against static libraries. This problem only shows up on x84_64 …

gcc compilation dynamic-linking static-linking gnu-toolchain
Arm sourcery toolchain linking error

I want to use standard c function in one of my function void print(const char* format,...) { char buffer[256]; va_…

linker arm gnu-toolchain codesourcery
How do I link a library file in GCC that does not start with lib?

When I link a library such as libm in with ld, I need to drop the lib prefix. What if …

linker gnu-toolchain
undefined reference to function in Eclipse CDT

In my main.c program I include this library: #include "coap_api.h" That is also included in Properties -&…

c embedded eclipse-cdt toolchain gnu-toolchain