Hello I have a problem. I didn't use the webeditor for a month or so. Now I wanted to make some changes to a sketch. I can't upload it now because some problem with libraries or something else??
Some new bug.....
I saved the output to a textfile
Already thanks,
Mike Houba
Output.txt (11.2 KB)
Have you tried re-installing the web editor plugin ?
Its essentially just a bridge to CREATE so you wont loose nothing by doing that.
Other than that you could try starting the DEBUG console and see if that tells us anything.
But post errors and such using CODE TAGS ( </> ) as it makes thing a lot easier.
Still have this problem with the libraries on web editor with compiling the sketch I do NOT have this problem using the arduino IDE 1.8.4?
Compiling sketch...
"/home/admin/builder/arduino-builder/packages/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega328p -DF_CPU=8000000L -DARDUINO=10611 -DARDUINO_AVR_PRO -DARDUINO_ARCH_AVR "-I/home/admin/builder/arduino-builder/packages/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/arduino-builder/packages/cores/arduino/avr/variants/eightanaloginputs" "-I/home/admin/builder/arduino-builder/packages/cores/arduino/avr/libraries/SPI/src" "-I/home/admin/builder/arduino-builder/packages/cores/arduino/avr/libraries/SoftwareSerial/src" "/tmp/293601191/build/sketch/LBridge_Arduino_170627zzz.ino.cpp" -o "/tmp/293601191/build/sketch/LBridge_Arduino_170627zzz.ino.cpp.o"
Multiple libraries were found for "SoftwareSerial.h"
Used: /home/admin/builder/arduino-builder/packages/cores/arduino/avr/libraries/SoftwareSerial
Not used: /home/admin/builder/arduino-builder/latest/Printoo_Library-1.0.2
Using library SPI at version 1.0 in folder: /home/admin/builder/arduino-builder/packages/cores/arduino/avr/libraries/SPI
Using library SoftwareSerial at version 1.0 in folder: /home/admin/builder/arduino-builder/packages/cores/arduino/avr/libraries/SoftwareSerial
/tmp/293601191/LBridge_Arduino_170627zzz/LBridge_Arduino_170627zzz.ino:1446:23: error: 't_command_buff' was not declared in this scope
int init_command_buff(t_command_buff* pCmd)
^
Can I take it this is not one of the standard libs available with CREATE but one you have uploaded ?
If so could you post a link to the actual source ?
CREATE being an ONLINE entity is a little more strict about libraries and being able to code directly across the web I would hope you can understand why that is.