XU208 linking error, can't find libxud_u.a

Technical questions regarding the XTC tools and programming with XMOS.
Post Reply
User avatar
Wavelength
Experienced Member
Posts: 76
Joined: Mon Sep 24, 2018 9:56 pm

XU208 linking error, can't find libxud_u.a

Post by Wavelength »

All,

Been a bit frustrated following the app note (AN01027) on creating a XU208 project. The I2C stuff had to be rewritten and a bunch of changes in the io, but it's all compiling now.

But I am getting this linker error and I am not sure why?

xmap: Error: Failed to find library "libxud_u.a".

It is there under workplace/sc_xud/module_xud/lib/xs1b/libxud_u.a

Does this have something to do with the XU208?

Thanks,
Gordon


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

Post by mon2 »

Found this:

https://translate.google.com/translate? ... rev=search


=====

Update:

Please also review this thread:

http://www.xcore.com/viewtopic.php?f=37 ... ilit=xu208

Code: Select all

http://www.xcore.com/viewtopic.php?f=37&t=6375&hilit=xu208
User avatar
Wavelength
Experienced Member
Posts: 76
Joined: Mon Sep 24, 2018 9:56 pm

Post by Wavelength »

Thanks actually it was because I missing the XUD_x200 in the make file.

But now I am totally confused... have NUM_CHANS_I2S set to 2 but in audioports.xc the ifdef is off, meaning I don't have a p_i2s_dac reference. Tried commenting out the ifdef but that didn't work???

Thanks,
Gordon
Post Reply