Warnings when using app_usb_aud_xk_216_mc

Technical discussions related to any XMOS development kit or reference design. Eg XK-1A, sliceKIT, etc.
Post Reply
jarbona
Junior Member
Posts: 5
Joined: Mon Jul 15, 2013 7:13 pm

Warnings when using app_usb_aud_xk_216_mc

Post by jarbona »

Hello,

I am getting 148 warnings when working with xCORE-200 MC Audio Platform.

Setup:
- sw_usb_audio-[sw]_6.14.0beta2.zip imported into xTime 14.1.2.
- 2i10o10xxxxxx was used for the build.

Issues:
1. Many warnings originate from warnings.xc. I noticed that customdefines.h is included twice as below:

Code: Select all

#include "customdefines.h"

#include "customdefines.h"
Shouldn't be this instead?

Code: Select all

#include "customdefines.h"

#include "devicedefines.h"
2. There are many "Path Entry Problem" warnings. Is there a need to modify each project's references to fix this?

Thanks and Regards,
Jorge


User avatar
johned
XCore Addict
Posts: 185
Joined: Tue Mar 26, 2013 12:10 pm
Contact:

Post by johned »

Hi there,

Have you imported the project correctly as per this video :
https://www.xmos.com/news/videos/17694

Best regards,
John
jarbona
Junior Member
Posts: 5
Joined: Mon Jul 15, 2013 7:13 pm

Post by jarbona »

Hi John,

Thanks for the video. It is very useful.

I followed the instructions in the xTIME manual - the only step I missed from the video was to Clean the project.

Looks like the new xTIMEcomposer 14.1.2 installation folder does not include some paths that were included in the USB Audio reference software. You can see the attached picture.

Regards,
Jorge
Attachments
issue.png
(137.99 KiB) Not downloaded yet
issue.png
(137.99 KiB) Not downloaded yet
jarbona
Junior Member
Posts: 5
Joined: Mon Jul 15, 2013 7:13 pm

Post by jarbona »

Note that I am able to compile and run properly. I'm just curious as of why these warnings are being generated.
Post Reply