Page 1 of 1

Warnings when using app_usb_aud_xk_216_mc

Posted: Tue Dec 29, 2015 10:46 pm
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

Re: Warnings when using app_usb_aud_xk_216_mc

Posted: Wed Dec 30, 2015 4:46 pm
by johned
Hi there,

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

Best regards,
John

Re: Warnings when using app_usb_aud_xk_216_mc

Posted: Wed Dec 30, 2015 9:26 pm
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

Re: Warnings when using app_usb_aud_xk_216_mc

Posted: Wed Dec 30, 2015 9:30 pm
by jarbona
Note that I am able to compile and run properly. I'm just curious as of why these warnings are being generated.