Page 1 of 1

#include<mylib.h>

Posted: Fri Dec 29, 2017 7:38 am
by zhy44th
I failed to Call some functions write by mysef when I put them in resource file such as myfunc.xc and the header file myfunc.h; I have include <myfunc.h>
for example the project file system is like this:

Code: Select all

>bin
>src
    >main.xc
    >myfunc.xc
    >myfunc.h
.....
Sometimes , I would fail to include the lib_module download from xmos.If I change the module to tradition source and header file ,and add them to my project ,it may success...