Hi people. I'm Arduino programmer in Finland. Have been programming Arduino last time in 2015. Now opened the sketch(es) again and found mysterious warnings.
Even compiling the "basic" sketch:
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
I get this warning:
WARNING: Category '' in library EEPROM is not valid. Setting to 'Uncategorized'
WARNING: Category '' in library SPI is not valid. Setting to 'Uncategorized'
WARNING: Category '' in library SoftwareSerial is not valid. Setting to 'Uncategorized'
WARNING: Category '' in library Wire is not valid. Setting to 'Uncategorized'
Warning: platform.txt from core 'Arduino AVR Boards' contains deprecated recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{build.path}/{archive_file}" "{object_file}", automatically converted to recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{archive_file_path}" "{object_file}". Consider upgrading this core.
Sketch uses 450 bytes (1%) of program storage space. Maximum is 32256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
Have uninstalled Java and Arduino IDE, then reinstalled IDE 1.8.7. -- No effect.
My PC is 64 bit HP & Win 8.1. The funny thing is that if I use my 64 bit Thinkpad laptop and IDE1.8.7 there are no warnings.
I know that these lines are "warnings" but it would be nice not to see them. Any ideas how to make a "clean" installation of IDE and Java?