Problems uploading to arduino

New owner, struggling with upload steps.
Arduino: 1.0.6 (Windows NT (unknown)), Board: “Arduino Uno”
MaslowDue.ino:33:23: error: MaslowDue.h: No such file or directory
MaslowDue.ino:34:18: error: grbl.h: No such file or directory
MaslowDue.ino:35:22: error: DueTimer.h: No such file or directory
MaslowDue:48: error: variable ‘PID_MOTION x_axis’ has initializer but incomplete type
MaslowDue:48: error: ‘default_xKp’ was not declared in this scope
MaslowDue:48: error: ‘default_xKi’ was not declared in this scope
MaslowDue:48: error: ‘default_xImax’ was not declared in this scope
MaslowDue:48: error: ‘default_xKd’ was not declared in this scope
MaslowDue:49: error: variable ‘PID_MOTION y_axis’ has initializer but incomplete type
MaslowDue:49: error: ‘default_yKp’ was not declared in this scope
MaslowDue:49: error: ‘default_yKi’ was not declared in this scope
MaslowDue:49: error: ‘default_yImax’ was not declared in this scope
MaslowDue:49: error: ‘default_yKd’ was not declared in this scope
MaslowDue:50: error: variable ‘PID_MOTION z_axis’ has initializer but incomplete type
MaslowDue:50: error: ‘default_zKp’ was not declared in this scope
MaslowDue:50: error: ‘default_zKi’ was not declared in this scope
MaslowDue:50: error: ‘default_zImax’ was not declared in this scope
MaslowDue:50: error: ‘default_zKd’ was not declared in this scope
MaslowDue:53: error: ‘system_t’ does not name a type
MaslowDue:54: error: ‘N_AXIS’ was not declared in this scope
MaslowDue:55: error: ‘N_AXIS’ was not declared in this scope
MaslowDue.ino: In function ‘long int compute_PID(PID_MOTION*)’:
MaslowDue:99: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:99: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:99: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:101: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:101: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:102: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:102: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:102: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:102: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:103: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:103: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:103: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:103: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:104: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:104: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:104: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:105: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:105: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:107: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:107: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:107: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:108: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:108: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:109: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:109: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:109: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:111: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:121: error: ‘MAX_PWM_LEVEL’ was not declared in this scope
MaslowDue:139: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:140: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:152: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:153: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:157: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue.ino: In function ‘void motorsDisabled()’:
MaslowDue:164: error: ‘X_ENABLE’ was not declared in this scope
MaslowDue:165: error: ‘Y_ENABLE’ was not declared in this scope
MaslowDue:166: error: ‘Z_ENABLE’ was not declared in this scope
MaslowDue.ino: In function ‘void motorsEnabled()’:
MaslowDue:175: error: ‘X_ENABLE’ was not declared in this scope
MaslowDue:176: error: ‘Y_ENABLE’ was not declared in this scope
MaslowDue:177: error: ‘Z_ENABLE’ was not declared in this scope
MaslowDue.ino: In function ‘void MotorPID_Timer_handler()’:
MaslowDue:210: error: ‘HeartBeatLED’ was not declared in this scope
MaslowDue.ino: In function ‘void update_Encoder_XA()’:
MaslowDue:217: error: ‘Encoder_XA’ was not declared in this scope
MaslowDue:217: error: ‘Encoder_XB’ was not declared in this scope
MaslowDue.ino: In function ‘void update_Encoder_XB()’:
MaslowDue:239: error: ‘Encoder_XA’ was not declared in this scope
MaslowDue:239: error: ‘Encoder_XB’ was not declared in this scope
MaslowDue.ino: In function ‘void update_Encoder_YA()’:
MaslowDue:261: error: ‘Encoder_YA’ was not declared in this scope
MaslowDue:261: error: ‘Encoder_YB’ was not declared in this scope
MaslowDue.ino: In function ‘void update_Encoder_YB()’:
MaslowDue:283: error: ‘Encoder_YA’ was not declared in this scope
MaslowDue:283: error: ‘Encoder_YB’ was not declared in this scope
MaslowDue.ino: In function ‘void update_Encoder_ZA()’:
MaslowDue:305: error: ‘Encoder_ZA’ was not declared in this scope
MaslowDue:305: error: ‘Encoder_ZB’ was not declared in this scope
MaslowDue.ino: In function ‘void update_Encoder_ZB()’:
MaslowDue:327: error: ‘Encoder_ZA’ was not declared in this scope
MaslowDue:327: error: ‘Encoder_ZB’ was not declared in this scope
MaslowDue.ino: In function ‘void setup()’:
MaslowDue:354: error: ‘HeartBeatLED’ was not declared in this scope
MaslowDue:357: error: ‘XP_PWM’ was not declared in this scope
MaslowDue:358: error: ‘XM_PWM’ was not declared in this scope
MaslowDue:359: error: ‘Encoder_XA’ was not declared in this scope
MaslowDue:360: error: ‘Encoder_XB’ was not declared in this scope
MaslowDue:372: error: ‘X_ENABLE’ was not declared in this scope
MaslowDue:376: error: ‘YP_PWM’ was not declared in this scope
MaslowDue:377: error: ‘YM_PWM’ was not declared in this scope
MaslowDue:378: error: ‘Encoder_YA’ was not declared in this scope
MaslowDue:379: error: ‘Encoder_YB’ was not declared in this scope
MaslowDue:391: error: ‘Y_ENABLE’ was not declared in this scope
MaslowDue:395: error: ‘ZP_PWM’ was not declared in this scope
MaslowDue:396: error: ‘ZM_PWM’ was not declared in this scope
MaslowDue:397: error: ‘Encoder_ZA’ was not declared in this scope
MaslowDue:398: error: ‘Encoder_ZB’ was not declared in this scope
MaslowDue:410: error: ‘Z_ENABLE’ was not declared in this scope
MaslowDue:414: error: ‘Spindle_PWM’ was not declared in this scope
MaslowDue:420: error: ‘Timer5’ was not declared in this scope
MaslowDue:423: error: ‘NOT_AN_INTERRUPT’ was not declared in this scope
MaslowDue:434: error: ‘settings’ was not declared in this scope
MaslowDue:466: error: ‘system_t’ does not name a type
MaslowDue:467: error: ‘sys’ was not declared in this scope
MaslowDue:467: error: ‘system_t’ was not declared in this scope
MaslowDue:468: error: ‘sys_position’ was not declared in this scopeg’

windows 10 laptop
ive extracted the files to the desktop i have arduino connected via usb cable and confirmed that it is available. thank you for the help

Welcome to the Forum @smith160!

What kit do you have? Either a Due or a Mega. Looks like you’ve chosen the Uno in the IDE.

is the due. ah k it was what it chose for me when i open the ide. i purchased the m2 kit. ok i tried the mega 2560 and duemilanove and gave me this error
Arduino: 1.0.6 (Windows NT (unknown)), Board: “Arduino Duemilanove w/ ATmega328”
C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=106 -IC:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino -IC:\Program Files (x86)\Arduino\hardware\arduino\variants\standard C:\Users\BENJAMIN\AppData\Local\Temp\build4500905951766945560.tmp\MaslowDue.cpp -o C:\Users\BENJAMIN\AppData\Local\Temp\build4500905951766945560.tmp\MaslowDue.cpp.o

MaslowDue.ino:33:23: error: MaslowDue.h: No such file or directory
MaslowDue.ino:34:18: error: grbl.h: No such file or directory
MaslowDue.ino:35:22: error: DueTimer.h: No such file or directory
MaslowDue:48: error: variable ‘PID_MOTION x_axis’ has initializer but incomplete type
MaslowDue:48: error: ‘default_xKp’ was not declared in this scope
MaslowDue:48: error: ‘default_xKi’ was not declared in this scope
MaslowDue:48: error: ‘default_xImax’ was not declared in this scope
MaslowDue:48: error: ‘default_xKd’ was not declared in this scope
MaslowDue:49: error: variable ‘PID_MOTION y_axis’ has initializer but incomplete type
MaslowDue:49: error: ‘default_yKp’ was not declared in this scope
MaslowDue:49: error: ‘default_yKi’ was not declared in this scope
MaslowDue:49: error: ‘default_yImax’ was not declared in this scope
MaslowDue:49: error: ‘default_yKd’ was not declared in this scope
MaslowDue:50: error: variable ‘PID_MOTION z_axis’ has initializer but incomplete type
MaslowDue:50: error: ‘default_zKp’ was not declared in this scope
MaslowDue:50: error: ‘default_zKi’ was not declared in this scope
MaslowDue:50: error: ‘default_zImax’ was not declared in this scope
MaslowDue:50: error: ‘default_zKd’ was not declared in this scope
MaslowDue:53: error: ‘system_t’ does not name a type
MaslowDue:54: error: ‘N_AXIS’ was not declared in this scope
MaslowDue:55: error: ‘N_AXIS’ was not declared in this scope
MaslowDue.ino: In function ‘long int compute_PID(PID_MOTION*)’:
MaslowDue:99: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:99: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:99: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:101: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:101: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:102: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:102: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:102: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:102: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:103: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:103: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:103: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:103: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:104: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:104: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:104: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:105: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:105: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:107: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:107: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:107: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:108: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:108: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:109: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:109: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:109: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:111: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:121: error: ‘MAX_PWM_LEVEL’ was not declared in this scope
MaslowDue:139: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:140: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:152: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:153: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue:157: error: invalid use of incomplete type ‘struct PID_MOTION’
MaslowDue:38: error: forward declaration of ‘struct PID_MOTION’
MaslowDue.ino: In function ‘void motorsDisabled()’:
MaslowDue:164: error: ‘X_ENABLE’ was not declared in this scope
MaslowDue:165: error: ‘Y_ENABLE’ was not declared in this scope
MaslowDue:166: error: ‘Z_ENABLE’ was not declared in this scope
MaslowDue.ino: In function ‘void motorsEnabled()’:
MaslowDue:175: error: ‘X_ENABLE’ was not declared in this scope
MaslowDue:176: error: ‘Y_ENABLE’ was not declared in this scope
MaslowDue:177: error: ‘Z_ENABLE’ was not declared in this scope
MaslowDue.ino: In function ‘void MotorPID_Timer_handler()’:
MaslowDue:210: error: ‘HeartBeatLED’ was not declared in this scope
MaslowDue.ino: In function ‘void update_Encoder_XA()’:
MaslowDue:217: error: ‘Encoder_XA’ was not declared in this scope
MaslowDue:217: error: ‘Encoder_XB’ was not declared in this scope
MaslowDue.ino: In function ‘void update_Encoder_XB()’:
MaslowDue:239: error: ‘Encoder_XA’ was not declared in this scope
MaslowDue:239: error: ‘Encoder_XB’ was not declared in this scope
MaslowDue.ino: In function ‘void update_Encoder_YA()’:
MaslowDue:261: error: ‘Encoder_YA’ was not declared in this scope
MaslowDue:261: error: ‘Encoder_YB’ was not declared in this scope
MaslowDue.ino: In function ‘void update_Encoder_YB()’:
MaslowDue:283: error: ‘Encoder_YA’ was not declared in this scope
MaslowDue:283: error: ‘Encoder_YB’ was not declared in this scope
MaslowDue.ino: In function ‘void update_Encoder_ZA()’:
MaslowDue:305: error: ‘Encoder_ZA’ was not declared in this scope
MaslowDue:305: error: ‘Encoder_ZB’ was not declared in this scope
MaslowDue.ino: In function ‘void update_Encoder_ZB()’:
MaslowDue:327: error: ‘Encoder_ZA’ was not declared in this scope
MaslowDue:327: error: ‘Encoder_ZB’ was not declared in this scope
MaslowDue.ino: In function ‘void setup()’:
MaslowDue:354: error: ‘HeartBeatLED’ was not declared in this scope
MaslowDue:357: error: ‘XP_PWM’ was not declared in this scope
MaslowDue:358: error: ‘XM_PWM’ was not declared in this scope
MaslowDue:359: error: ‘Encoder_XA’ was not declared in this scope
MaslowDue:360: error: ‘Encoder_XB’ was not declared in this scope
MaslowDue:372: error: ‘X_ENABLE’ was not declared in this scope
MaslowDue:376: error: ‘YP_PWM’ was not declared in this scope
MaslowDue:377: error: ‘YM_PWM’ was not declared in this scope
MaslowDue:378: error: ‘Encoder_YA’ was not declared in this scope
MaslowDue:379: error: ‘Encoder_YB’ was not declared in this scope
MaslowDue:391: error: ‘Y_ENABLE’ was not declared in this scope
MaslowDue:395: error: ‘ZP_PWM’ was not declared in this scope
MaslowDue:396: error: ‘ZM_PWM’ was not declared in this scope
MaslowDue:397: error: ‘Encoder_ZA’ was not declared in this scope
MaslowDue:398: error: ‘Encoder_ZB’ was not declared in this scope
MaslowDue:410: error: ‘Z_ENABLE’ was not declared in this scope
MaslowDue:414: error: ‘Spindle_PWM’ was not declared in this scope
MaslowDue:420: error: ‘Timer5’ was not declared in this scope
MaslowDue:423: error: ‘NOT_AN_INTERRUPT’ was not declared in this scope
MaslowDue:434: error: ‘settings’ was not declared in this scope
MaslowDue:466: error: ‘system_t’ does not name a type
MaslowDue:467: error: ‘sys’ was not declared in this scope
MaslowDue:467: error: ‘system_t’ was not declared in this scope
MaslowDue:468: error: ‘sys_position’ was not declared in this scope
MaslowDue.ino:350: warning: unused variable ‘microseconds_per_millisecond’

nothing like new to me tech to make me feel stupid

and thank you for the welcome!

Extract the archive and then open the .ino file in the Arduino ide. These errors are the compiler not finding the compressed header files in the archive. Unzip it all. Do not run from within the zip file. Hope that helps.

i have been trying to use the firmware supplied with my kit on the flashdrive which doesn’t require extraction. it is now giving me a new error, i see on some of the info it specifies a arduino option that i don’t have on my ide,(arduino/genuino mega or mega 2560) could that be the issue? while trying to download the newest ide it gives me the error that it only works on windows 10 which is the os im using it on so i installed the next newest i could find

Arduino: 1.0.6 (Windows NT (unknown)), Board: “Arduino Mega 2560 or Mega ADK”
C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega2560 -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=106 -IC:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino -IC:\Program Files (x86)\Arduino\hardware\arduino\variants\mega C:\Users\BENJAMIN\AppData\Local\Temp\build6189789065788156690.tmp\coolant_control.cpp -o C:\Users\BENJAMIN\AppData\Local\Temp\build6189789065788156690.tmp\coolant_control.cpp.o

In file included from coolant_control.cpp:23:
/grbl.h:51:19: warning: cstdint: No such file or directory
In file included from /grbl.h:61,
from coolant_control.cpp:23:
/nuts_bolts.h:27:1: warning: “false” redefined
In file included from /grbl.h:57,
from coolant_control.cpp:23:
c:\program files (x86)\arduino\hardware\tools\avr\bin…/lib/gcc/avr/4.3.2/include/stdbool.h:45:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from coolant_control.cpp:23:
/nuts_bolts.h:28:1: warning: “true” redefined
In file included from /grbl.h:57,
from coolant_control.cpp:23:
c:\program files (x86)\arduino\hardware\tools\avr\bin…/lib/gcc/avr/4.3.2/include/stdbool.h:46:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from coolant_control.cpp:23:
/nuts_bolts.h:67:1: warning: “max” redefined
In file included from /grbl.h:40,
from coolant_control.cpp:23:
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/Arduino.h:84:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from coolant_control.cpp:23:
/nuts_bolts.h:68:1: warning: “min” redefined
In file included from /grbl.h:40,
from coolant_control.cpp:23:
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/Arduino.h:83:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from coolant_control.cpp:23:
/nuts_bolts.h:73:1: warning: “bit” redefined
In file included from /grbl.h:40,
from coolant_control.cpp:23:
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/Arduino.h:110:1: warning: this is the location of the previous definition
In file included from /grbl.h:65,
from coolant_control.cpp:23:
/cpu_map.h:301:4: warning: #warning “ARDUINO DUE MAPPING SELECTED”
/planner.h:101: warning: ‘pl’ defined but not used
C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega2560 -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=106 -IC:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino -IC:\Program Files (x86)\Arduino\hardware\arduino\variants\mega C:\Users\BENJAMIN\AppData\Local\Temp\build6189789065788156690.tmp\DueTimer.cpp -o C:\Users\BENJAMIN\AppData\Local\Temp\build6189789065788156690.tmp\DueTimer.cpp.o

C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega2560 -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=106 -IC:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino -IC:\Program Files (x86)\Arduino\hardware\arduino\variants\mega C:\Users\BENJAMIN\AppData\Local\Temp\build6189789065788156690.tmp\eeprom.cpp -o C:\Users\BENJAMIN\AppData\Local\Temp\build6189789065788156690.tmp\eeprom.cpp.o

In file included from eeprom.cpp:22:
/grbl.h:51:19: warning: cstdint: No such file or directory
In file included from /grbl.h:61,
from eeprom.cpp:22:
/nuts_bolts.h:27:1: warning: “false” redefined
In file included from /grbl.h:57,
from eeprom.cpp:22:
c:\program files (x86)\arduino\hardware\tools\avr\bin…/lib/gcc/avr/4.3.2/include/stdbool.h:45:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from eeprom.cpp:22:
/nuts_bolts.h:28:1: warning: “true” redefined
In file included from /grbl.h:57,
from eeprom.cpp:22:
c:\program files (x86)\arduino\hardware\tools\avr\bin…/lib/gcc/avr/4.3.2/include/stdbool.h:46:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from eeprom.cpp:22:
/nuts_bolts.h:67:1: warning: “max” redefined
In file included from /grbl.h:40,
from eeprom.cpp:22:
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/Arduino.h:84:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from eeprom.cpp:22:
/nuts_bolts.h:68:1: warning: “min” redefined
In file included from /grbl.h:40,
from eeprom.cpp:22:
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/Arduino.h:83:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from eeprom.cpp:22:
/nuts_bolts.h:73:1: warning: “bit” redefined
In file included from /grbl.h:40,
from eeprom.cpp:22:
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/Arduino.h:110:1: warning: this is the location of the previous definition
In file included from /grbl.h:65,
from eeprom.cpp:22:
/cpu_map.h:301:4: warning: #warning “ARDUINO DUE MAPPING SELECTED”
eeprom.cpp:29: warning: non-local variable ’ ee_CS’ uses anonymous type
eeprom.cpp: In function ‘unsigned char eeprom_get_char(unsigned int)’:
eeprom.cpp:157: warning: no return statement in function returning non-void
eeprom.cpp: In function ‘void EEPROM_viewer()’:
eeprom.cpp:325: warning: comparison between signed and unsigned integer expressions
eeprom.cpp: In function ‘unsigned char eeprom_get_char(unsigned int)’:
eeprom.cpp:157: warning: control reaches end of non-void function
eeprom.cpp: In function ‘unsigned char eeprom_get_current_address()’:
eeprom.cpp:132: warning: ‘databyte’ may be used uninitialized in this function
eeprom.cpp: In function ‘void EEPROM_viewer()’:
eeprom.cpp:269: warning: ‘addr’ may be used uninitialized in this function
C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega2560 -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=106 -IC:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino -IC:\Program Files (x86)\Arduino\hardware\arduino\variants\mega C:\Users\BENJAMIN\AppData\Local\Temp\build6189789065788156690.tmp\gcode.cpp -o C:\Users\BENJAMIN\AppData\Local\Temp\build6189789065788156690.tmp\gcode.cpp.o

In file included from gcode.cpp:22:
/grbl.h:51:19: warning: cstdint: No such file or directory
In file included from /grbl.h:61,
from gcode.cpp:22:
/nuts_bolts.h:27:1: warning: “false” redefined
In file included from /grbl.h:57,
from gcode.cpp:22:
c:\program files (x86)\arduino\hardware\tools\avr\bin…/lib/gcc/avr/4.3.2/include/stdbool.h:45:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from gcode.cpp:22:
/nuts_bolts.h:28:1: warning: “true” redefined
In file included from /grbl.h:57,
from gcode.cpp:22:
c:\program files (x86)\arduino\hardware\tools\avr\bin…/lib/gcc/avr/4.3.2/include/stdbool.h:46:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from gcode.cpp:22:
/nuts_bolts.h:67:1: warning: “max” redefined
In file included from /grbl.h:40,
from gcode.cpp:22:
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/Arduino.h:84:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from gcode.cpp:22:
/nuts_bolts.h:68:1: warning: “min” redefined
In file included from /grbl.h:40,
from gcode.cpp:22:
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/Arduino.h:83:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from gcode.cpp:22:
/nuts_bolts.h:73:1: warning: “bit” redefined
In file included from /grbl.h:40,
from gcode.cpp:22:
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/Arduino.h:110:1: warning: this is the location of the previous definition
In file included from /grbl.h:65,
from gcode.cpp:22:
/cpu_map.h:301:4: warning: #warning “ARDUINO DUE MAPPING SELECTED”
/planner.h:101: warning: ‘pl’ defined but not used
C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega2560 -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=106 -IC:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino -IC:\Program Files (x86)\Arduino\hardware\arduino\variants\mega C:\Users\BENJAMIN\AppData\Local\Temp\build6189789065788156690.tmp\jog.cpp -o C:\Users\BENJAMIN\AppData\Local\Temp\build6189789065788156690.tmp\jog.cpp.o

In file included from jog.cpp:21:
/grbl.h:51:19: warning: cstdint: No such file or directory
In file included from /grbl.h:61,
from jog.cpp:21:
/nuts_bolts.h:27:1: warning: “false” redefined
In file included from /grbl.h:57,
from jog.cpp:21:
c:\program files (x86)\arduino\hardware\tools\avr\bin…/lib/gcc/avr/4.3.2/include/stdbool.h:45:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from jog.cpp:21:
/nuts_bolts.h:28:1: warning: “true” redefined
In file included from /grbl.h:57,
from jog.cpp:21:
c:\program files (x86)\arduino\hardware\tools\avr\bin…/lib/gcc/avr/4.3.2/include/stdbool.h:46:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from jog.cpp:21:
/nuts_bolts.h:67:1: warning: “max” redefined
In file included from /grbl.h:40,
from jog.cpp:21:
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/Arduino.h:84:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from jog.cpp:21:
/nuts_bolts.h:68:1: warning: “min” redefined
In file included from /grbl.h:40,
from jog.cpp:21:
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/Arduino.h:83:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from jog.cpp:21:
/nuts_bolts.h:73:1: warning: “bit” redefined
In file included from /grbl.h:40,
from jog.cpp:21:
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/Arduino.h:110:1: warning: this is the location of the previous definition
In file included from /grbl.h:65,
from jog.cpp:21:
/cpu_map.h:301:4: warning: #warning “ARDUINO DUE MAPPING SELECTED”
/planner.h:101: warning: ‘pl’ defined but not used
C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega2560 -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=106 -IC:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino -IC:\Program Files (x86)\Arduino\hardware\arduino\variants\mega C:\Users\BENJAMIN\AppData\Local\Temp\build6189789065788156690.tmp\limits.cpp -o C:\Users\BENJAMIN\AppData\Local\Temp\build6189789065788156690.tmp\limits.cpp.o

In file included from limits.cpp:24:
/grbl.h:51:19: warning: cstdint: No such file or directory
In file included from /grbl.h:61,
from limits.cpp:24:
/nuts_bolts.h:27:1: warning: “false” redefined
In file included from /grbl.h:57,
from limits.cpp:24:
c:\program files (x86)\arduino\hardware\tools\avr\bin…/lib/gcc/avr/4.3.2/include/stdbool.h:45:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from limits.cpp:24:
/nuts_bolts.h:28:1: warning: “true” redefined
In file included from /grbl.h:57,
from limits.cpp:24:
c:\program files (x86)\arduino\hardware\tools\avr\bin…/lib/gcc/avr/4.3.2/include/stdbool.h:46:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from limits.cpp:24:
/nuts_bolts.h:67:1: warning: “max” redefined
In file included from /grbl.h:40,
from limits.cpp:24:
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/Arduino.h:84:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from limits.cpp:24:
/nuts_bolts.h:68:1: warning: “min” redefined
In file included from /grbl.h:40,
from limits.cpp:24:
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/Arduino.h:83:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from limits.cpp:24:
/nuts_bolts.h:73:1: warning: “bit” redefined
In file included from /grbl.h:40,
from limits.cpp:24:
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/Arduino.h:110:1: warning: this is the location of the previous definition
In file included from /grbl.h:65,
from limits.cpp:24:
/cpu_map.h:301:4: warning: #warning “ARDUINO DUE MAPPING SELECTED”
limits.cpp: In function ‘uint8_t limits_get_state()’:
limits.cpp:129: warning: unused variable ‘limit_state’
limits.cpp:173: warning: no return statement in function returning non-void
limits.cpp: In function ‘void limits_go_home(uint8_t)’:
limits.cpp:271: warning: unused variable ‘n_cycle’
limits.cpp:272: warning: unused variable ‘step_pin’
limits.cpp:274: warning: unused variable ‘max_travel’
limits.cpp: In function ‘uint8_t limits_get_state()’:
limits.cpp:173: warning: control reaches end of non-void function
/planner.h: At global scope:
/planner.h:101: warning: ‘pl’ defined but not used
C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega2560 -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=106 -IC:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino -IC:\Program Files (x86)\Arduino\hardware\arduino\variants\mega C:\Users\BENJAMIN\AppData\Local\Temp\build6189789065788156690.tmp\MaslowDue.cpp -o C:\Users\BENJAMIN\AppData\Local\Temp\build6189789065788156690.tmp\MaslowDue.cpp.o

In file included from MaslowDue.ino:34:
/grbl.h:51:19: warning: cstdint: No such file or directory
In file included from /grbl.h:61,
from MaslowDue.ino:34:
/nuts_bolts.h:27:1: warning: “false” redefined
In file included from /grbl.h:57,
from MaslowDue.ino:34:
c:\program files (x86)\arduino\hardware\tools\avr\bin…/lib/gcc/avr/4.3.2/include/stdbool.h:45:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from MaslowDue.ino:34:
/nuts_bolts.h:28:1: warning: “true” redefined
In file included from /grbl.h:57,
from MaslowDue.ino:34:
c:\program files (x86)\arduino\hardware\tools\avr\bin…/lib/gcc/avr/4.3.2/include/stdbool.h:46:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from MaslowDue.ino:34:
/nuts_bolts.h:67:1: warning: “max” redefined
In file included from /grbl.h:40,
from MaslowDue.ino:34:
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/Arduino.h:84:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from MaslowDue.ino:34:
/nuts_bolts.h:68:1: warning: “min” redefined
In file included from /grbl.h:40,
from MaslowDue.ino:34:
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/Arduino.h:83:1: warning: this is the location of the previous definition
In file included from /grbl.h:61,
from MaslowDue.ino:34:
/nuts_bolts.h:73:1: warning: “bit” redefined
In file included from /grbl.h:40,
from MaslowDue.ino:34:
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/Arduino.h:110:1: warning: this is the location of the previous definition
In file included from /grbl.h:65,
from MaslowDue.ino:34:
/cpu_map.h:301:4: warning: #warning “ARDUINO DUE MAPPING SELECTED”
In file included from MaslowDue.ino:35:
/DueTimer.h:108:3: error: #error Oops! Trying to include DueTimer on another device?
MaslowDue.ino: In function ‘void setup()’:
MaslowDue:420: error: ‘Timer5’ was not declared in this scope
MaslowDue:423: error: ‘NOT_AN_INTERRUPT’ was not declared in this scope
MaslowDue.ino:350: warning: unused variable ‘microseconds_per_millisecond’
/planner.h: At global scope:
/planner.h:101: warning: ‘pl’ defined but not used

since you specified to extract and instal from the extracted files i located -downloaded and extracted the newest version i could find which is 1.26. it gave me another error which i will not put on here to avoid confusing things.

The firmwsare should be already on it. There should be no need to flash.
If you still think you need to do it, use the “Board Manager” to install “ARM32 bit Board” to your IDE.
It will only work with that.

Won’t work

Won’t work

^^ what gero said. The M2 is different from the first generation maslow because it uses the due processor, not the mega. Select arduino due programming port and plug into the usb port closest the the middle of that side of the board where it plugs in. If not in the case, you will see programming port inked on the back of the board.

When you open the maslowdue.ino in the arduino development environment (IDE), do like 20 other files open at the same time so you have tabs across the top of your arduino window? If yes, then that is normal. If not, then that may be why your compiler isn’t picking up on the dependencies that are required.

Capture

this is the screenshot of cncj while connected to the maslow, this doesn’t look like the examples i’ve seen, am i wrong to think it is not flashed?

also thank you for the help

That does not look like makerverse.
My screenshot:
Also your baud-rate for the DUE should be 38400 for the M2 and not 57600 like for the Maslow

ill go try that baud rate, cncj is what came on my makermade usb with my machine, i went out found and installed arduino ide 1.8.13 but my list of arduino still does not contain arduino arm (32 bit) boards. is there a download/update through arduino or an additional location i can update that?

Did you try the Board Manager from the IDE? I guess thats what i used to get the Due show up.

went to m2 resources and downloaded the most current makerverse and it shows different stuff.Capture2

that look right? and i found through the arduino where to download the updated boards and its downloading them.

That looks like it’s showing some settings. So connection looks good

whoa thank you very much for getting me back onto the right track, i appreciate the courtesy the forum has shown.

so if anyone else gets the new m2 kit and uses the software that is supplied with the usb/kit disregard that cnc control and download the current makerverse. save yourself some struggles.

3 Likes

Yeah, that looks right!