mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
705e4189db
GCC prefixes underscore on symbol names on macOS, and so the set undefined symbol `-u app_main` won't work. However, this is unecessary, as the source file that defines it is specified directly to the executable, and not through a static library. Closes https://github.com/espressif/esp-idf/issues/4168 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
cpu_start.c | ||
esp_system.h | ||
flash_ops.c | ||
system_api.c |