C:\Users\PROMIC~1\AppData\Local\Temp\arduino_build_433929\sketch\SimpleCLI.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\PROMIC~1\AppData\Local\Temp\arduino_build_433929\libraries\SimpleCLI\SimpleCLI.cpp.o (symbol from plugin): In function `SimpleCLI::SimpleCLI(int, int)':
(.text+0x0): multiple definition of `SimpleCLI::setOnError(void ()(cmd_error))'
C:\Users\PROMIC~1\AppData\Local\Temp\arduino_build_433929\sketch\SimpleCLI.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\PROMIC~1\AppData\Local\Temp\arduino_build_433929\libraries\SimpleCLI\SimpleCLI.cpp.o (symbol from plugin): In function `SimpleCLI::SimpleCLI(int, int)':
(.text+0x0): multiple definition of `SimpleCLI::setErrorCallback(void ()(cmd_error))'
C:\Users\PROMIC~1\AppData\Local\Temp\arduino_build_433929\sketch\SimpleCLI.cpp.o (symbol from plugin):(.text+0x0): first defined here
collect2.exe: error: ld returned 1 exit status
Bibliothek SimpleCLI in Version 1.1.1 im Ordner: C:\Program Files (x86)\Arduino\libraries\SimpleCLI wird verwendet
exit status 1
Fehler beim Kompilieren für das Board Arduino Nano.
schau mal in deinem Arduino Projekt Ordner nach ob es da zwei ino Dateien oder Ordner gibt. Bei mit passiert schn mal. Ich habe eine Sync Sofftware im Hintergrund laufen die u.A den Arduino Ordner mit einer Netztplatte synchronisiert. Wenn die beide auf das Projekt zugreifen gibts schon mal Probleme.
[code]
C:\Users\PROMIC~1\AppData\Local\Temp\arduino_build_433929\sketch\SimpleCLI.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\PROMIC~1\AppData\Local\Temp\arduino_build_433929\libraries\SimpleCLI\SimpleCLI.cpp.o (symbol from plugin): In function `SimpleCLI::SimpleCLI(int, int)':(.text+0x0): multiple definition
[/code]
Du hast wohl die Bibliothek SimpleCLI.cpp sowohl im Sketch-Ordner wie in libraries.
Wenn du sie als installierte Bibliothek in der IDE hast, solltest du sie aus dem Sketch-Verzeichnis rausnehmen.