Skip to content

Arduino 1.6.6 warnings #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1am opened this issue Dec 2, 2015 · 2 comments
Open

Arduino 1.6.6 warnings #10

1am opened this issue Dec 2, 2015 · 2 comments

Comments

@1am
Copy link

1am commented Dec 2, 2015

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:

  • Arduino IDE @ 1.6.6
  • AMEL-Tech boards @ 1.0.0
  • Arduino SAMD boards @ 1.6.2

Best regards,
PB

@smkkHw
Copy link

smkkHw commented Dec 3, 2015

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
Copy link
Contributor

Warning: platform.txt ....

has been fixed via arduino/ArduinoCore-samd#68

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants