This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/PROCESSOR-SDK-K2H: Mismatch of library versions in SDK vs the TI starter filesystem

Part Number: PROCESSOR-SDK-K2H


Tool/software: Linux

I am looking at K2H SDK version 05.01.00.11, but this applies to the older versions as well. It is pretty consistent as far back as I can see. What I see is following:

In the <SDK FOLDER>/linux-devkit/sysroots/x86_64-arago-linux/lib I see following pthread library : libpthread-2.26

In the TI starter file system (arago base) that was distributed in the same sdk.bin file in the lib folder I see: libpthread-2.25

This applies to all the libraries in these folders. In general libraries are older on the distributed file systems vs the SDK. Usually 1 or 2 versions behind.

This forced my project to use 02.XX.XX.XX sdk and 03.XX.XX.XX starter file system. As the binaries compiled with 03.XX.XX.XX SDK would not run on file system provided with the same 03.XX.XX.XX

Now the time came to upgrade the Kernel to latest version. Would be nice to not have to mix and match the libraries and file systems. Am I missing something?