You are here: Home Documentation Tutorials Getting Started with Linux
Document Actions

Getting Started with Linux


This Tutorial is intended for: Desktop Developers

How to set up to play with your Make Controller from a Linux desktop.

All content on one page (useful for printing, presentation mode etc.)

  1. Install the Toolchain and Sam7utils How to install the required software.
  2. Compile firmware How to compile firmware (not necessary if you're using the pre-built binaries).
  3. Compile FreeRTOS How to compile a version of FreeRTOS, the operating system that runs on the Make Controller.
 

sam7utils now at 0.2.1 (as of 2/23/2008)

Posted by Mitch Trachtenberg at 2008-02-23 18:43
If retrieving the sam7utils package, note that you should retrieve sam7utils-0.2.1.tar.gz.

The newer version no longer needs the at91 driver; it uses libusb instead.

Cannot past configure

Posted by eapolo at 2008-08-16 13:27
I have followed this step by step and cannot get passed beyond configure as it complains about -lreadline. Adding the export LDFLAGS=-lcurses or -lncurses still does not fix the problem. Where does it exactly look for this readline library?
I tried typing cpp -v and gcc -c -v test.c the search path is :

#include <...> search starts here:
/usr/local/include
/usr/lib/gcc/i486-linux-gnu/4.1.3/include
/usr/include
End of search list.

How does this work?