Questions tagged [gnu-toolchain]

The GNU toolchain is a broad collection of programming tools produced by the GNU Project. These tools form a toolchain (a suite of tools used in a serial manner) used for developing software applications and operating systems. The GNU toolchain plays a vital role in development of Linux, some BSD systems, and software for embedded systems.

Consider adding specific tool tags.

Cross platform portability

  • - general tag for auto-tool suite.
  • - tool for generating a configure script.
  • - makefiles generation tool.
  • - library portability tool.
  • - for use of the output of autoconf; a configure script.
  • - language used by many autotools.
  • - database of install library options.
  • - the gnu building program.

Code generation

  • - the 'C' compiler.
  • - an assembler.
  • - a yacc tool; parser generator.
  • - the gnu scanner; text to tokens.
  • - the gnu C++ compiler.
  • - a collection of support tools for building. Also:
  • - a newer gnu linker
149 questions
0
votes
2 answers

Eclipse IDE for C/C++ Developers includes

I am struggling including a file in one project. I don't know why eclipse is not able to find the header file. The file is named boards.h, inside a folder named bsp, and everything seems fine
Nuñito Calzada
  • 4,394
  • 47
  • 174
  • 301
0
votes
1 answer

Found big issue in cross-compiling, jamvm

I have been trying for a while to cross-compile jamvm (including GNU classpath) for an embedded linux (2.6) and I am stuck in a delicate place. I will try to sum up: after a lot of errors I finally compiled the package for my architecture but…
Jorge
  • 1,350
  • 2
  • 10
  • 19
0
votes
3 answers

Sorting individual lines within a file

I have a file which has many lines, each consisting of a comma-separated list. I'd like to sort each of these lines. If I had a single line, it would be easy:
Charles
  • 11,269
  • 13
  • 67
  • 105
0
votes
0 answers

Build gcc for running on arm

I have some issue with Linaro gcc. Durig build arm image gcc package was included. But as result gcc command work but there are no headers and no crtl1.o. Could someone suggest me how build image with full working gcc toolchain for arm. P.S. I don't…
0
votes
1 answer

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, under toolchain, our Toolchain type is selected as…
iMSivam
  • 151
  • 1
  • 1
  • 10
0
votes
1 answer

Tutorial needed for GNU blackfin toolchain with Eclipse

Any body knows of a good tutorial on using the GNU blackfin toolchain with eclipse on Windows? I'm trying to start with developing bare metal application on blackfin and I've installed the toolchain and eclipse C/C++ Juno but I'm unable to compile.…
has981
  • 425
  • 4
  • 18
0
votes
1 answer

iPhone SDK Copy File to Main System

Many thanks to @fabkk2002 who helped me adjust the Helvetica font on my iPhone to fully support Indic glyphs and rendering on my iPhone for an app I am creating. This leaves me with another problem. Now that I have adjusted the font on my phone,…
Kulpreet
  • 160
  • 2
  • 14
0
votes
1 answer

ARM/DSP Linux toolchain kernel setup

We have a project that requires a setup with an environment to develop embedded system as host on FC17 AMD64 and target ARM/DSP Omap l138. So, the kernel headers have to be generated in order to bind the development environment communication between…
ThreaderSlash
  • 1,313
  • 3
  • 27
  • 43
0
votes
2 answers

C++ compiler - generated symbol types

I have a little trouble finding how do exactly the C++ compilers decide which symbol to be defined or undefined. What I mean is how do I know in a C++ source code if a variable/function will be compiled into a defined or undefined symbol. First I…
-1
votes
1 answer

toolchains for cross-compilation of 32bit ARMv7-a platform

I need to cross compile a C++ project for a 32bit ARMv7-a target platform. Could someone please let me know where from it would be possible to download toolchains for this cross compilation? So far, there is this information available, but would it…
-1
votes
1 answer

Is make a part of GNU tool chain?

As far as I understand, GNU tool chain, whose main purpose is to convert source code into executable files consists of gcc compiler collection(.c to .o conversion), linkers and locators(ld). I also understand that a make file contains just a set of…
Piper
  • 149
  • 11
-1
votes
1 answer

error during dlmalloc compilation for bare-metal (elf) program build

I'm using gnu sparc tool chain. I have sparc-ab-elf-gcc and sparc-ab-linux-gcc. ('ab' is the processor name). I want to compile a program which uses malloc and free (this program is supposed to be run on linux) on baremetal(without os). So I should…
Chan Kim
  • 5,177
  • 12
  • 57
  • 112
-1
votes
1 answer

how to use a prebuilt toolchain for cortex m3

I have downloaded following gnu toolchain for cortex m3 and unzipped it but i don't understand how to use it ->…
ra-one
  • 44
  • 1
  • 7
1 2 3
9
10