Hello everyone,
when i build my project with differrent *.lib, the *.out file being built seems differrent too. Is there anyway to translate the *.lib files to *.c format?
Thanks a lot!
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.
Hello everyone,
when i build my project with differrent *.lib, the *.out file being built seems differrent too. Is there anyway to translate the *.lib files to *.c format?
Thanks a lot!
Hi FeiHong,
From my understanding, there is no way to translate the lib files to source files.
*. lib files are static library files. Refer the e2e thread to create the static lib files.
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/252532.aspx?pi73866=1
*.out files are executable files generated out of the build.
Please refer the CCS tutorial (spru301) - http://www.ti.com/lit/ug/spru301c/spru301c.pdf
Thanks.