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/TDA2SX: A15 lib build

Part Number: TDA2SX

Tool/software: Code Composer Studio

HI

I am working on  tda2sx, vision sdk 3.8 , and A15 runs on linux.

I have to build a lib for a link on A15 .

I build the lib in CCS (Version:9.1.0.00010 ) , but there are two problems:

1) I build a testlib , according to the configuration below. 

The generation of XX.a is successful, but when I link the XX.a into vsdk, it shows/sample_app/tda2xx_evm_linux_all/lib/tda2xx-evm/a15_0/release/links_a15_algorithm.a: file format not recognized

Is the above configuration incompatible ?

2) I build another lib using CCS  which includes sys/ socket.h, but the compilation failed for  fatal error: sys/socket.h: No such file or directory.

How can I set the path? 

Thanks!