Iam not getting lib files in (C:program​files/R201​3a/sys/lcc​)

when I installed matlab R2013a, i didn't get any lib,mex,bin files except include file in (C:programfiles/R2013a/sys/lcc) But in my friend system same Matlab file these 4 files are there and I got error in command prompt like "error: link of 'pnet.mexw64 ' failed" Those files are necessary for my warb v3 board project can you please help me in this. Iam using windows 7 ultimate 64 bit

 Accepted Answer

lcc is only for use with 32 bit MATLAB.
If the code you are compiling requires lcc itself, then you need to install the 32 bit version of MATLAB R2013a.

More Answers (1)

Thanks for the reply I am doing project using warp boards. I am seeing 1video for this,in that they use "wsock32.lib" file for matlab/sys/lib files.but I am using 64 bit so I install windows SDK 7.1 but when I continue with this I got error in command prompt like "error: link of 'pnet.mexw64 ' failed"
to overcome this error what should I do now

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!