I'm hoping that it probably doesn't matter if I use the included `dsplib64plus.lib` or if I build dsplib myself, but I want to build it myself to be sure that it's being built and compatible with the same toolchain that I'm using for the rest of my development.
I'm using a OpenEmbedded for which there appears to be an official TI package (in org.openembedded.dev/recipes/ti/ti-dsplib), but it appears that the package is just a stub (it doesn't install anything).
So how do I build `dsplib` in Linux? Particularly I'm looking for a `Makefile` or a script to convert `.pjt`s to `Makefile`s.
And if it doesn't matter which toolchain it's built with, then why are there instructions for rebuilding it in Windows?