Difference between revisions of "Toolchain"

From ArmadeusWiki
Jump to: navigation, search
 
(Forewords)
Line 4: Line 4:
 
Before writing your first program, you will need to build the required tools to compile it on your host system (cross compilation).
 
Before writing your first program, you will need to build the required tools to compile it on your host system (cross compilation).
 
The gnu toolchain will be used.
 
The gnu toolchain will be used.
 
  
 
==Lexical==
 
==Lexical==

Revision as of 20:46, 22 September 2006

How-To install Armadeus Software Development Kit for Linux/Window$

Forewords

Before writing your first program, you will need to build the required tools to compile it on your host system (cross compilation). The gnu toolchain will be used.

Lexical

  • Binutils: several gnu utilities
  • Buildroot / busybox: "swiss knife"
  • GCC: GNU compiler
  • GDB: GNU debugger
  • RootFS: root file system. File system which will be installed on your target
  • UBoot: Bios

Linux installation

LinuxInstall

Window$ installation

WindowsInstall