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:
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?
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.