I have updated all the required source file from Git link and followed the instruction as mentioned.
But still go below error while executing make file , I’m using gcc compiler to build the CBOR data file.
C:\Users\vikas.burhanpure\Desktop\Personal\ingestion-sdk-c-master>mingw32-make
cc -DEI_SENSOR_AQ_STREAM=FILE -Wall -I. -Imbedtls/include -Imbedtls/crypto/include -IQCBOR/inc -IQCBOR/src -Iinc -Iinc/signing test/main.c QCBOR/src/.c mbedtls/library/.c -o ingestion-sdk-example
process_begin: CreateProcess(NULL, cc -DEI_SENSOR_AQ_STREAM=FILE -Wall -I. -Imbedtls/include -Imbedtls/crypto/include -IQCBOR/inc -IQCBOR/src -Iinc -Iinc/signing test/main.c QCBOR/src/.c mbedtls/library/.c -o ingestion-sdk-example, …) failed.
make (e=2): The system cannot find the file specified.
Makefile:15: recipe for target ‘build’ failed
mingw32-make: *** [build] Error 2
Kindly let me know if i’m missing some steps.
-Vikas B