Search found 2 matches

by hong zhenbang
Tue Oct 22, 2024 5:12 am
Forum: ESP-IDF
Topic: undefined reference to `__atomic_is_lock_free'
Replies: 0
Views: 95

undefined reference to `__atomic_is_lock_free'

I have downloaded a project and I want to deploy the examples in it, and I encountered this error while compiling.What should I do to fix it please?
Snipaste_2024-10-22_01-53-59.png
Snipaste_2024-10-22_01-53-59.png (62.04 KiB) Viewed 95 times
by hong zhenbang
Mon Oct 21, 2024 5:55 pm
Forum: ESP-IDF
Topic: undefined reference to `__atomic_is_lock_free'
Replies: 0
Views: 91

undefined reference to `__atomic_is_lock_free'

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.