starting XK-AUDIO-216-MC-AB Topic is solved

New to XMOS and XCore? Get started here.
Post Reply
Sam
New User
Posts: 2
Joined: Mon Jun 24, 2019 6:45 pm

starting XK-AUDIO-216-MC-AB

Post by Sam »

I'm having difficulty getting the demo installed.

Installed Community_14.1.2 (build 17961, Dec-04-2015)
Downloaded USB audio 2.0 software Version 6.15.2. app_usb_aud_xk_216_mc seems to be the code for the XK-AUDIO-216-MC-AB demo board.
File - New - Create a new xTIMEcomposer project in an existing XMOS application or module
unable to successfully Project - Build all
Where should these modules be found?

12:33:12 **** Build of configuration 1i2o2xxxxxx for project app_usb_aud_xk_216_mc ****
xmake CONFIG=1i2o2xxxxxx all
Checking build modules
ERROR: Cannot find module: module_usb_shared
ERROR: Cannot find module: module_xud
ERROR: Cannot find module: module_usb_audio
ERROR: Cannot find module: module_spdif_tx
ERROR: Cannot find module: module_spdif_rx
ERROR: Cannot find module: module_usb_midi
ERROR: Cannot find module: module_dfu
ERROR: Cannot find module: module_usb_device
ERROR: Cannot find module: module_i2c_shared
ERROR: Cannot find module: module_i2c_single_port
ERROR: Cannot find module: module_adat_tx
ERROR: Cannot find module: module_adat_rx
C:/Program Files (x86)/XMOS/xTIMEcomposer/Community_14.1.2/build/xcommon/module_xcommon/build/../build/Makefile.common1:639: *** Missing build modules. Cannot continue. Stop.
xmake: *** [check_module_deps] Error 2

12:33:12 Build Finished (took 722ms)


View Solution
User avatar
mon2
XCore Legend
Posts: 1913
Joined: Thu Jun 10, 2010 11:43 am
Contact:

Post by mon2 »

Hi. Try:

Download the zip file (sw_usb_audio-[sw]_6.15.2rc1.zip)

from here:

https://www.xmos.com/file/usbaudiodevic ... ion=latest

and:

- Copy it into an empty workspace folder
- launch XTIME
- Select File>Import>Existing Projects into Workspace
- Select archive File (browse to sw_usb_audio-[sw]_6.15.2rc1.zip)
- Selct Finish to import

Project -> Build All and wait till code compiles.
Sam
New User
Posts: 2
Joined: Mon Jun 24, 2019 6:45 pm

Post by Sam »

I did not realize I had to import the entire zip file containing many examples.

Thanks!
Post Reply