- Katılım
- 27 Şubat 2019
- Mesajlar
- 12,195
Marlin 2.0.x ile bu gün biraz uğraştım.
Başlarda onlarca satır derleme hatası alırken düzenlemelerim sonucunda hataların 99%'un dan kurtuldum.
Ama LCD_BED_LEVELİNG hatasından bir türlü kurtulamadım. Bir tek bu hata kaldı. Bundan da kurtulursam marlin 2.0.x'i yükleyeceğim karta.
Hata detayı aşağıdaki gibidir.
Başlarda onlarca satır derleme hatası alırken düzenlemelerim sonucunda hataların 99%'un dan kurtuldum.
Ama LCD_BED_LEVELİNG hatasından bir türlü kurtulamadım. Bir tek bu hata kaldı. Bundan da kurtulursam marlin 2.0.x'i yükleyeceğim karta.
Hata detayı aşağıdaki gibidir.
Kod:
In file included from c:\users\goko\appdata\local\temp\arduino_build_339624\sketch\src\inc\marlinconfig.h:49:0,
from C:\Users\Goko\AppData\Local\Temp\arduino_build_339624\sketch\src\HAL\AVR\HAL.cpp:24:
c:\users\goko\appdata\local\temp\arduino_build_339624\sketch\src\inc\SanityCheck.h:1582:6: error: #error "LCD_BED_LEVELING requires a programmable LCD controller."
#error "LCD_BED_LEVELING requires a programmable LCD controller."
^~~~~
In file included from c:\users\goko\appdata\local\temp\arduino_build_339624\sketch\src\inc\marlinconfig.h:49:0,
from C:\Users\Goko\AppData\Local\Temp\arduino_build_339624\sketch\src\HAL\AVR\eeprom.cpp:24:
c:\users\goko\appdata\local\temp\arduino_build_339624\sketch\src\inc\SanityCheck.h:1582:6: error: #error "LCD_BED_LEVELING requires a programmable LCD controller."
#error "LCD_BED_LEVELING requires a programmable LCD controller."
^~~~~
In file included from c:\users\goko\appdata\local\temp\arduino_build_339624\sketch\src\inc\marlinconfig.h:49:0,
from C:\Users\Goko\AppData\Local\Temp\arduino_build_339624\sketch\src\HAL\AVR\HAL_SPI.cpp:34:
c:\users\goko\appdata\local\temp\arduino_build_339624\sketch\src\inc\SanityCheck.h:1582:6: error: #error "LCD_BED_LEVELING requires a programmable LCD controller."
#error "LCD_BED_LEVELING requires a programmable LCD controller."
^~~~~
In file included from C:\Users\Goko\AppData\Local\Temp\arduino_build_339624\sketch\src\inc/MarlinConfig.h:49:0,
from C:\Users\Goko\AppData\Local\Temp\arduino_build_339624\sketch\src\MarlinCore.h:24,
from C:\Users\Goko\AppData\Local\Temp\arduino_build_339624\sketch\src\MarlinCore.cpp:31:
C:\Users\Goko\AppData\Local\Temp\arduino_build_339624\sketch\src\inc/SanityCheck.h:1582:6: error: #error "LCD_BED_LEVELING requires a programmable LCD controller."
#error "LCD_BED_LEVELING requires a programmable LCD controller."
^~~~~
In file included from c:\users\goko\appdata\local\temp\arduino_build_339624\sketch\src\inc\marlinconfig.h:49:0,
from C:\Users\Goko\AppData\Local\Temp\arduino_build_339624\sketch\src\HAL\AVR\MarlinSerial.cpp:39:
c:\users\goko\appdata\local\temp\arduino_build_339624\sketch\src\inc\SanityCheck.h:1582:6: error: #error "LCD_BED_LEVELING requires a programmable LCD controller."
#error "LCD_BED_LEVELING requires a programmable LCD controller."
^~~~~
In file included from c:\users\goko\appdata\local\temp\arduino_build_339624\sketch\src\inc\marlinconfig.h:49:0,
from C:\Users\Goko\AppData\Local\Temp\arduino_build_339624\sketch\src\HAL\AVR\Servo.cpp:55:
c:\users\goko\appdata\local\temp\arduino_build_339624\sketch\src\inc\SanityCheck.h:1582:6: error: #error "LCD_BED_LEVELING requires a programmable LCD controller."
#error "LCD_BED_LEVELING requires a programmable LCD controller."
^~~~~
"C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10813 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR "-IC:\\Program Files (x86)\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Goko\\AppData\\Local\\Arduino15\\packages\\Sanguino\\hardware\\avr\\1.0.3\\variants\\sanguino" "C:\\Users\\Goko\\AppData\\Local\\Temp\\arduino_build_339624\\sketch\\src\\HAL\\AVR\\fast_pwm.cpp" -o "C:\\Users\\Goko\\AppData\\Local\\Temp\\arduino_build_339624\\sketch\\src\\HAL\\AVR\\fast_pwm.cpp.o"
exit status 1
Sanguino kartı için derleme hatası.