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

Missing simba.h header #973

Closed
anweiss opened this issue Jun 1, 2017 · 2 comments
Closed

Missing simba.h header #973

anweiss opened this issue Jun 1, 2017 · 2 comments

Comments

@anweiss
Copy link

anweiss commented Jun 1, 2017

What kind of issue is this?

PlatformIO Core

Configuration

Operating system: macOS 10.12.5

PlatformIO Version (platformio --version): 3.3.0

Description of problem

When initializing a project using a platform with the Simba framework, it seems to download the SimbaFramework source to .pioenvs, but none of the header files are present. Which leads to missing simba.h library errors in my IDE. Builds work fine.

I initially though it was specific to VS Code (platformio/platformio-vscode-ide#8), however, it happens when I import in to CLion as well.

Steps to Reproduce

  1. Initialize project
  2. Open IDE
  3. Include simba.h header

Actual Results

Missing simba.h errors

Expected Results

Headers are present.

If problems with PlatformIO Build System:

The content of platformio.ini:

[env:due]
platform = atmelsam
board = due
framework = simba
@eerimoq
Copy link

eerimoq commented Jul 1, 2017

Hello,

Simba version 15.0.0, released today, should fix this issue. I made the fix suggested by Ivan, and now simba.h is found by VS Code.

Let me know if there are more fixes/improvements to be implemented to make Simba easier to use using PlatformIO.

Enjoy! =)

@ivankravets
Copy link
Member

@eerimoq

yes, it works now! :) Thank you!

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