Problem with new XDE 11.2

Technical discussions related to any XMOS development kit or reference design. Eg XK-1A, sliceKIT, etc.
User avatar
leon_heller
XCore Expert
Posts: 546
Joined: Thu Dec 10, 2009 10:41 pm
Location: St. Leonards-on-Sea, E. Sussex, UK.

Problem with new XDE 11.2

Post by leon_heller »

I tried the new tools yesterday, and had a problem cleaning my projects before rebuilding them:

Code: Select all


**** Clean-only build of configuration Debug for project XK-1 LED Project ****

xmake clean 
process_begin: CreateProcess(NULL, del /q .\src\xk1-led.o XK-1LEDProject.xe, ...) failed.
make (e=2): The system cannot find the file specified.

xmake: [clean] Error 2 (ignored)
del /q   .\src\xk1-led.o  XK-1LEDProject.xe
 
and the project wouldn't then rebuild, presumably because of the undeleted .xe file.

Deleting the .xe file manually, and then rebuilding, worked, but a subsequent clean gave the same problem as previously.

I'm using Win7 x64.


User avatar
mike
Member++
Posts: 19
Joined: Fri Dec 11, 2009 11:21 am

Post by mike »

Hi Leon,

Could you raise a ticket for this and I'll take a look?

Thanks,
Mike
User avatar
leon_heller
XCore Expert
Posts: 546
Joined: Thu Dec 10, 2009 10:41 pm
Location: St. Leonards-on-Sea, E. Sussex, UK.

Post by leon_heller »

Thanks, Mike.

I created a ticket, but there seems to be a problem with it as I can't see it. I got:

No permission to view newly created ticket #2493.

after I created it. You should be able to find it, though. Perhaps I should create a new ticket about not being able to see my open tickets. :D
User avatar
leon_heller
XCore Expert
Posts: 546
Joined: Thu Dec 10, 2009 10:41 pm
Location: St. Leonards-on-Sea, E. Sussex, UK.

Post by leon_heller »

The issue was caused by a version of Cygwin being in the path. Removing it from the path fixed the problem.