Boost_timer.so.1.84.0 (and other librarys) are available in the SDK 2025.6 but not in the AX2152 FW

I need the boost_timer library.
I can compile and link my application with the 2025.6 SDK, but when trying to load this application to the device (AXC F2152 with 00/2025.6.0 FW) I get the error message:

grafik.png

Is there a way to include this library into the Firmware itself or ship it somehow?

Hi svenplc, welcome to the forum.
Not all namespaces are supported.
Which programming language did you use?
Where did you find the boost_timer library?

Issues of this type actually go back many years:
https://www.plcnext-community.net/forum/#/discussion/508/libraries-found-in-the-sdk-2019-3-are-missing-on-the-axc-f-2152
The problem has still not been solved because it requires changes in the tools that are used to build the SDK. These changes have yet to be implemented by the upstream vendor.
At the moment the simplest option is to copy the missing library to the target device.

It’s worth mentioning that the (eventual) solution will not involve including these missing libraries on the target - it will involve removing these libraries from the SDK. So, a better solution may be to build your application against a your own build of the library, and then deploy that custom-built version of the library to the target.