Welcome! Log In Create A New Profile

Advanced

Error Compiling GCode_Interpreter

Posted by Fifthkyd 
Error Compiling GCode_Interpreter
February 16, 2011 02:20AM
Hi,

I recently finished my Darwin build and loaded all the firmware and host software up. I am using Arduino-0022 and when I went to compile the sketch, I got this error:

GCode_Interpreter.cpp:156:29: error: ThermistorTable.h: No such file or directory
GCode_Interpreter.cpp: In function 'void setup()':
GCode_Interpreter:37: error: 'Serial' was not declared in this scope
GCode_Interpreter.cpp: In member function 'void extruder::temperature_error()':
extruder:121: error: 'Serial' was not declared in this scope
GCode_Interpreter.cpp: In function 'void get_and_do_command()':
process_string:82: error: 'Serial' was not declared in this scope
process_string:124: error: 'Serial' was not declared in this scope
GCode_Interpreter.cpp: In function 'void process_string(char*, int)':
process_string:479: error: 'Serial' was not declared in this scope
process_string:542: error: 'Serial' was not declared in this scope

Can someone please help me out with this? I am so close to realizing this project that I can taste it. Please help!!!
VDX
Re: Error Compiling GCode_Interpreter
February 16, 2011 10:24AM
... have you defined the correct board, loaded all needed libraries and copied+renamed all files with "*.dist" at the end and removed the ".dist"?


Viktor
--------
Aufruf zum Projekt "Müll-freie Meere" - [reprap.org] -- Deutsche Facebook-Gruppe - [www.facebook.com]

Call for the project "garbage-free seas" - [reprap.org]
Re: Error Compiling GCode_Interpreter
February 16, 2011 03:27PM
Hi Viktor,

Thanks for the tips. I will check it out and let you know.

Dave
Sorry, only registered users may post in this forum.

Click here to login