#include<mylib.h>

技术交流
Post Reply
zhy44th
Member
Posts: 11
Joined: Mon Dec 18, 2017 9:58 am

#include<mylib.h>

Post 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...


Post Reply