Cant find libxud_u.a

Technical questions regarding the XTC tools and programming with XMOS.
beandigital
Member
Posts: 10
Joined: Mon Nov 23, 2015 5:10 pm

Cant find libxud_u.a

Post by beandigital »

I am using the USB audio lib and when I build it fails to find libxud_u.a. I think its due to a path not being specified but I am not sure where to add it. Can someone tell me?

Thanks


ffomich
Experienced Member
Posts: 119
Joined: Mon Sep 15, 2014 1:32 pm

Post by ffomich »

Hi,
try to add path in project paths:

xTIMEcomposer->Project Explorer->your project, mouse right-click->Properties->C/C++ General->Paths and Symbols

For example in XMOS USB Audio 2.0 reference design:
- workspace include module_xud project
- app_usb project has path module_xud/lib/xs1b.
- app_usb project has Makefile with string "MODULE_LIBRARIES = xud_u"
beandigital
Member
Posts: 10
Joined: Mon Nov 23, 2015 5:10 pm

Post by beandigital »

Hi

Yes the paths are all there. To be honest with you this is my first time using XMOS but it been a nightmare to get anything working. Just trying to create a simple USB audio with I2S input but I get problem after problem. Can't really see what I am doing wrong.
ffomich
Experienced Member
Posts: 119
Joined: Mon Sep 15, 2014 1:32 pm

Post by ffomich »

Did you try to build original XMOS project?