B4R version: 1.50 BETA #1
Parsing code. (0.00s)
Compiling code. (0.00s)
Building project (0.02s)
Compiling & deploying Ino project (ESP32 Dev Module - COM8) Error
Konfiguration wird geladen...
Pakete werden initialisiert...
Es konnte keine boards.txt in C:\Program Files (x86)\Arduino\hardware\espressif\cores gefunden werden. Ist sie noch von einer Version vor Arduino 1.5?
Es konnte keine boards.txt in C:\Program Files (x86)\Arduino\hardware\espressif\doc gefunden werden. Ist sie noch von einer Version vor Arduino 1.5?
Es konnte keine boards.txt in C:\Program Files (x86)\Arduino\hardware\espressif\package gefunden werden. Ist sie noch von einer Version vor Arduino 1.5?
Es konnte keine boards.txt in C:\Program Files (x86)\Arduino\hardware\espressif\tools gefunden werden. Ist sie noch von einer Version vor Arduino 1.5?
Es konnte keine boards.txt in C:\Program Files (x86)\Arduino\hardware\espressif\variants gefunden werden. Ist sie noch von einer Version vor Arduino 1.5?
Boards werden vorbereitet...
Überprüfungs- und Hochladevorgang...
In file included from sketch\B4RDefines.h:23:0,
from sketch\B4RArduino.cpp:1:
rCore.h:95: error: 'B4R::Object* B4R::Object::wrapPointer(const __FlashStringHelper*)' cannot be overloaded
Object* wrapPointer(const __FlashStringHelper* f);
^
rCore.h:94: error: with 'B4R::Object* B4R::Object::wrapPointer(const char*)'
Object* wrapPointer(const char* c);
^
In file included from C:\Program Files (x86)\Arduino\hardware\espressif\ESP32/tools/sdk/include/esp32/xtensa/xtruntime.h:30:0,
from C:\Program Files (x86)\Arduino\hardware\espressif\ESP32/tools/sdk/include/freertos/freertos/portmacro.h:81,
from C:\Program Files (x86)\Arduino\hardware\espressif\ESP32/tools/sdk/include/freertos/freertos/portable.h:94,
from C:\Program Files (x86)\Arduino\hardware\espressif\ESP32/tools/sdk/include/freertos/freertos/FreeRTOS.h:105,
from C:\Program Files (x86)\Arduino\hardware\espressif\ESP32\cores\esp32/Arduino.h:36,
from sketch\B4RDefines.h:8,
from sketch\B4RArduino.cpp:1:
C:\Program Files (x86)\Arduino\hardware\espressif\ESP32/tools/sdk/include/esp32/xtensa/config/specreg.h:40:13: error: expected identifier before numeric constant
#define BR 4
^
sketch\rCore.h:614:8: note: in expansion of macro 'BR'
class BR {
^
C:\Program Files (x86)\Arduino\hardware\espressif\ESP32/tools/sdk/include/esp32/xtensa/config/specreg.h:40:13: error: expected unqualified-id before numeric constant
#define BR 4
^
sketch\rCore.h:614:8: note: in expansion of macro 'BR'
class BR {
^
sketch\B4RArduino.cpp: In member function 'UInt B4R:
in::AnalogRead()':
B4RArduino.cpp:24: error: 'analogRead' was not declared in this scope
return analogRead(PinNumber);
^
sketch\B4RArduino.cpp: In member function 'void B4R:
in::AnalogWrite(UInt)':
B4RArduino.cpp:27: error: 'analogWrite' was not declared in this scope
analogWrite(PinNumber, Value);
^
exit status 1
'B4R::Object* B4R::Object::wrapPointer(const __FlashStringHelper*)' cannot be overloaded