Compiling/Verify problem

I tried to start Tim Nolan's project MPPT( the solar project).
I use a Arduino Demilove Board. I selected this board in the radio button Group.
I started the verify. Result: see attachment, and a programmer, slightly down.
(Its me.)

Can you help me?
Thanks
Robert

Fehlermeld.txt (21 KB)

It sounds like you have the wrong version of avrdude? Has any Arduino program compiled for you before?

I have never used Arduino before, but I used avrdude before to program the usbprog
(see here for more info: --> Projekt: USBprog – ein Volks-Universalprogrammiergerät - Mikrocontroller.net )

which version of avrdude should be used?

Greetings

Robert

I checked this, avrdude does not have an option which reports the version number.
But when I verify the code no access to avrdude is done? It is only a verify?

Grüsse.

Robert

$ avrdude -v

avrdude: Version 5.8cvs, compiled on Jan 15 2010 at 17:27:01
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2009 Joerg Wunsch

rfr@linux-xlv4:~> avrdude -v

avrdude: Version 5.5, compiled on Oct 24 2009 at 12:36:57
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/

System wide configuration file is "/opt/cross/etc/avrdude.conf"
User configuration file is "/home/rfr/.avrduderc"
User configuration file does not exist or is not a regular file, skipping

This seems to be fresh, I think.

I am thinking if the error message ' ...is sopported for Assembler only' does indicate a misconfiguration?

Greetings

Robert