Issue with rsa.h not found doing a local build

Just got my photon and began playing with it. I am old school and use gcc locally for my work. Just downloaded the toolchain for photon and did a git checkout of the current release branch. Used the build command “make all PLATFORM=photon” to build. Build begins but ends due to mbedtls/rsa.h not being found by handshake.h header.

This checkout should build as is. What are we supposed to do with mbedtls and the rsa.h file in building the three binaries. Thanks.

Problem Solved. Dummy did not update modules from git. Got GCC up and running under cygwin with minimal issues and even less time spent. Impressive code base so far. This bugger seems to be a powerful little arm based device.

2 Likes