Hello,
I am new to XDK Workbench and i don't really understand why my project is not able to build. Need some quick help here.
I have imported the same project i was working on before, which worked fine. But now it gives me an an expected error.
Thank you in advance
Solved! Go to Solution.
Hello,
The communication to the MQTT Broker is not encrypted or verified therefore a certificate shouldn’t be necessary, i suppose. But is this still required and is this the reason why it is throwing the error.
Hello Shoriya,
Which application you are trying to compile?
If the application you are compiling is "HttpExampleClient", Please make sure that "ServerCA.h" file is available in below location.
Inside HttpExampleClient Application folder, SDK-> xdk110->Common->certs->Postman
Hello Shoriya,
If you don't need Security feature, you can disable Security feature in Makefile. So that it won't look for certificate.
After disabling sercurity feature in Makefile, Clean the project and Compile the project.
You won't get this Compilation problem.
Hello Shoriya,
Please provide your feedback whether the solution provided to you to this post solves the problem?