Prathamesh, SCons is not finding the cl command. It is not finding your copy of visual studio. Do you have Visual Studio installed? It is a pre-request for building.
What scons command are you using to build? Try using ?run build? It is a *.bat file that calls scons with the correct options for most windows builds. George From: iotivity-dev-bounces at lists.iotivity.org [mailto:[email protected]] On Behalf Of Prathamesh Ranade Sent: Thursday, March 23, 2017 7:05 AM To: iotivity-dev at lists.iotivity.org Subject: [dev] IoTvity build error Hey all, I was trying to build IoTvity source code. I am repetitively facing the following errors:- ? operable program or batch file. scons: *** [extlibs\libcoap\libcoap\src\libcoap_address.obj] Error 1 'cl' is not recognized as an internal or external command, operable program or batch file. scons: *** [extlibs\libcoap\libcoap\src\libcoap_block.obj] Error 1 'cl' is not recognized as an internal or external command, operable program or batch file. scons: *** [extlibs\libcoap\libcoap\src\libcoap_async.obj] Error 1 scons: building terminated because of errors. ? Please help me with this. Regards, Prathamesh Ranade -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20170323/57aceae8/attachment.html>
