Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Konstanten wie PI oder auch OUTPUT werden plötzlich nicht mehr erkannt?! #125

Closed
ghost opened this issue Jun 13, 2016 · 4 comments
Closed

Comments

@ghost
Copy link

ghost commented Jun 13, 2016

Hallo zusammen, hoffe ihr könnt mir da weiterhelfen.

Hab beim "builden" von einem Testlauf zum nächsten plötzlich extrem viele Fehlermeldungen bekommen, die alle mehr oder weniger so aussehen wie die folgenden:

.pioenvs/genuino101/FrameworkArduino/WCharacter.h:43:8: error: 'boolean' does not name a type
inline boolean isHexadecimalDigit(int c) attribute((always_inline));

.pioenvs/genuino101/FrameworkArduino/WCharacter.h:135:8: error: 'boolean' does not name a type
inline boolean isUpperCase(int c)

Zusätzlich sehe ich, dass Konstanten wie PI oder auch OUTPUT beim Pin zuweisen nicht erkannt werden.

Am Code liegts definitiv nicht. Gleicher Code mit Platformio auf anderem Mac läuft ohne Probleme. Auch andere Platformio Projekte laufen bei mir jetzt nicht mehr. Bekomme überall die gleichen Fehlermeldungen. Neustarts, updates, Deinstallieren und wieder installieren hat alles nich geholfen.
hat jemand ne Ahnung was vlt noch helfen könnte.

Hab einen MAC mit der aktuellsten OS X Software. Nutze einen Genuino 101. Falls ihr sonst noch Infos braucht meldet euch. Vielen vielen Dank für eure Hilfe.

Lg Michi

@ivankravets
Copy link
Member

Could you provide a code to reproduce this issue?

  1. Does your project file have *.cpp extension?
  2. Do you have this line in your project #include <Arduino.h>?

@ghost
Copy link
Author

ghost commented Jun 13, 2016

Yes, I think I have both. Tried to upload the main and one of the header files. Not sure if it works.

Quadro_main.txt
RotorControl.txt

@ivankravets
Copy link
Member

Please move issue to https://github.com/platformio/platformio/issues and fill all info

@ivankravets
Copy link
Member

Moved issue platformio/platformio-core#695

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

No branches or pull requests

1 participant