Hi
I have a project in linear algebra which requires working on matrices and vectors (very high dimesions e.g 500*500)
I wrote my code in visual studio(using eigen library) and compiled it now I want to write my code in code composer and run in on my omapl138 .
but it doesn't compile successfully and I don't know how to port this library on CCS , would you please tell me what's wrong and what should I do ?!
would you please name some of mathematical libararies which is compatible with CCS ?
P.S
I added the library path in build option settings so CCS finds the library and headers but cannot compile it !!!
question no 2. as I said I'm working with omapl138 and I use BSL(board support library) for writing my DSP code . which library set you do recommend for writing my code (CSL ....)
I want to use upp and uart and I don't know how and which library is the best !
here it is a picture of the output window of CCS and my code which is only 5 lines !!