Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile error for ESP32S3 in platformio #90

Open
dkm1978 opened this issue Oct 30, 2023 · 0 comments
Open

Compile error for ESP32S3 in platformio #90

dkm1978 opened this issue Oct 30, 2023 · 0 comments

Comments

@dkm1978
Copy link

dkm1978 commented Oct 30, 2023

Hello :)
While compiling for ESp32s3 in the VSC+platformio environment, I received the following error:
my_basic.c:370:15: error: conflicting types for '_lock_t' it turned out that in the file belonging to the SDK "sys/lock.h"
there is a typedef definition _LOCK_T _lock_t;
After changing all _lock_t references to mb_lock_t in my_basic.c, compilation works without errors.

@paladin-t could you comment on my changes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant