xvf3100 lib_xbclear host control not working

Voice related projects and technical discussions
Post Reply
nikhilgopale
New User
Posts: 3
Joined: Mon Jan 29, 2018 12:41 pm

xvf3100 lib_xbclear host control not working

Post by nikhilgopale »

Hi all,

I am using xvf3100 vocal fusion speaker. I am trying to tune control parameter of xmos using command line utility.
I gone through vocal fusion control user guide document. As mentioned in document i installed microsoft visual studio to compile host control utilty. I am executing nmake /f Makefile.Win32 command in xTIMEcomposer command-line window. It should generate vfctrl_usb binaries. But i am getting following errors.

..\..\..\..\lib_device_control\lib_device_control\host\util.c(2): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory

I already set environment variable path in windows. nmake.exe & CL.exe utilities also installed.

Please find the attached screenshot.

can anybody suggest me any solution for these?

Regards,
Nikhil
Image


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

Post by peter »

From: https://social.msdn.microsoft.com/Forum ... =vcgeneral

Run vcvarsall.bat located on your machine for example

"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"

and try once again.if still issue then reinstall your vs.
Post Reply