--- In Electronics_101@..., "rtstofer" <rstofer@...> wrote:
Roy,
I tried to respond to your email but it bounced. The CD will go out
today. Good thing we skipped the downloads, it is just about 700 MB.
There are two versions of GCC. At the moment I recommand 3.4.3
You will probably need to build the tool chain as root because the
files wind up in /usr/local
After the toolchain is built, you can move to the testproject
directory and type 'make clean all' and the files should be rebuilt.
I installed Eclipse for a test but it wasn't very satisfactory because
the system already had Eclipse. If you have a problem with Eclipse at
load time, it probably can't find a satisfactory version of the java
run-time. You will need to download the JRE (Java Runtime
Environment) from www.sun.com. I wasn't able to install the CDT
plug-in because it was also installed. I installed Eclipse in
/opt/eclipse (as root) and create a link in /usr/local/bin as:
ln -s /opt/eclipse/eclipse.sh /usr/local/bin
Apparently I used Eclipse as root to download the CDT via
Help->Software Updates from the IDE.
That's about it. If you have any questions, I'll be around.
Richard
And, I included a couple of versions of the famous (over on the LPC
group) ARM Tutorial. Primarily because it documents how to install
Eclipse and integrate tools like AVRDude (although the example will
use an LPC programmer).
Richard