-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error compiling #2
Comments
Do you have the correct board type and COM port selected in Arduino? Are you using a stable release 1.0.6? JJ On Sat, Oct 4, 2014 at 7:37 AM, ZootAlors [email protected] wrote:
SeeMeCNC |
Thanx for the reply. I was using a beta 1.58 But when installing 1.0.6 all systems go Thanks again From: SeeMeCNC [mailto:[email protected]] Do you have the correct board type and COM port selected in Arduino? Are you using a stable release 1.0.6? JJ On Sat, Oct 4, 2014 at 7:37 AM, ZootAlors <[email protected] mailto:[email protected] > wrote:
SeeMeCNC — |
Great to hear, There is definitely something about those Beta releases that don't like the JJ On Mon, Oct 6, 2014 at 10:35 AM, Keith Skinner [email protected]
SeeMeCNC |
Repetier-091-ROSTOCKMAX-master
Excuse my complete ignorance but there is a compile error when i try and upload to rostock max v2
Build options changed, rebuilding all
ui.cpp: In member function 'bool::showEntry() const':
ui.cpp:120:35: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
f = HAL::readFlashByte((const prog_char_)&filter);
^
ui.cpp:120:35: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
ui.cpp:120:29: error: expected primary-expression before 'const'
f = HAL::readFlashByte((const prog_char_)&filter);
^
ui.cpp:120:29: error: expected ')' before 'const'
ui.cpp:123:36: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
f2 = HAL::readFlashByte((const prog_char_)&nofilter);
^
ui.cpp:123:36: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
ui.cpp:123:30: error: expected primary-expression before 'const'
f2 = HAL::readFlashByte((const prog_char_)&nofilter);
^
ui.cpp:123:30: error: expected ')' before 'const'
ui.cpp: In member function 'void UIDisplay::adjustMenuPos()':
ui.cpp:1952:47: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
uint8_t mtype = HAL::readFlashByte((const prog_char_)&(men->menuType));
^
ui.cpp:1952:47: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
ui.cpp:1952:41: error: expected primary-expression before 'const'
uint8_t mtype = HAL::readFlashByte((const prog_char_)&(men->menuType));
^
ui.cpp:1952:41: error: expected ')' before 'const'
ui.cpp: In member function 'void UIDisplay::nextPreviousAction(int8_t)':
ui.cpp:2015:47: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
uint8_t mtype = HAL::readFlashByte((const prog_char_)&(men->menuType));
^
ui.cpp:2015:47: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
ui.cpp:2015:41: error: expected primary-expression before 'const'
uint8_t mtype = HAL::readFlashByte((const prog_char_)&(men->menuType));
^
ui.cpp:2015:41: error: expected ')' before 'const'
ui.cpp:2019:49: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
uint8_t entType = HAL::readFlashByte((const prog_char_)&(ent->menuType));// 0 = Info, 1 = Headline, 2 = submenu ref, 3 = direct action command
^
ui.cpp:2019:49: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
ui.cpp:2019:43: error: expected primary-expression before 'const'
uint8_t entType = HAL::readFlashByte((const prog_char_)&(ent->menuType));// 0 = Info, 1 = Headline, 2 = submenu ref, 3 = direct action command
^
ui.cpp:2019:43: error: expected ')' before 'const'
Error compiling.
thanx
The text was updated successfully, but these errors were encountered: