XCore 200 - Lib Ethernet Build Error

Technical questions regarding the XTC tools and programming with XMOS.
Post Reply
lokesh327
Member++
Posts: 29
Joined: Wed Feb 06, 2013 2:24 pm

XCore 200 - Lib Ethernet Build Error

Post by lokesh327 »

Hi,

I am trying to use AN00202_gige_avb_i2s_Demo application and configured the required modules to generate AVB streams on Ethernet and take audio from I2S.

I have created multiple build configurations with pre-processors as my requirements.

Unfortunately, few build configuration can generate application for some and some have issues with lib_ethernet files.
I receive the following error conditions when the build fails for few build configurations.

.\.build_XCORE_TALKER_ADCHIGHEND\_l_ethernet\src\\mii_lie_lld.S.pca.xml: error: no such file or directory
xmake[1]: *** [.build_XCORE_TALKER_ADCHIGHEND/pca.xml] Error 1
xmake: *** [analyze] Error 2

sometimes the error is from rgmii_speed_handler.s.pca.xml file as well.

Can anyone suggest whats wrong in my build. what things i am making wrong here.

Thanks in advance.


peter
XCore Addict
Posts: 230
Joined: Wed Mar 10, 2010 12:46 pm

Post by peter »

Hi Lokesh327,

What version of the tools are you using? Almost always when I see this issue a clean and then build will fix it. Does:

Code: Select all

 
  xmake clean && xmake
resolve the issue?

Peter
Post Reply