The system cannot find the path specified.

Technical questions regarding the XTC tools and programming with XMOS.
gabdoomy
New User
Posts: 3
Joined: Tue Oct 16, 2012 2:20 pm

The system cannot find the path specified.

Post by gabdoomy »

I have a problem when trying to build a project:

Code: Select all

xmake CONFIG=Debug all 
The system cannot find the path specified.
xmake[1]: [.build_Debug/] Error 1 (ignored)
The system cannot find the path specified.
Creating dependencies for myProject.xc
The system cannot find the path specified.
"Updating eclipse config"
xmake[1]: *** [eclipse_config] Error 1
xmake: *** [bin/Debug/myProject_Debug.xe] Error 2
Can anyone help me with this?

my .xc code is :

Code: Select all

#include<stdio.h>
main (void)
{
	printf("hello");
}


User avatar
davelacey
Experienced Member
Posts: 104
Joined: Fri Dec 11, 2009 8:29 pm

Post by davelacey »

What OS are you using? Also, what is the path of your workspace?

Dave
gabdoomy
New User
Posts: 3
Joined: Tue Oct 16, 2012 2:20 pm

Post by gabdoomy »

win 7 sp1 and C:\Users\Alex\workspace