Trouble building USB-Audio-2.0-Software-v6.1 Topic is solved

Sub forums for various specialist XMOS applications. e.g. USB audio, motor control and robotics.
Guest

Trouble building USB-Audio-2.0-Software-v6.1

Post by Guest »

First, I am an Analog Design Engineer. We are trying to get into converters with our first development board based on the USB Audio 2.0 XS1-L1 Reference Design.

Right now I have having trouble building the USB Audio 2.0 Software. I have tried with xTIMEcomposer studio version 12.2.0 and 11.11.1.

The error I get with 12.2.0 is:
'Building Workspace' has encountered a problem.
Errors occurred during the build.

Details:
Errors occurred during the build.
Errors running builder 'CDT Builder' on project
'module_xud'.
java.lang.NullPointerException

Along with hundreds of Invalid path warnings having to do with 1ioxs, 2iomx and 2ioxs files.

There was another thread that mentioned using version 11.11.1 (from this https://www.xmos.com/support/downloads/xtimecomposer page). So I tried that with just as many or more errors and warnings.

What am I doing wrong? Any help would be appreciated (and please keep in mind that I am an Analog Design Engineer).

Lucas


View Solution
Guest

Post by Guest »

which version of xTIMEcomposer should I be using?
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Post by sethu_jangala »

Hi,

The USB-Audio-2.0-Software-v6.1.0 version of firmware should build with 12.2.0. Tell us the procedure on how you are trying to import the project and build it? I downloaded the latest version from the website and managed to build it without any issues.

Thanks,
Sethu.
Guest

Post by Guest »

Using 12.2.0
The workspace folder in my User folder. The USB-Audio-2.0-Software-v6.1 folder is in the My Documents folder.

To import the project:
File -> import -> selected "Existing Projects into Workspace" -> Next -> Select root directory -> selected USB-Audio-2.0-Software-v6.1 -> OK.

The under Project I selected Build all.
Guest

Post by Guest »

My boss and I have been working on this in parallel. He received an email from someone at XMOS with a link the pointed us to this page - https://www.xmos.com/en/published/usb-a ... ion=latest. Obviously regarding a USB Stereo Driver for windows but there is no download. Could this be the problem?
Guest

Post by Guest »

Turns out we already had the USB Stereo driver zip file on our server. Trying to install it and, of course, can't get it to work. I have the device plugged in and turned on, as the setup wizard has instructed and still not working.
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Post by sethu_jangala »

Can you try building again after changing the project workspace location? Probably spaces in the workspace path might be issue here. Change the workspace to "c:\" and try once again.

Regarding the driver installation, you need to build the project and run the firmware on the board and connect it to the machine using USB cable. Only then you will be able to install the driver.

-Sethu.
Guest

Post by Guest »

moved the workspace folder under My Documents. Same folder with the downloaded software. Still same error message:

Errors occurred during the build.
Errors running builder 'CDT Builder' on project 'module_xud'.
java.lang.NullPointerException

There are also 319 warnings about Invalid project path.
mmar
Experienced Member
Posts: 123
Joined: Fri Jul 05, 2013 5:55 pm

Post by mmar »

Try uncheck in project properties references
last XUD module checkbox.
Guest

Post by Guest »

hi mmar,

I do not understand. Where is Project Properties Reference?