Skip to content

darvik80/robot-espidf

Repository files navigation

Robot based on ESP32 devices

esp-idf

update defaults

idf.py save-defconfig

set-target=linux

idf.py --preview set-target linux

problems with xcode-15: -warn_commons

$ENV{IDF_PATH}/CMakeLists.txt

...
if(CONFIG_IDF_TARGET_LINUX AND CMAKE_HOST_SYSTEM_NAME STREQUAL "Darwin")
    list(APPEND link_options "-Wl,-dead_strip")
    #list(APPEND link_options "-Wl,-warn_commons")
    else()
    list(APPEND link_options "-Wl,--gc-sections")
    list(APPEND link_options "-Wl,--warn-common")
endif()
...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors