Schwerpunkwaage mit Arduino aus FMT RC-Elektronik

habib

User
Hallo zusammen,

Hoffe mir kann jemand helfen.

Ich habe mir die Schwerpunktwaage aus der FMT RC-Elektronik gebaut.
Habe mir die Sketche zum programmieren des Arduino von der FMT runtergeladen

Nun mein Problem.

Beim Kompilieren der Dateien wird immer ein Fehler ausgegeben das was mit der HX711 nicht passt.
Die Library habe ich aber installiert. Ich habe sogar verschieden getestet. Leider immmer das selbe.

Muss aber zugeben das ich neu auf diesem Gebiet bin.

Skatch:
LiquidCrystal_I2C lcd(0x27,20,4); // set the LCD address to 0x27 for a 16 chars and 2 line display
HX711 scale1(4, 5);
HX711 scale2(6, 7);


Fehlermeldung: no matching function for call to 'HX711::HX711(int, int)'

Bin um jeden Hinweis dankbar.


Gruß Richard
 

kalle123

User
Hallo Richard.

Infos bitte.

Auf welchen Betriebssystem arbeitest du? Win 10, 7 ...?

Welche Arduino IDE verwendest du? 1.8.8?

Welchen sketch willst du aufspielen? Link zur Quelle bitte!

Auf welchen Arduino? Pro Mini, Nicro, Nano ......

Mit welchen HX711 Libraries hast du probiert? Bitte auch hier die Links zu den jeweiligen Quellen?

Wenn man dir helfen soll, musst du schon möglichst umfassend informieren .... ;)

So was wie hier

Code:
no matching function for call to 'HX711::HX711(int, int)'

in den Raum geworfen hilft da nicht sehr!

cu KH
 

habib

User
Hallo Kalle,

hier die Infos:


Auf welchen Betriebssystem arbeitest du? Win 10, 7 ...?
Win 7

Welche Arduino IDE verwendest du? 1.8.8?
IDE 1.8.9

Welchen sketch willst du aufspielen? Link zur Quelle bitte!
https://www.vth.de/fmt/cad-bibliothek/schwerpunktwaage-mit-arduino

Auf welchen Arduino? Pro Mini, Nicro, Nano ......
Arduino Uno

Mit welchen HX711 Libraries hast du probiert? Bitte auch hier die Links zu den jeweiligen Quellen?
welche von Github und einige die man über die IDE installieren kann.

Ich hoffe die Infos reichen aus.

Danke

Gruß Richard
 
Hallo Leute,
ich habe genau das gleiche Problem.....
Leider kann ich die passende Library von dem Link nicht laden.

Habe schon drei andere installiert, dreh langsam am Rad...:confused:

Kann mir einer bitte! weiterhelfen und mir einen Link zu einer funktionierenden Library schicken,
oder diese als zip direkt ( gebe per PN gerne meine email bekannt dafür )

DANKE!!!!!
 

kalle123

User
Hab den Code aus #7 mal eben geladen.

Arduino Uno angeschlossen, kompiliert und hoch geladen.

Null problemo.

42XBZUUl.png


Hab die 3 HX711 Libs hier auf dem System.

https://github.com/queuetue/Q2-HX711-Arduino-Library

https://github.com/olkal/HX711_ADC

https://github.com/bogde/HX711

cu KH
 
Hallo,
der Code kommt ja als .doc
Copy and paste in den Sketch.
Das Masterzip von Github hab ich installiert.

Bin einfach zu doof.....
 

Anhänge

  • Unbenannt 1.jpg
    Unbenannt 1.jpg
    135,9 KB · Aufrufe: 273
  • Unbenannt b.jpg
    Unbenannt b.jpg
    66,8 KB · Aufrufe: 261

Eckehard

User
Hallo Kalle,

kannst Du einmal unter Datei/Voreinstellungen "Ausführliche Ausgabe während Kompilieren" aktivieren.....
einmal kompilieren/überprüfen....

und uns dann anhand der Ausgaben (ab "Detecting libraries used...") genau sagen, welche HX711 Dein Kompiliervorgang genau verwendet hat?

Also so wie hier......:
+++
Code:
Detecting libraries used...
"C:\Program Files (x86)\arduino-1.8.5\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO_WIFI_DEV_ED -DARDUINO_ARCH_AVR  -DESP_CH_UART -DESP_CH_UART_BR=19200 "-IC:\Program Files (x86)\arduino-1.8.5\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\arduino-1.8.5\hardware\arduino\avr\variants\standard" "C:\Users\Eckehard\AppData\Local\Temp\arduino_build_342362\sketch\sketch_jun18a.ino.cpp" -o "nul"
"C:\Program Files (x86)\arduino-1.8.5\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO_WIFI_DEV_ED -DARDUINO_ARCH_AVR  -DESP_CH_UART -DESP_CH_UART_BR=19200 "-IC:\Program Files (x86)\arduino-1.8.5\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\arduino-1.8.5\hardware\arduino\avr\variants\standard" "-IC:\Users\Eckehard\Documents\Arduino\libraries\LiquidCrystal_I2C" "C:\Users\Eckehard\AppData\Local\Temp\arduino_build_342362\sketch\sketch_jun18a.ino.cpp" -o "nul"
"C:\Program Files (x86)\arduino-1.8.5\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO_WIFI_DEV_ED -DARDUINO_ARCH_AVR  -DESP_CH_UART -DESP_CH_UART_BR=19200 "-IC:\Program Files (x86)\arduino-1.8.5\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\arduino-1.8.5\hardware\arduino\avr\variants\standard" "-IC:\Users\Eckehard\Documents\Arduino\libraries\LiquidCrystal_I2C" "-IC:\Program Files (x86)\arduino-1.8.5\hardware\arduino\avr\libraries\Wire\src" "C:\Users\Eckehard\AppData\Local\Temp\arduino_build_342362\sketch\sketch_jun18a.ino.cpp" -o "nul"
"C:\Program Files (x86)\arduino-1.8.5\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO_WIFI_DEV_ED -DARDUINO_ARCH_AVR  -DESP_CH_UART -DESP_CH_UART_BR=19200 "-IC:\Program Files (x86)\arduino-1.8.5\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\arduino-1.8.5\hardware\arduino\avr\variants\standard" "-IC:\Users\Eckehard\Documents\Arduino\libraries\LiquidCrystal_I2C" "-IC:\Program Files (x86)\arduino-1.8.5\hardware\arduino\avr\libraries\Wire\src" "-IC:\Users\Eckehard\Documents\Arduino\libraries\HX711_Arduino_Library\src" "C:\Users\Eckehard\AppData\Local\Temp\arduino_build_342362\sketch\sketch_jun18a.ino.cpp" -o "nul"
"C:\Program Files (x86)\arduino-1.8.5\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO_WIFI_DEV_ED -DARDUINO_ARCH_AVR  -DESP_CH_UART -DESP_CH_UART_BR=19200 "-IC:\Program Files (x86)\arduino-1.8.5\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\arduino-1.8.5\hardware\arduino\avr\variants\standard" "-IC:\Users\Eckehard\Documents\Arduino\libraries\LiquidCrystal_I2C" "-IC:\Program Files (x86)\arduino-1.8.5\hardware\arduino\avr\libraries\Wire\src" "-IC:\Users\Eckehard\Documents\Arduino\libraries\HX711_Arduino_Library\src" "C:\Users\Eckehard\Documents\Arduino\libraries\LiquidCrystal_I2C\LiquidCrystal_I2C.cpp" -o "nul"
"C:\Program Files (x86)\arduino-1.8.5\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO_WIFI_DEV_ED -DARDUINO_ARCH_AVR  -DESP_CH_UART -DESP_CH_UART_BR=19200 "-IC:\Program Files (x86)\arduino-1.8.5\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\arduino-1.8.5\hardware\arduino\avr\variants\standard" "-IC:\Users\Eckehard\Documents\Arduino\libraries\LiquidCrystal_I2C" "-IC:\Program Files (x86)\arduino-1.8.5\hardware\arduino\avr\libraries\Wire\src" "-IC:\Users\Eckehard\Documents\Arduino\libraries\HX711_Arduino_Library\src" "C:\Program Files (x86)\arduino-1.8.5\hardware\arduino\avr\libraries\Wire\src\Wire.cpp" -o "nul"
"C:\Program Files (x86)\arduino-1.8.5\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO_WIFI_DEV_ED -DARDUINO_ARCH_AVR  -DESP_CH_UART -DESP_CH_UART_BR=19200 "-IC:\Program Files (x86)\arduino-1.8.5\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\arduino-1.8.5\hardware\arduino\avr\variants\standard" "-IC:\Users\Eckehard\Documents\Arduino\libraries\LiquidCrystal_I2C" "-IC:\Program Files (x86)\arduino-1.8.5\hardware\arduino\avr\libraries\Wire\src" "-IC:\Users\Eckehard\Documents\Arduino\libraries\HX711_Arduino_Library\src" "C:\Program Files (x86)\arduino-1.8.5\hardware\arduino\avr\libraries\Wire\src\utility\twi.c" -o "nul"
"C:\Program Files (x86)\arduin....
+++

Vielleicht hilft dies dem Kollegen?

Es scheint mir, dass Du in der Lib Verwaltung nur eine HX711 installiert hast, jedoch in Deinem Sketch/libraries Verzeichnis noch die drei weiteren "Kopiert" hast....????
und...
Was meinst Du mit:
Hab die 3 HX711 Libs hier auf dem System.
genau????

Eckehard
 

kalle123

User
Hallo Eckehard.

Hab gerade von Linux Mint auf DEBIAN Buster gewechselt und "Ausführliche Ausgabe" war natürlich noch nicht gesetzt ;)

Ich versuch es mal eben. Hier:

Code:
Detecting libraries used...
/mnt/DATA/Anwendungen/arduino-1.8.9/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 -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /tmp/arduino_build_417830/sketch/sketch_jun18a.ino.cpp -o /dev/null
/mnt/DATA/Anwendungen/arduino-1.8.9/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 -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard -I/home/kalle/Anwendungen/Arduino/libraries/LiquidCrystal_I2C-1.1.2 /tmp/arduino_build_417830/sketch/sketch_jun18a.ino.cpp -o /dev/null
/mnt/DATA/Anwendungen/arduino-1.8.9/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 -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard -I/home/kalle/Anwendungen/Arduino/libraries/LiquidCrystal_I2C-1.1.2 -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/libraries/Wire/src /tmp/arduino_build_417830/sketch/sketch_jun18a.ino.cpp -o /dev/null
/mnt/DATA/Anwendungen/arduino-1.8.9/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 -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard -I/home/kalle/Anwendungen/Arduino/libraries/LiquidCrystal_I2C-1.1.2 -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/libraries/Wire/src -I/home/kalle/Anwendungen/Arduino/libraries/HX711 /tmp/arduino_build_417830/sketch/sketch_jun18a.ino.cpp -o /dev/null
/mnt/DATA/Anwendungen/arduino-1.8.9/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 -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard -I/home/kalle/Anwendungen/Arduino/libraries/LiquidCrystal_I2C-1.1.2 -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/libraries/Wire/src -I/home/kalle/Anwendungen/Arduino/libraries/HX711 /home/kalle/Anwendungen/Arduino/libraries/LiquidCrystal_I2C-1.1.2/LiquidCrystal_I2C.cpp -o /dev/null
/mnt/DATA/Anwendungen/arduino-1.8.9/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 -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard -I/home/kalle/Anwendungen/Arduino/libraries/LiquidCrystal_I2C-1.1.2 -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/libraries/Wire/src -I/home/kalle/Anwendungen/Arduino/libraries/HX711 /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/libraries/Wire/src/Wire.cpp -o /dev/null
/mnt/DATA/Anwendungen/arduino-1.8.9/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 -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard -I/home/kalle/Anwendungen/Arduino/libraries/LiquidCrystal_I2C-1.1.2 -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/libraries/Wire/src -I/home/kalle/Anwendungen/Arduino/libraries/HX711 /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/libraries/Wire/src/utility/twi.c -o /dev/null
/mnt/DATA/Anwendungen/arduino-1.8.9/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 -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard -I/home/kalle/Anwendungen/Arduino/libraries/LiquidCrystal_I2C-1.1.2 -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/libraries/Wire/src -I/home/kalle/Anwendungen/Arduino/libraries/HX711 /home/kalle/Anwendungen/Arduino/libraries/HX711/HX711.cpp -o /dev/null
Generating function prototypes...
/mnt/DATA/Anwendungen/arduino-1.8.9/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 -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard -I/home/kalle/Anwendungen/Arduino/libraries/LiquidCrystal_I2C-1.1.2 -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/libraries/Wire/src -I/home/kalle/Anwendungen/Arduino/libraries/HX711 /tmp/arduino_build_417830/sketch/sketch_jun18a.ino.cpp -o /tmp/arduino_build_417830/preproc/ctags_target_for_gcc_minus_e.cpp
/mnt/DATA/Anwendungen/arduino-1.8.9/tools-builder/ctags/5.8-arduino11/ctags -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives /tmp/arduino_build_417830/preproc/ctags_target_for_gcc_minus_e.cpp
Sketch wird kompiliert...
/mnt/DATA/Anwendungen/arduino-1.8.9/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=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard -I/home/kalle/Anwendungen/Arduino/libraries/LiquidCrystal_I2C-1.1.2 -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/libraries/Wire/src -I/home/kalle/Anwendungen/Arduino/libraries/HX711 /tmp/arduino_build_417830/sketch/sketch_jun18a.ino.cpp -o /tmp/arduino_build_417830/sketch/sketch_jun18a.ino.cpp.o
Compiling libraries...
Compiling library "LiquidCrystal_I2C-1.1.2"
/mnt/DATA/Anwendungen/arduino-1.8.9/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=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard -I/home/kalle/Anwendungen/Arduino/libraries/LiquidCrystal_I2C-1.1.2 -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/libraries/Wire/src -I/home/kalle/Anwendungen/Arduino/libraries/HX711 /home/kalle/Anwendungen/Arduino/libraries/LiquidCrystal_I2C-1.1.2/LiquidCrystal_I2C.cpp -o /tmp/arduino_build_417830/libraries/LiquidCrystal_I2C-1.1.2/LiquidCrystal_I2C.cpp.o
Compiling library "Wire"
/mnt/DATA/Anwendungen/arduino-1.8.9/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=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard -I/home/kalle/Anwendungen/Arduino/libraries/LiquidCrystal_I2C-1.1.2 -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/libraries/Wire/src -I/home/kalle/Anwendungen/Arduino/libraries/HX711 /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/libraries/Wire/src/Wire.cpp -o /tmp/arduino_build_417830/libraries/Wire/Wire.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc -c -g -Os -w -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard -I/home/kalle/Anwendungen/Arduino/libraries/LiquidCrystal_I2C-1.1.2 -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/libraries/Wire/src -I/home/kalle/Anwendungen/Arduino/libraries/HX711 /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/libraries/Wire/src/utility/twi.c -o /tmp/arduino_build_417830/libraries/Wire/utility/twi.c.o
Compiling library "HX711"
/mnt/DATA/Anwendungen/arduino-1.8.9/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=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard -I/home/kalle/Anwendungen/Arduino/libraries/LiquidCrystal_I2C-1.1.2 -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/libraries/Wire/src -I/home/kalle/Anwendungen/Arduino/libraries/HX711 /home/kalle/Anwendungen/Arduino/libraries/HX711/HX711.cpp -o /tmp/arduino_build_417830/libraries/HX711/HX711.cpp.o
Compiling core...
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc -c -g -x assembler-with-cpp -flto -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/wiring_pulse.S -o /tmp/arduino_build_417830/core/wiring_pulse.S.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc -c -g -Os -w -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/wiring.c -o /tmp/arduino_build_417830/core/wiring.c.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc -c -g -Os -w -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/WInterrupts.c -o /tmp/arduino_build_417830/core/WInterrupts.c.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc -c -g -Os -w -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/wiring_pulse.c -o /tmp/arduino_build_417830/core/wiring_pulse.c.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc -c -g -Os -w -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/wiring_digital.c -o /tmp/arduino_build_417830/core/wiring_digital.c.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc -c -g -Os -w -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/hooks.c -o /tmp/arduino_build_417830/core/hooks.c.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc -c -g -Os -w -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/wiring_shift.c -o /tmp/arduino_build_417830/core/wiring_shift.c.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc -c -g -Os -w -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/wiring_analog.c -o /tmp/arduino_build_417830/core/wiring_analog.c.o
/mnt/DATA/Anwendungen/arduino-1.8.9/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=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/HardwareSerial.cpp -o /tmp/arduino_build_417830/core/HardwareSerial.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/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=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/HardwareSerial1.cpp -o /tmp/arduino_build_417830/core/HardwareSerial1.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/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=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/CDC.cpp -o /tmp/arduino_build_417830/core/CDC.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/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=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/Stream.cpp -o /tmp/arduino_build_417830/core/Stream.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/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=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/IPAddress.cpp -o /tmp/arduino_build_417830/core/IPAddress.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/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=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/PluggableUSB.cpp -o /tmp/arduino_build_417830/core/PluggableUSB.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/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=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/Tone.cpp -o /tmp/arduino_build_417830/core/Tone.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/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=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/HardwareSerial2.cpp -o /tmp/arduino_build_417830/core/HardwareSerial2.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/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=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/HardwareSerial3.cpp -o /tmp/arduino_build_417830/core/HardwareSerial3.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/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=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/WString.cpp -o /tmp/arduino_build_417830/core/WString.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/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=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/abi.cpp -o /tmp/arduino_build_417830/core/abi.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/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=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/main.cpp -o /tmp/arduino_build_417830/core/main.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/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=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/HardwareSerial0.cpp -o /tmp/arduino_build_417830/core/HardwareSerial0.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/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=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/USBCore.cpp -o /tmp/arduino_build_417830/core/USBCore.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/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=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/new.cpp -o /tmp/arduino_build_417830/core/new.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/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=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/WMath.cpp -o /tmp/arduino_build_417830/core/WMath.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/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=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino -I/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/variants/standard /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/cores/arduino/Print.cpp -o /tmp/arduino_build_417830/core/Print.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/CDC.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/HardwareSerial.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/HardwareSerial0.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/HardwareSerial1.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/HardwareSerial2.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/HardwareSerial3.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/IPAddress.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/PluggableUSB.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/Print.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/Stream.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/Tone.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/USBCore.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/WInterrupts.c.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/WMath.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/WString.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/abi.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/hooks.c.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/main.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/new.cpp.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/wiring.c.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/wiring_analog.c.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/wiring_digital.c.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/wiring_pulse.S.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/wiring_pulse.c.o
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc-ar rcs /tmp/arduino_build_417830/core/core.a /tmp/arduino_build_417830/core/wiring_shift.c.o
Gebauter Kern wird archiviert (zwischengespeichert) in: /tmp/arduino_cache_524645/core/core_arduino_avr_uno_393314aabffe641d7bed8315cf3c1b8a.a
Linking everything together...
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-gcc -w -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -mmcu=atmega328p -o /tmp/arduino_build_417830/sketch_jun18a.ino.elf /tmp/arduino_build_417830/sketch/sketch_jun18a.ino.cpp.o /tmp/arduino_build_417830/libraries/LiquidCrystal_I2C-1.1.2/LiquidCrystal_I2C.cpp.o /tmp/arduino_build_417830/libraries/Wire/Wire.cpp.o /tmp/arduino_build_417830/libraries/Wire/utility/twi.c.o /tmp/arduino_build_417830/libraries/HX711/HX711.cpp.o /tmp/arduino_build_417830/core/core.a -L/tmp/arduino_build_417830 -lm
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-objcopy -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 /tmp/arduino_build_417830/sketch_jun18a.ino.elf /tmp/arduino_build_417830/sketch_jun18a.ino.eep
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-objcopy -O ihex -R .eeprom /tmp/arduino_build_417830/sketch_jun18a.ino.elf /tmp/arduino_build_417830/sketch_jun18a.ino.hex
Mehrere Bibliotheken wurden für "LiquidCrystal_I2C.h" gefunden
 Benutzt: /home/kalle/Anwendungen/Arduino/libraries/LiquidCrystal_I2C-1.1.2
 Nicht benutzt: /home/kalle/Anwendungen/Arduino/libraries/Newliquidcrystal
Bibliothek LiquidCrystal_I2C-1.1.2 in Version 1.1.2 im Ordner: /home/kalle/Anwendungen/Arduino/libraries/LiquidCrystal_I2C-1.1.2  wird verwendet
Bibliothek Wire in Version 1.0 im Ordner: /mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/libraries/Wire  wird verwendet
Bibliothek HX711 im Ordner: /home/kalle/Anwendungen/Arduino/libraries/HX711 (legacy) wird verwendet
/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/tools/avr/bin/avr-size -A /tmp/arduino_build_417830/sketch_jun18a.ino.elf
Der Sketch verwendet 7078 Bytes (21%) des Programmspeicherplatzes. Das Maximum sind 32256 Bytes.
Globale Variablen verwenden 590 Bytes (28%) des dynamischen Speichers, 1458 Bytes für lokale Variablen verbleiben. Das Maximum sind 2048 Bytes.

Tippe mal drauf, dass das die hier ist

Anhang anzeigen HX711.zip.txt

Die drei Libs bei mir rufen unterschiedlich

#include "HX711.h" <-------- DAS sollte die passende sein. Oben als zip Datei

#include <HX711_ADC.h>

#include <Hx711.h>

Gruß KH
 

Eckehard

User
Hallo,

Danke!

Nun, laut Log wird diese hier verwendet:
Bibliothek HX711 im Ordner: /home/kalle/Anwendungen/Arduino/libraries/HX711

Achtung:
Wenn im Sketch "" statt <> beim include verwendet wird, dann wird die Lib aus dem ...SketchVerzeichnis/libaries/... gezogen(bei Dir offensichtlich "/home/kalle/Anwendungen/Arduino")... nicht die, die über die LibVerwaltung der IDE verfügbargemacht wird (bei Dir vermutlich "/mnt/DATA/Anwendungen/arduino-1.8.9/hardware/arduino/avr/libraries/...")!

Die im Beitrag angehängte ist die aus dem "/home/kalle/Anwendungen/Arduino/HX711" ????
Bin gespannt, ob Dieter nun Erfolg vermeldet?

Eckehard
 
Hab das Problem jetzt so umgangen, so ist es ja auch in den Beispielsketchen drinne.
 

Anhänge

  • Unbenannt 1.jpg
    Unbenannt 1.jpg
    65,1 KB · Aufrufe: 238

Eckehard

User
Hm....

ja, kein Fehler beim Kompilieren, wenn Code auskommentiert wird .... fragt sich nur, ob das Programm dann noch irgendwas sinnvolles macht....

Jedenfalls hilft es wenig..... da nicht klar ist, was eigentlich gemacht wurde, schade....

Eckehard
 
Hallo Eckehard, das verstehe ich jetzt nicht.
Bin auch nicht so der Profi, Du setzt um mir zu helfen viel zu hoch an.
Ich habe doch nur die Zuordnung der Pins aus den Klammern raus und oberhalb als int fest zugeordnet.

Morgen baue ich die Mechanik auf, dann sehe ich weiter.
In den Beispielen wird es doch auch so gemacht.

Würde mich freuen, wenn Du mir noch bisschen weiterhilfst.
Mir wäre schon ganz recht, wenn das original funktionieren würde.
Nur eine Bibliothek installieren?
Wie bringe ich die anderen wieder los?

Danke!
 

kalle123

User
Ansicht hell / dunkel umschalten
Oben Unten