Page 1 of 1

undefined reference to `__atomic_is_lock_free'

Posted: Mon Oct 21, 2024 5:55 pm
by hong zhenbang
I downloaded a project on Github https://github.com/Seeed-Studio/sscma-example-esp32 and I want to deploy the examples from it on my ESP32-S3, after executing the command

Code: Select all

idf.py build
I get this error:
Snipaste_2024-10-22_01-53-59.png
Snipaste_2024-10-22_01-53-59.png (62.04 KiB) Viewed 91 times
What should I do to solve this problem? I'm a beginner to this.