Error Building Gigabit AVB example Topic is solved

If you have a simple question and just want an answer.
Oddworld
Member
Posts: 11
Joined: Tue Mar 03, 2015 10:57 am

Error Building Gigabit AVB example

Post by Oddworld »

Hi everyone !

I am simply trying to compile the "Gigabit Ethernet AVB endpoint example us- ing I2S master" available here : http://www.xmos.com/support/appnotes/an00202.

I am starting to have some experience with xTimeComposer but here, even following the app note, I am not able to compile this example.

I imported the project into a fresh workspace and then imported lib_tsn and lib_i2s on their latest version.

At this point, the project doesn’t compiled because of "missing build modules", I figured out later that the above libraries dependencies hadn’t been added automatically during the import.

After adding manually each dependency and their own dependencies I finally get the error :

xmake CONFIG=Default all
Checking build modules
Using build modules: lib_tsn(7.0.1) lib_ethernet(3.1.1) lib_i2c(3.1.1) lib_logging(2.0.0) lib_xassert(2.0.0) lib_otpinfo(2.0.0) lib_gpio(1.0.0) lib_locks(2.0.1)
Analyzing avb_1722_common.c
.././src/XR-AUDIO-216-MC.xn:10 Error: XN11099 Package type "XS2-EnA-512-FB236" cannot be resolved to a package file.
xmake[1]: *** [.build/_l_tsn/src/1722//avb_1722_common.c.pca.xml] Error 1
xmake: *** [analyze] Error 2
Does anone succed compiling this example ?

Thanks in advance.

Configuration:   Windows 7 64 bits, xTimeComposer 14.1.0, AN00202_gige_avb_i2s_demo v 1.0.0, lib_i2s v 2.0.1, lib_tsn v 7.0.1

 
Hi everyone !

I am simply trying to compile the "Gigabit Ethernet AVB endpoint example us- ing I2S master" available here : http://www.xmos.com/support/appnotes/an00202.

I am starting to have some experience with xTimeComposer but here, even following the app note, I am not able to compile this example.

I imported the project into a fresh workspace and then imported lib_tsn and lib_i2s on their latest version.

At this point, the project doesn’t compiled because of "missing build modules", I figured out later that the above libraries dependencies hadn’t been added automatically during the import.

After adding manually each dependency and their own dependencies I finally get the error :

xmake CONFIG=Default all
Checking build modules
Using build modules: lib_tsn(7.0.1) lib_ethernet(3.1.1) lib_i2c(3.1.1) lib_logging(2.0.0) lib_xassert(2.0.0) lib_otpinfo(2.0.0) lib_gpio(1.0.0) lib_locks(2.0.1)
Analyzing avb_1722_common.c
.././src/XR-AUDIO-216-MC.xn:10 Error: XN11099 Package type "XS2-EnA-512-FB236" cannot be resolved to a package file.
xmake[1]: *** [.build/_l_tsn/src/1722//avb_1722_common.c.pca.xml] Error 1
xmake: *** [analyze] Error 2
Does anone succed compiling this example ?

Thanks in advance.

Configuration:   Windows 7 64 bits, xTimeComposer 14.1.0, AN00202_gige_avb_i2s_demo v 1.0.0, lib_i2s v 2.0.1, lib_tsn v 7.0.1

 
View Solution
User avatar
Andy
Respected Member
Posts: 279
Joined: Fri Dec 11, 2009 1:34 pm

Post by Andy »

Make sure you're using the latest version v1.0.2 of AN00202.
essicaanne
New User
Posts: 3
Joined: Mon Nov 16, 2015 2:03 pm

Post by essicaanne »

Hi, I am getting this exact same error. I am using version 1.0.3 of the application note. I also tried downloading version 1.0.2 and that gives the same error. Any other suggestions for how to solve this or what this error even means?
User avatar
Ross
Verified
XCore Legend
Posts: 1185
Joined: Thu Dec 10, 2009 9:20 pm
Location: Bristol, UK

Post by Ross »

Before anyone looks into this, can you just confirm your tools version please?
essicaanne
New User
Posts: 3
Joined: Mon Nov 16, 2015 2:03 pm

Post by essicaanne »

I was using 14.0.4. I have now upgraded to 14.1.2 and it builds. Sorry for the trouble.
User avatar
Ross
Verified
XCore Legend
Posts: 1185
Joined: Thu Dec 10, 2009 9:20 pm
Location: Bristol, UK

Post by Ross »

The issue is the device you were targeting didn't exist when that tools release was made.

Cheers
Ross