Search found 1 match

by aleksnc
Thu Jan 28, 2021 4:02 am
Forum: Sample Code
Topic: Compile components sources files into one .a file (static lib)
Replies: 0
Views: 3117

Compile components sources files into one .a file (static lib)

Hi there, I'm working on an ESP32 component that I'd like to share with others. I can't the source code as it must stay private. I'd like to know if there is a way to compile my component into one ".a" file (static lib) ? My component has several ".c" files and some dependencies to esp-idf component...