Hi,
I am using CCS v6.0.1 and I have been having issues trying to import an external library into my project. The library is a linear/non-linear solver created by qpOASES (see here: https://projects.coin-or.org/qpOASES
neccessary.
I have tried to import the code via linker library in the .a file provided but that has not worked (see below).
My next approach to this error was to include all the source files directly from the library, but discovered that by doing so, I would overfill the available memory
found on my TMS320F28377D device (See above).
Does anybody have any advice as to how I may resolve this issue?
Also, I believe I included all the necessary compiler file locations in order for the C++ code to operate, but feel free to correct me if I am wrong.
Thank you,
Andrew H