Search found 2 matches

by thegrayzone
Fri Jun 27, 2025 10:34 am
Forum: ESP-IDF
Topic: Component libraries fail to link with functions provided by esp-idf
Replies: 0
Views: 146

Component libraries fail to link with functions provided by esp-idf

I'm trying to port an existing project to esp-idf by building the existing code as a set of libraries and importing these libraries into the esp-idf project as "components". Here's my project CmakeLists.txt :


# The following five lines of boilerplate have to be in your project's
# CMakeLists in ...
by thegrayzone
Fri Mar 28, 2025 4:47 pm
Forum: ESP-IDF
Topic: Compile a prebuilt library for use with ESP-IDF
Replies: 0
Views: 192

Compile a prebuilt library for use with ESP-IDF

Hi,

I'm trying to link a simple app_main() against some prebuilt libraries, using the method described in the last post (by dmarks_ls) in this thread:
https://esp32.com/viewtopic.php?t=16452

The linking stage of the build throws a bunch of errors with "dangerous relocation: call8: call target out ...

Go to advanced search