On 04/04/2017 03:46 AM, Masud Parves Bhuiyan wrote:
> Dear Mr. Coval,
> 
> Thanks for your quick reply. I've the run the command "EXEC_MODE=true 
> ./prep.sh" 
> but result is same as before. Build is failed with message
> 
> *IOError: [Errno 2] No such file or directory: 'include/mbedtls/compat-1.3.h*
> 
> for build command *scons -f 
> resource/csdk/stack/samples/tizen/build/SConscript 
> TARGET_OS=tizen TARGET_TRANSPORT=ALL SECURED=0*

And do you have this set up correctly? It should have prompted you
(first time you ran things) to get a copy via git, and that copy should
exist in extlibs/mbdetls/mbedtls - please check.

The prompt would have included:

* Please download mbedtls using the following command:
         *
* $ git clone https://github.com/ARMmbed/mbedtls.git
extlibs/mbedtls/mbedtls -b mbedtls-2.4.0


I'm a little surprised we're using anything from this header as it's marked

 * \brief Compatibility definitions for using mbed TLS with client code
written
 *  for the PolarSSL naming conventions.
 *
 * \deprecated Use the new names directly instead


but in any case, the problem is likely that something is not right in
your environment.  The construction file extlibs/mbedtls/SConscript,
which is a permanent part of the iotivity git branch, tries to open your
missing file to decide whether a patch needs to be applied or not, and
the error indicates it didn't find it.

Reply via email to