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.
Tool/software: TI C/C++ Compiler
Hello all ,
I have found HERCULES-DSPLIB CMSIS library provided by TI which has source code as well as pre-compiled libraries but these library are in .lib format which is basically supported for Windows .
Can anyone help me giving information about HERCULES-DSP precompiled library for linux platform (i.e in the format of .a) also dependencies of same library ,If I want run sample application on linux linking these libraries .
Regards ,
Manish
Hello Manish,
The build setup under installation folder\1.0.0\Docs contains the description of how to build the cortex-R DSP SW library on different tool chains like MDK, CCS, MDK using the GCC compiler, GCC codeSourcery, etc.
Thanks for information . Actually I went through document you are mentioning but seems all these tools are paid one ...? Can we compile same lib for Linux using CCS by gcc ARM toolchain ..?
Manish,
The steps described for CCS in the build document compiles the library using TI ARM tool chain which is free as part of CCS release. CCS also comes with Linaro GCC compiler so you don`t need to CodeSourcery IDE support.. Open CCS and import the project in root directory and check the build settings.
We recommend that you start with TI ARM compiler and then try to see if you want to use a different tool chain that works with MDK.
Regards,
Rahul