Page 1 of 1

XCore 200 - Lib Ethernet Build Error

Posted: Mon Jul 03, 2017 9:23 am
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.

Re: XCore 200 - Lib Ethernet Build Error

Posted: Tue Jul 04, 2017 8:18 am
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