Cross Compiling error: uuid.h missing

Hello, I’m trying to do cross-compilation on a project that uses Microsoft Azure SDK for communication (azure_c_shared_utility).

An error is occurring during the process and says:

fatal error: uuid / uuid.h: No such file or directory
#include <uuid / uuid.h>

I’m using Ubuntu 17.10 (x86_64) host for Colibri VF50 with Linux.

Please, can someone help me? Where can I find uuid.h?

What exact toolchain are you using?

We recommend building your custom Angstrom/OpenEmbedded/Yocto Project image with whatever desired packages (e.g. uuid) pre-installed. Then using that resp. toolchain will also include whatever desired header files and can be used as e.g. explained here following the part after Alternatively.

Linaro 6.2.1

The Alternatively part was what I was looking for. Thank you.