I am getting the following error when running make on the mbed tls programs directory in a fresh download of mbedtls-2.13.0 on OS X. I had been using make here with no issues until it suddenly stopped last night, so I thought I must have broken something and downloaded a fresh mbedtls-2.13.0. I still am receiving this error when running make:
I have tried to reinstall Xcode command line tools but this did not solve the issue. I can generate that error either by running make on the default makefile or by typing:
ranlib …/library/libmbedx509.a
I have created an issue in our github repository on your behalf, so it could be better tracked.
You are welcome to track this issue
Regards,
Mbed TLS Team member
Ron
Hi @scottohair
We have tried reproducing this, but could not.
Could you please share your configuration to the github issue I opened on your behalf?
Regards,
Mbed TLS Team member
Ron
I ended up using cmake and was able to compile. Still not sure what was going on. I assume something on my device became corrupted, since it occurred all of the sudden.