MATLAB: While converting matlab code to hdl code using hdl coder the error occurs in fixed point conversion.so how to rectify it

how can i clear this kind of errors?

Warning: ''MySQL' is not recognized as an internal or external command,
operable program or batch file.
'MySQL' is not recognized as an internal or external command,
operable program or batch file.
VSINSTALLDIR' exceeds MATLAB's maximum name length of 63 characters and has been truncated to ''MySQL' is not recognized as an internal or external command,
o'.
The current MEX compiler '<unknown>' is not supported.
Use mex -setup to select a supported compiler.
Use help fiaccel for more information on using this command.
Reference to non-existent field 'summary'.
Error in C:\Program Files\MATLAB\R2013a\toolbox\coder\float2fixed\+coder\+internal\Float2FixedConverter.p>Float2FixedConverter.buildDesign (line 1699)
Error in C:\Program Files\MATLAB\R2013a\toolbox\coder\coder\+coderprivate\Float2FixedManager.p>Float2FixedManager.buildFloatingPointCode (line 102)
Error in C:\Program Files\MATLAB\R2013a\toolbox\coder\coder\private\fpBuildFloatingPointCode.p>fpBuildFloatingPointCode (line 4)
Error in C:\Program Files\MATLAB\R2013a\toolbox\coder\coder\emlcprivate.p>emlcprivate (line 16)
Reference to non-existent field 'summary'.
Error in Float2FixedConverter>buildDesign at 1699
Error in Float2FixedManager>buildFloatingPointCode at 102
Error in fpBuildFloatingPointCode at 4
Error in emlcprivate at 16

Best Answer

The first thing to do is to install a C or C++ compiler and then use "mex -setup" to configure it.