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.

AWR1843BOOST: CCS Build Error at a linking time

Part Number: AWR1843BOOST
Other Parts Discussed in Thread: AWR1843

Hello, experts. 

I have a below error. I just include dsplib library and build this project.

but bulid didnt finish succefully.

Could you solve that problem??

Je 

''''' 

#include <stdint.h>
#include <math.h>
#include "DSPF_sp_fftSPxSP_cn.h"


int main(void)
{
return 0;
}

''''

<Linking>
fatal error #6001: cannot open file "C:/ti/dsplib_c674x_3_4_0_0/packages/ti/dsplib/lib": Permission denied

>> Compilation failure
makefile:142: recipe for target 'awr1843.out' failed
gmake[1]: *** [awr1843.out] Error 1
makefile:138: recipe for target 'all' failed
gmake: *** [all] Error 2

**** Build Finished ****