Compiling with tlsf dependancy / AR 6

Hi All,

I’m trying to compile Loupe team StringExt library (GitHub - loupeteam/StringExt: AR Library for extending string parsing functionality) that uses tlsf memory allocator in a binary format.
Because of AR 6 compiler version jump, the binary in not binary compatible.

Does anyone know if it’s possible to get sources or an update object or archive for this library ?

Best regards

Google pointed me to this:

RT-Thread-packages/tlsf: TLSF is a dynamic memory allocation algorithm with predictable execution time and low fragmentation.

Yes, there are quite a few implementations out there, but there’s one specific to Automation Runtime and RTK. I expect it to be piece of work to get it right, and it may call private APIs, so I am looking for the expected implementation.
Thank you !

just try to contact Loupe team. They are very nice guys :slight_smile:

1 Like

@Alain_Vitry I marked Christoph’s answer as the solution because contacting the Loupe team would be the best approach. Feel free to change it. I would be happy if you could update us and share the link to the updated library.

1 Like

According to the developpers, the tlsf has not yet been made opensource.
Unfortunately I am making use of the websocket library that relies on threads, therefore until somewho provide a AS6 binary I can’t compile it myself.
Discussion on : Compile for ARM · Issue #9 · loupeteam/StringExt · GitHub

2 Likes

thanks for update :slight_smile: