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 ****