Linking math library into the project
Posted: Tue Aug 13, 2019 2:12 am
I'm trying to link 3rd party library (no source code available) that's compiled for ESP32 but it uses a set of math library functions like roundf, fmaxf, sinf, ...
I see these implemented as special functions accessed through macros in fastmath.h but, of course, they cannot be used as they don't materialize into binaries with the symbols to enable linking to the library that's not obviously using those functions.
I'm using ESP-IDF 4.0. Any tips how to make progress?
I see these implemented as special functions accessed through macros in fastmath.h but, of course, they cannot be used as they don't materialize into binaries with the symbols to enable linking to the library that's not obviously using those functions.
I'm using ESP-IDF 4.0. Any tips how to make progress?