Quantcast
Channel: Reprap Forum - Repetier
Viewing all articles
Browse latest Browse all 1321

Error compiling development version 0.92.3 (2 replies)

$
0
0
with the new update of these days
this being the result

[attachment 53958 Configuration.h]


thanks



Arduino:1.6.3 (Windows 7), Scheda:"Alligator 3D Printer Board R2 (Native USB Port)"

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

Printer.h:817:9: note: in expansion of macro 'WRITE'

WRITE(X_STEP_PIN,LOW);

^

HAL.h:154:41: error: 'DIO94_PORT' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

Printer.h:821:9: note: in expansion of macro 'WRITE'

WRITE(Y_STEP_PIN,LOW);

^

HAL.h:154:77: error: 'DIO94_PIN' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

Printer.h:821:9: note: in expansion of macro 'WRITE'

WRITE(Y_STEP_PIN,LOW);

^

HAL.h:154:106: error: 'DIO94_PORT' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

Printer.h:821:9: note: in expansion of macro 'WRITE'

WRITE(Y_STEP_PIN,LOW);

^

HAL.h:154:140: error: 'DIO94_PIN' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

Printer.h:821:9: note: in expansion of macro 'WRITE'

WRITE(Y_STEP_PIN,LOW);

^

HAL.h:154:41: error: 'DIO98_PORT' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

Printer.h:825:9: note: in expansion of macro 'WRITE'

WRITE(Z_STEP_PIN,LOW);

^

HAL.h:154:77: error: 'DIO98_PIN' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

Printer.h:825:9: note: in expansion of macro 'WRITE'

WRITE(Z_STEP_PIN,LOW);

^

HAL.h:154:106: error: 'DIO98_PORT' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

Printer.h:825:9: note: in expansion of macro 'WRITE'

WRITE(Z_STEP_PIN,LOW);

^

HAL.h:154:140: error: 'DIO98_PIN' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

Printer.h:825:9: note: in expansion of macro 'WRITE'

WRITE(Z_STEP_PIN,LOW);

^

motion.h: In member function 'void PrintLine::startXStep()':

HAL.h:154:41: error: 'DIO96_PORT' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

motion.h:502:9: note: in expansion of macro 'WRITE'

WRITE(X_STEP_PIN,HIGH);

^

HAL.h:154:77: error: 'DIO96_PIN' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

motion.h:502:9: note: in expansion of macro 'WRITE'

WRITE(X_STEP_PIN,HIGH);

^

HAL.h:154:106: error: 'DIO96_PORT' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

motion.h:502:9: note: in expansion of macro 'WRITE'

WRITE(X_STEP_PIN,HIGH);

^

HAL.h:154:140: error: 'DIO96_PIN' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

motion.h:502:9: note: in expansion of macro 'WRITE'

WRITE(X_STEP_PIN,HIGH);

^

motion.h: In member function 'void PrintLine::startYStep()':

HAL.h:154:41: error: 'DIO94_PORT' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

motion.h:540:9: note: in expansion of macro 'WRITE'

WRITE(Y_STEP_PIN,HIGH);

^

HAL.h:154:77: error: 'DIO94_PIN' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

motion.h:540:9: note: in expansion of macro 'WRITE'

WRITE(Y_STEP_PIN,HIGH);

^

HAL.h:154:106: error: 'DIO94_PORT' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

motion.h:540:9: note: in expansion of macro 'WRITE'

WRITE(Y_STEP_PIN,HIGH);

^

HAL.h:154:140: error: 'DIO94_PIN' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

motion.h:540:9: note: in expansion of macro 'WRITE'

WRITE(Y_STEP_PIN,HIGH);

^

motion.h: In member function 'void PrintLine::startZStep()':

HAL.h:154:41: error: 'DIO98_PORT' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

motion.h:577:9: note: in expansion of macro 'WRITE'

WRITE(Z_STEP_PIN,HIGH);

^

HAL.h:154:77: error: 'DIO98_PIN' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

motion.h:577:9: note: in expansion of macro 'WRITE'

WRITE(Z_STEP_PIN,HIGH);

^

HAL.h:154:106: error: 'DIO98_PORT' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

motion.h:577:9: note: in expansion of macro 'WRITE'

WRITE(Z_STEP_PIN,HIGH);

^

HAL.h:154:140: error: 'DIO98_PIN' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

motion.h:577:9: note: in expansion of macro 'WRITE'

WRITE(Z_STEP_PIN,HIGH);

^

Commands.cpp: In function 'void microstepMS(uint8_t, int8_t, int8_t)':

HAL.h:154:41: error: 'DIO99_PORT' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

Commands.cpp:426:13: note: in expansion of macro 'WRITE'

WRITE( X_MS1_PIN,ms1);

^

HAL.h:154:77: error: 'DIO99_PIN' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

Commands.cpp:426:13: note: in expansion of macro 'WRITE'

WRITE( X_MS1_PIN,ms1);

^

HAL.h:154:106: error: 'DIO99_PORT' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

Commands.cpp:426:13: note: in expansion of macro 'WRITE'

WRITE( X_MS1_PIN,ms1);

^

HAL.h:154:140: error: 'DIO99_PIN' was not declared in this scope

#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)

^

HAL.h:155:22: note: in expansion of macro '_WRITE'

#define WRITE(pin,v) _WRITE(pin,v)

^

Commands.cpp:426:13: note: in expansion of macro 'WRITE'

WRITE( X_MS1_PIN,ms1);

^

Commands.cpp: In function 'void microstepReadings()':

HAL.h:150:21: error: 'DIO99_PORT' was not declared in this scope

#define _READ(pin) (DIO ## pin ## _PORT->PIO_PDSR & DIO ## pin ## _PIN ? 1 : 0) // does return 0 or pin value

^

HAL.h:151:19: note: in expansion of macro '_READ'

#define READ(pin) _READ(pin)

^

Commands.cpp:512:32: note: in expansion of macro 'READ'

Com::printFLN(Com::tXColon,READ(X_MS1_PIN));

^

HAL.h:150:54: error: 'DIO99_PIN' was not declared in this scope

#define _READ(pin) (DIO ## pin ## _PORT->PIO_PDSR & DIO ## pin ## _PIN ? 1 : 0) // does return 0 or pin value

^

HAL.h:151:19: note: in expansion of macro '_READ'

#define READ(pin) _READ(pin)

^

Commands.cpp:512:32: note: in expansion of macro 'READ'

Com::printFLN(Com::tXColon,READ(X_MS1_PIN));

^

Errore durante la compilazione

Questo report potrebbe essere più ricco
di informazioni con
"Mostra un output dettagliato durante la compilazione"
abilitato in "File > Impostazioni"

Viewing all articles
Browse latest Browse all 1321

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>