Simba - linter in IDE does not find simba.h

Other than that code compiles fine. I’m on 2.0.0-b1 + Core 3.3.0, atmelavr 1.4.5

We need some help here by @eerimoq

Eric, please don’t use DUPLICATE feature provided by SCons. In this case, SCons copies all headers files to build environment (we don’t need that). Please provide REAL path in CPPATH. See

Simple example from a builder for Arduino

Same error on PlatformIO IDE 1.7.3 + Core 3.3.0, platform espressif8266, framework simba.
Additionally, build process fails on link stage with the following error:

xtensa-lx106-elf-g++: error: Projects\meteo\.pioenvs\esp01/firmware.map: No such file or directory
*** [.pioenvs\esp01\firmware.elf] Error 1

Also seeing this issue. Tracking here → Missing simba.h header · Issue #973 · platformio/platformio-core · GitHub

The fix suggested by Ivan is implemented in version 15.0.0 of Simba, which was recently released. This should fix the missing header problem.

1 Like