XDE does not see include file

Technical questions regarding the XTC tools and programming with XMOS.
Post Reply
cicga
Active Member
Posts: 51
Joined: Tue Oct 11, 2011 4:48 pm

XDE does not see include file

Post by cicga »

hi all
anybody has a problem that XDE does not see include file even if it is in the project src folder.

cicga


User avatar
rp181
Respected Member
Posts: 395
Joined: Tue May 18, 2010 12:25 am
Contact:

Post by rp181 »

If you are talking about the #include line, if it is in the same directory, it is:

Code: Select all

#include "header.h"
"<" are used if it is in the include path.
cicga
Active Member
Posts: 51
Joined: Tue Oct 11, 2011 4:48 pm

Post by cicga »

thanks rp181

I have included "header.h" file and it is in src folder in project - I can see it but XDE not.
User avatar
rp181
Respected Member
Posts: 395
Joined: Tue May 18, 2010 12:25 am
Contact:

Post by rp181 »

Can you put a screenshot up?
Post Reply