Skip to content
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

Library does not compile with Arduino 1.6.7 #156

Closed
derkostka opened this issue Jan 10, 2016 · 5 comments
Closed

Library does not compile with Arduino 1.6.7 #156

derkostka opened this issue Jan 10, 2016 · 5 comments

Comments

@derkostka
Copy link
Contributor

I noticed, that with Arduino 1.6.7 (current release by now) some headers are not found:

Warning: platform.txt from core 'STM32 Boards (STM32duino.com)' 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.
In file included from /Users/me/Documents/Arduino/hardware/Arduino_STM32/STM32F1/cores/maple/Arduino.h:30:0,from sketch/Blink.ino.cpp:1:/Users/me/Documents/Arduino/hardware/Arduino_STM32/STM32F1/cores/maple/wirish.h:51:28: fatal error: libmaple/stm32.h: No such file or directory
#include <libmaple/stm32.h>

@darth-llamah
Copy link

AFAIK the latest supported Arduino IDE release is 1.6.5, 1.6.6 intruduced serious issues

@SalvorinFex
Copy link

This subject has been brought up many times!
This is right on teh front page of this repo:
Summary:

This repo contains, the "Hardware" files to support STM32 based boards on Arduino version 1.6.4 and 1.6.5 including LeafLabs Maple, and Maple mini, and other generic STM32F103 boards

@derkostka
Copy link
Contributor Author

Yeah, i read this also. Nicht Problem everything is fine with 1.6.5, I just have been confused because I downloaded the linked gui that resulted in the newest version.

I this cannot be fixed I am fine to close this task.

Am 10.01.2016 um 22:58 schrieb Kurt Roesener notifications@github.com:

This subject has been brought up many times!
This is right on teh front page of this repo:
Summary:

This repo contains, the "Hardware" files to support STM32 based boards on Arduino version 1.6.4 and 1.6.5 including LeafLabs Maple, and Maple mini, and other generic STM32F103 boards


Reply to this email directly or view it on GitHub.

@cstratton
Copy link

I believe it has something to do with a change to how the include paths are specified.

@rogerclarkmelbourne
Copy link
Owner

The repo works with 1.6.9

The Arduino IDE team seem to have added in some backwards compatibility into 1.6.9 which makes this happen.

There is one warning if you use 1.6.9 but it does work.

Or if you don't want the warning, download the 'development' branch of the repo

I'm hoping that if 1.6.9 proves to be stable I will recommend everyone use that version until the next stable version if produced.

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

5 participants