Error compiling Firmware January 05, 2011 03:44PM |
Registered: 12 years ago Posts: 50 |
In file included from FiveD_GCode_Interpreter.cpp:8: /hostcom.h: In member function 'void hostcom::putInit()': hostcom.h:96: error: 'Serial' was not declared in this scope /hostcom.h: In member function 'void hostcom::put(char*)': hostcom.h:97: error: 'Serial' was not declared in this scope /hostcom.h: In member function 'void hostcom::put(const float&)': hostcom.h:98: error: 'Serial' was not declared in this scope /hostcom.h: In member function 'void hostcom::put(const long int&)': hostcom.h:99: error: 'Serial' was not declared in this scope /hostcom.h: In member function 'void hostcom::put(int)': hostcom.h:100: error: 'Serial' was not declared in this scope /hostcom.h: In member function 'void hostcom::putEnd()': hostcom.h:101: error: 'Serial' was not declared in this scope /hostcom.h: In member function 'byte hostcom::gotData()': hostcom.h:102: error: 'Serial' was not declared in this scope /hostcom.h: In member function 'char hostcom::get()': hostcom.h:103: error: 'Serial' was not declared in this scope FiveD_GCode_Interpreter.cpp: In member function 'void PIDcontrol::pidCalculation(int)': pid:120: error: 'bedtemptable' was not declared in this scope pid:122: error: 'temptable' was not declared in this scopeCan't figure out what went wrong...
Re: Error compiling Firmware January 06, 2011 05:48AM |
Registered: 12 years ago Posts: 384 |
Re: Error compiling Firmware January 06, 2011 06:20AM |
Registered: 12 years ago Posts: 50 |
Re: Error compiling Firmware January 16, 2011 08:19PM |
Registered: 13 years ago Posts: 16 |
Re: Error compiling Firmware February 08, 2011 03:30PM |
Registered: 12 years ago Posts: 2 |
Re: Error compiling Firmware March 12, 2011 01:17AM |