Welcome! Log In Create A New Profile

Advanced

compiling error(?) - arduino with gcode

Posted by ralphthompson 
compiling error(?) - arduino with gcode
February 26, 2009 01:05PM
Hi,
I hope someone can help me.
Ive more or less finished the electronics, everything is wired in.
I'm trying to compile the firmware for arduino 0011, using the latest gcode compiler (2558).
In the arduino development program, all the tabs for the gcode opened as expected.
ive made changes as per the instructions on the electronics page, and saved the sketchs.
But, when i try to compile, I keep getting an error (i think...) - it opens the 'extruder' tab and highlights in orange the line:

#include "ThermistorTable.h"

and the blue bar above the serial monitor bit at the bottom goes dark red. But no error message comes up.

I changed the thermistor table values to the ones for the rrrf 100K thermistor, not sure if this is a problem. I tried it with and without the line
#ifdef USE_THERMISTOR
since this is included in the default version but not in the rrrf one, but to no avail.

Anyone got any ideas where im going wrong? I was wondering that maybe I cant use gcode, since the instructions say clearly:

Note: At present, this requires the Arduino-0010 IDE and SVN revision 2335 of the GCode interpreter to compile the Arduino version correctly. This is a temporary situation.

however version 2335 is no longer available on sourceforge (or I cant find it...) so I thought this note might be out of date.

Thanks!
Ralph

Edited 1 time(s). Last edit at 02/26/2009 01:07PM by ralphthompson.
Re: compiling error(?) - arduino with gcode
February 26, 2009 01:24PM
problem solved, I had deleted a hash from the top line by accident :-)
Ralph
Sorry, only registered users may post in this forum.

Click here to login