Search found 1 match

by Zyx106
Fri Feb 16, 2024 8:05 am
Forum: ESP-IDF 中文讨论版
Topic: undefined reference to `app_main'
Replies: 11
Views: 41456

Re: undefined reference to `app_main'

I noticed that on newer esp-idf versions, the reference to 'app_main' only works when the main folder of the project is named "main". Had it already twice, I think both times with an esp32S3. Lost a lot of time but now I have already changed it in all my projects, even some examples have folder name...