Wessix hat geschrieben:Du darfst nicht die neueste Arduino Version nehmen sondern 1.6.5
Danke für den Tipp, hab mich mir gedownloaded, nun kommt aber wieder eine andere Fehlermeldung...
Langsam nervt mich das alles nur noch...
Hier die aktuelle Fehlermeldung:
Arduino: 1.6.5 (Windows 8.1), Platine: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
Build-Optionen wurden verändert, alles wird neu gebaut
Code: Alles auswählen
Commands.cpp:21: error: stray '\' in program
const int sensitive_pins[] PROGMEM = SENSITIVE_PINS; // Sensitive pin list for M42
^
In file included from Repetier.h:35:0,
from Commands.cpp:19:
pins.h:225: error: stray '#' in program
#define SENSITIVE_PINS {0, 1, X_STEP_PIN, X_DIR_PIN, X_ENABLE_PIN, ORIG_X_MIN_PIN, X_MAX_PIN, Y_STEP_PIN, Y_DIR_PIN, Y_ENABLE_PIN, Y_MIN_PIN, Y_MAX_PIN, Z_STEP_PIN, Z_DIR_PIN, Z_ENABLE_PIN, Z_MIN_PIN, Z_MAX_PIN, LED_PIN, PS_ON_PIN, \ HEATER_0_PIN, HEATER_1_PIN, ORIG_FAN_PIN, E0_PINS E1_PINS E2_PINS TEMP_0_PIN, TEMP_1_PIN, SDSS }#endif // PINS_H
^
Commands.cpp:21:39: note: in expansion of macro 'SENSITIVE_PINS'
const int sensitive_pins[] PROGMEM = SENSITIVE_PINS; // Sensitive pin list for M42
^
In file included from Repetier.h:35:0,
from Commands.cpp:19:
pins.h:2: error: 'This' does not name a type
This file is part of the Repetier-Firmware for RF devices from Conrad Electronic SE.
^
pins.h:10: error: 'without' does not name a type
but WITHOUT ANY WARRANTY; without even the implied warranty of
^
In file included from p:\program files (x86)\arduino\hardware\tools\avr\lib\gcc\avr\4.8.1\include\stdint.h:9:0,
from p:\program files (x86)\arduino\hardware\tools\avr\avr\include\inttypes.h:37,
from p:\program files (x86)\arduino\hardware\tools\avr\avr\include\avr\pgmspace.h:86,
from HAL.h:28,
from Repetier.h:36,
from Commands.cpp:19:
p:\program files (x86)\arduino\hardware\tools\avr\avr\include\stdint.h:159:9: error: 'int8_t' does not name a type
typedef int8_t int_least8_t;
^
p:\program files (x86)\arduino\hardware\tools\avr\avr\include\stdint.h:213:9: error: 'int8_t' does not name a type
typedef int8_t int_fast8_t;
^
In file included from HAL.h:57:0,
from Repetier.h:36,
from Commands.cpp:19:
HAL.h: In static member function 'static void HAL::spiBegin()':
fastio.h:49: error: 'DIOMISO_PIN_DDR' was not declared in this scope
#define _SET_INPUT(IO) do {DIO ## IO ## _DDR &= ~MASK(DIO ## IO ## _PIN); } while (0)
^
fastio.h:73:25: note: in expansion of macro '_SET_INPUT'
#define SET_INPUT(IO) _SET_INPUT(IO)
^
HAL.h:645:9: note: in expansion of macro 'SET_INPUT'
SET_INPUT(MISO_PIN);
^
In file included from HAL.h:57:0,
from Repetier.h:36,
from Commands.cpp:19:
fastio.h:49: error: 'DIOMISO_PIN_PIN' was not declared in this scope
#define _SET_INPUT(IO) do {DIO ## IO ## _DDR &= ~MASK(DIO ## IO ## _PIN); } while (0)
^
fastio.h:30:30: note: in definition of macro 'MASK'
#define MASK(PIN) (1 << PIN)
^
fastio.h:73:25: note: in expansion of macro '_SET_INPUT'
#define SET_INPUT(IO) _SET_INPUT(IO)
^
HAL.h:645:9: note: in expansion of macro 'SET_INPUT'
SET_INPUT(MISO_PIN);
^
In file included from HAL.h:57:0,
from Repetier.h:36,
from Commands.cpp:19:
HAL.h: In static member function 'static void HAL::spiInit(uint8_t)':
fastio.h:49: error: 'DIOMISO_PIN_DDR' was not declared in this scope
#define _SET_INPUT(IO) do {DIO ## IO ## _DDR &= ~MASK(DIO ## IO ## _PIN); } while (0)
^
fastio.h:73:25: note: in expansion of macro '_SET_INPUT'
#define SET_INPUT(IO) _SET_INPUT(IO)
^
HAL.h:671:9: note: in expansion of macro 'SET_INPUT'
SET_INPUT(MISO_PIN);
^
In file included from HAL.h:57:0,
from Repetier.h:36,
from Commands.cpp:19:
fastio.h:49: error: 'DIOMISO_PIN_PIN' was not declared in this scope
#define _SET_INPUT(IO) do {DIO ## IO ## _DDR &= ~MASK(DIO ## IO ## _PIN); } while (0)
^
fastio.h:30:30: note: in definition of macro 'MASK'
#define MASK(PIN) (1 << PIN)
^
fastio.h:73:25: note: in expansion of macro '_SET_INPUT'
#define SET_INPUT(IO) _SET_INPUT(IO)
^
HAL.h:671:9: note: in expansion of macro 'SET_INPUT'
SET_INPUT(MISO_PIN);
^
In file included from Repetier.h:37:0,
from Commands.cpp:19:
gcode.h: At global scope:
gcode.h:226: error: 'int8_t' does not name a type
static int8_t waitingForResend; ///< Waiting for line to be resend. -1 = no wait.
^
In file included from Repetier.h:38:0,
from Commands.cpp:19:
RF.h:551: error: variable or field 'nextPreviousZAction' declared void
extern void nextPreviousZAction( int8_t next );
^
RF.h:551: error: 'int8_t' was not declared in this scope
In file included from Repetier.h:39:0,
from Commands.cpp:19:
ui.h:234: error: 'int8_t' does not name a type
extern const int8_t encoder_table[16] PROGMEM;
^
In file included from Repetier.h:39:0,
from Commands.cpp:19:
ui.h:368: error: 'int8_t' does not name a type
int8_t shift; // Display shift for scrolling text
^
ui.h:382: error: 'int8_t' does not name a type
int8_t oldMenuLevel;
^
ui.h:385: error: 'int8_t' does not name a type
int8_t encoderPos;
^
ui.h:386: error: 'int8_t' does not name a type
int8_t encoderLast;
^
ui.h:395: error: 'int8_t' has not been declared
void nextPreviousAction(int8_t next);
^
In file included from Repetier.h:43:0,
from Commands.cpp:19:
SdFat.h:1962: error: 'int8_t' does not name a type
int8_t readDir(dir_t& dir, char *longfilename) {return readDir(&dir, longfilename);}
^
SdFat.h:1975: error: 'int8_t' does not name a type
int8_t readDir(dir_t* dir, char *longfilename);
^
SdFat.h:2048: error: 'int8_t' does not name a type
int8_t lsPrintNext(uint8_t flags, uint8_t indent);
^
SdFat.h:2055: error: 'int8_t' has not been declared
dir_t *getLongFilename(dir_t *dir, char *longFilename, int8_t cVFATNeeded, uint32_t *pwIndexPos);
^
SdFat.h:2056: error: 'int8_t' has not been declared
bool findSpace(dir_t *dir, int8_t cVFATNeeded, int8_t *pcVFATFound, uint32_t *pwIndexPos);
^
SdFat.h:2056: error: 'int8_t' has not been declared
bool findSpace(dir_t *dir, int8_t cVFATNeeded, int8_t *pcVFATFound, uint32_t *pwIndexPos);
^
SdFat.h:2203: error: 'int8_t' does not name a type
int8_t readDir(dir_t& dir) // NOLINT
^
In file included from Repetier.h:129:0,
from Commands.cpp:19:
Extruder.h:52: error: 'int8_t' does not name a type
int8_t heatManager; ///< How is temperature controled. 0 = on/off, 1 = PID-Control, 3 = dead time control
^
In file included from Repetier.h:129:0,
from Commands.cpp:19:
Extruder.h:113: error: 'int8_t' does not name a type
int8_t stepperDirection;
^
In file included from Repetier.h:35:0,
from Commands.cpp:19:
pins.h:225: error: expected ',' or ';' before 'endif'
#define SENSITIVE_PINS {0, 1, X_STEP_PIN, X_DIR_PIN, X_ENABLE_PIN, ORIG_X_MIN_PIN, X_MAX_PIN, Y_STEP_PIN, Y_DIR_PIN, Y_ENABLE_PIN, Y_MIN_PIN, Y_MAX_PIN, Z_STEP_PIN, Z_DIR_PIN, Z_ENABLE_PIN, Z_MIN_PIN, Z_MAX_PIN, LED_PIN, PS_ON_PIN, \ HEATER_0_PIN, HEATER_1_PIN, ORIG_FAN_PIN, E0_PINS E1_PINS E2_PINS TEMP_0_PIN, TEMP_1_PIN, SDSS }#endif // PINS_H
^
Commands.cpp:21:39: note: in expansion of macro 'SENSITIVE_PINS'
const int sensitive_pins[] PROGMEM = SENSITIVE_PINS; // Sensitive pin list for M42
^
stray '\' in program
Dieser Report hätte mehr Informationen mit
"Ausführliche Ausgabe während der Kompilierung"
aktiviert in Datei > Einstellungen