Présentation
CPU/FPGA boards
Add-on boards
Development tools
Specifications
Contact
|
Tools for ARM development
A full feature development tool suite for ARM
The compilation toolchain we used consists in four parts :
- binutils,
which contains an assembler, a linker and tools for manipulating object files.
- GCC,
which provides a C and C++ crosscompiler.
- uClibc,
which is a size optimized but fully functionnal c library
- GDB,
the GNU Debugger.
The first three can be fetched, configured, compiled and installed in a single pass by using the script from the uClibc project, which can be downloaded
here, from the uClibc CVS.
|