Services > Developer tools > GNU tool-chain
The GNU tool-chain is a set of free, open source, collection of programming tools produced by the GNU Project.
There are four main tools that form the tool-chain, the assembler (as - gnu assembler), the compiler
(gcc - the GNU compiler collection ), the linker (ld), and the debugger (gdb - the GNU debugger).
The assembler, linker, and a number of other binary utilities are packaged as binutils.
Trego offer various GNU tool-chain related services:
- GNU tool-chain installation
Build the tools from source for the target CPU.
Install a pre compiled tool-chain binaries for the target CPU.
Upgrade the complete tool-chain or one of its components.
- Build System
Customization of build environment to meet projects needs (Make files, Linker command files).
Assimilation of compiler, linker & debugger with graphical editor.
Adapting a set of scripts using the binary utilities (binutils) for generating project information.
Provide an easy to use environment in order to maintain the costumer build system.
- GDB - GNU debugger
Configuring GDB for target system.
Integrate GDB with graphical editor (eclipse).
|