ameltech / sme-arduino-core

Arduino core for Smart Everything board
GNU General Public License v2.0
3 stars 13 forks source link

Arduino 1.6.6 warnings #10

Open 1am opened 8 years ago

1am commented 8 years ago

Hi

I've just received my Smart Everything board and while following the guide I've started to get the following errors thrown from Arduino 1.6.6 so I wanted to let you know:

Warning: platform.txt from core 'Arduino SAMD (32-bits ARM Cortex-M0+) 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.
WARNING: Category 'Uncotegorized' in library SmartEverything Basic is not valid. Setting to 'Uncategorized'

...

WARNING: Category 'Uncotegorized' in library SmartEverything Basic is not valid. Setting to 'Uncategorized'
Invalid library found in .../packages/AMEL/hardware/samd/1.0.0/libraries/SME_basic: .../packages/AMEL/hardware/samd/1.0.0/libraries/SME_basic

I don't know if it's related but also the SME_basic/examples was not visible in the Examples menu in Arduino even though it exists on disk after installing SAMD board via boards manager.

Other than that examples seem to be working fine. I'm testing out the latest versions:

Best regards, PB

smkkHw commented 8 years ago

Hi, refering to #9 a dummy files SME_basic.h shall be insert in the libraries/SME_basic directory.

A new version of the ASME core will be sooner release and will fix this issue, too.

The issue will be close the time the ne wrelease will be available.

aethaniel commented 8 years ago

Warning: platform.txt ....

has been fixed via https://github.com/arduino/ArduinoCore-samd/pull/68