Marlin lässt sich nicht kompilieren 10. August 2016 16:12 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 78 |
Arduino: 1.6.10 (Windows 10), Board: "Sanguino, ATmega1284 or ATmega1284P (8 MHz)"
In file included from sketch\MarlinSerial.cpp:34:0:
sketch\stepper.h: In static member function 'static short unsigned int Stepper::calc_timer(short unsigned int)':
stepper.h:296: error: 'speed_lookuptable_fast' was not declared in this scope
unsigned short table_address = (unsigned short)&speed_lookuptable_fast[(unsigned char)(step_rate >> 8)][0];
^
stepper.h:303: error: 'speed_lookuptable_slow' was not declared in this scope
unsigned short table_address = (unsigned short)&speed_lookuptable_slow[0][0];
^
exit status 1
'speed_lookuptable_fast' was not declared in this scope
Re: Marlin lässt sich nicht kompilieren 11. August 2016 03:52 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 922 |
Re: Marlin lässt sich nicht kompilieren 11. August 2016 07:23 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 78 |
Re: Marlin lässt sich nicht kompilieren 11. August 2016 07:41 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 922 |
Re: Marlin lässt sich nicht kompilieren 11. August 2016 07:44 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 78 |
Arduino: 1.6.8 (Windows 10), Board: "Sanguino, ATmega1284 or ATmega1284P (16 MHz)"
Der Sketch verwendet 53.748 Bytes (41%) des Programmspeicherplatzes. Das Maximum sind 130.048 Bytes.
Globale Variablen verwenden 2.722 Bytes (16%) des dynamischen Speichers, 13.662 Bytes für lokale Variablen verbleiben. Das Maximum sind 16.384 Bytes.
C:\Users\Jonas\Downloads\arduino-1.6.8-windows\arduino-1.6.8\hardware\tools\avr/bin/avrdude -CC:\Users\Jonas\Downloads\arduino-1.6.8-windows\arduino-1.6.8\hardware\tools\avr/etc/avrdude.conf -v -patmega1284p -carduino -PCOM4 -b115200 -D -Uflash:w:C:\Users\Jonas\AppData\Local\Temp\build630734cf64c1d08974799ec823fe8148.tmp/Marlin.ino.hex:i
avrdude: Version 6.0.1, compiled on Apr 15 2015 at 19:59:58
Copyright (c) 2000-2005 Brian Dean, [www.bdmicro.com]
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "C:\Users\Jonas\Downloads\arduino-1.6.8-windows\arduino-1.6.8\hardware\tools\avr/etc/avrdude.conf"
Using Port : COM4
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xf7
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xf7
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x6e
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x26
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x58
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xf1
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xdc
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xfa
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x6d
avrdude done. Thank you.
Problem beim Hochladen auf das Board. Hilfestellung dazu unter [www.arduino.cc].
Re: Marlin lässt sich nicht kompilieren 11. August 2016 14:52 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 922 |
Re: Marlin lässt sich nicht kompilieren 13. August 2016 05:51 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 78 |
Using Port : COM4
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x05
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x05
[...]
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x71
avrdude done. Thank you.
Problem beim Hochladen auf das Board. Hilfestellung dazu unter [www.arduino.cc].
Overriding Baud Rate : 115200
Re: Marlin lässt sich nicht kompilieren 13. August 2016 06:10 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 888 |
Re: Marlin lässt sich nicht kompilieren 13. August 2016 06:14 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 922 |
Re: Marlin lässt sich nicht kompilieren 13. August 2016 06:51 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 4.977 |
Quote
Sepur
Was mich besonders wundert ist diese Zeile:Overriding Baud Rate : 115200
Es ist auch egal ob der Auto-Reset-Jumper gesetzt ist, oder nicht (Ich war sogar schon so verzweifelt, dass ich nachgemessen habe, ob er noch funktioniert. Ja er tut es )
Triffid Hunter's Calibration Guide | --> X <-- Drill for new Monitor | Most important Gcode. |
Re: Marlin lässt sich nicht kompilieren 09. September 2016 05:23 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 48 |
Re: Marlin lässt sich nicht kompilieren 09. September 2016 07:25 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 4.977 |
Triffid Hunter's Calibration Guide | --> X <-- Drill for new Monitor | Most important Gcode. |