Skip to content

firstadream/gnu-eprog

 
 

Repository files navigation

Embedded Programming using the GNU Toolchain

This is a short tutorial on using the GNU toolchain for bare metal programming. The tutorial uses Qemu to simulate an ARM board, and provides instructions to test programs within the simulated machine. The following topics will be covered.

  • Writing assembly language programs

  • Using make for build automation

  • Writing linker scripts

  • Writing C Startup code

  • Using the C library

  • Inline Assembler

The tutorial is written in asciidoc. The asciidoc source is converted to DocBook and then rendered to HTML.

The official rendered version of the is book is available from http://www.bravegnu.org/gnu-eprog/

About

Embedded Programming with the GNU Toolchain

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • XSLT 51.5%
  • Assembly 20.0%
  • CSS 19.1%
  • Makefile 8.3%
  • C 1.1%