Next Previous Contents

4. Setting-up Development Environment on a Linux Box

You need to install and configure these things for ARM development:

4.1 Compiling gcc and binutils

And you are done! The directory /usr/local/arm7 contains almost complete development suite for ARM7 microcontroller development.

At this point you don't have libc-like library, but from my point of view this is not necessary as for embedded development you will need only a few standard functions (like strcmp, memcpy, ...).


Next Previous Contents