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.

CCS/TMS320C6678: Can I includ two linker files??

Part Number: TMS320C6678

Tool/software: Code Composer Studio

Hi,

I've got TMS320C6678 board and I want to join two programs.

My first program is a example code about "timer" programing. Well, I don't have issues with it ....it works fine.
My second program is a other example about parallelim. I using a example code "hello world".....it works fine too.

Now, I've added to my first code (timer example) the header allows me use API OMP #include <ti/omp/omp.h>..... it works fine.

Continuening , I've writed nextcode:


#define NTHREADS 4

omp_set_num_threads(NTHREADS);

When I complie file, by console I've got errors #10234 and #10010

I've searching in this forum about error #10234 and #10010, I've noticed linker file makes me problems.

I've noticed that my first program use KeyStone.cmd and my second program Ink.cmd.
So, I've thought if a include Ink.cmd to my folder (where is all files of my timer program) the compiler could make me output file.....but that doesn´t works.
My question are:
Can I include two linker files??
How can I use API OMP in my program?


Thanks for reply