You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I am try to build pico for arduino framework on esp32 platform using platformio, when i build for the espidf framework everything ok and it work
when i build for arduino i got an error "#error "Multi-thread refcount in C99 only exists for GCC, use GCC or C11 or deactivate multi-thread" what the correct flags to success compiling
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I am try to build pico for arduino framework on esp32 platform using platformio, when i build for the espidf framework everything ok and it work
when i build for arduino i got an error "#error "Multi-thread refcount in C99 only exists for GCC, use GCC or C11 or deactivate multi-thread" what the correct flags to success compiling
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
; framework = espidf
upload_port = /dev/ttyUSB1
monitor_port= /dev/ttyUSB1
monitor_speed = 115200
lib_deps = https://github.com/eclipse-zenoh/zenoh-pico
build_flags =-D ZENOH_ARDUINO_ESP32=1
Beta Was this translation helpful? Give feedback.
All reactions