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.)
- Install the Toolchain and Sam7utils How to install the required software.
- Compile firmware How to compile firmware (not necessary if you're using the pre-built binaries).
- Compile FreeRTOS How to compile a version of FreeRTOS, the operating system that runs on the Make Controller.
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?
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?
sam7utils now at 0.2.1 (as of 2/23/2008)
The newer version no longer needs the at91 driver; it uses libusb instead.