-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tls-client Example does not compile with ArmCC #246
Comments
hasnainvirk
changed the title
Authenticated Encrytption Example does not compile with ArmCC
tls-client Example does not compile with ArmCC
Aug 20, 2015
As the yotta error on line 5-6 says, frdm-k64-armcc is not the correct name for the target. The correct name is frdm-k64f-armcc (with an f). |
Patater
added a commit
to Patater/mbedtls
that referenced
this issue
Feb 10, 2020
…-interface_test_strategy Secure element driver interface test strategy
hanno-becker
pushed a commit
to hanno-becker/mbedtls
that referenced
this issue
May 4, 2021
…_sh_resumption_with_openssl Tls13 prototype ssl opt sh resumption with openssl
iameli
pushed a commit
to livepeer/mbedtls
that referenced
this issue
Dec 5, 2023
…for_test test/rtp_decoder: Add missing conditional
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hasnain@ubuntu:
/Repos/OOB_Repo/mbedtls-examples/tls-client$ yt clean/Repos/OOB_Repo/mbedtls-examples/tls-client$ yt target frdm-k64-armcchasnain@ubuntu:
hasnain@ubuntu:
/Repos/OOB_Repo/mbedtls-examples/tls-client$ yt build/Repos/OOB_Repo/mbedtls-examples/tls-client$ lsinfo: get versions for frdm-k64-armcc
error: could not install target frdm-k64-armcc at * for frdm-k64-armcc
error: frdm-k64-armcc does not exist in the targets registry. Check that the name is correct, and that it has been published.
hasnain@ubuntu:
module.json README.md source yotta_modules yotta_targets
hasnain@ubuntu:
/Repos/OOB_Repo/mbedtls-examples/tls-client$ yt target/Repos/OOB_Repo/mbedtls-examples/tls-client$ yt upfrdm-k64-armcc,* missing
hasnain@ubuntu:
info: get versions for frdm-k64-armcc
error: could not install target frdm-k64-armcc at * for frdm-k64-armcc
error: frdm-k64-armcc does not exist in the targets registry. Check that the name is correct, and that it has been published.
hasnain@ubuntu:~/Repos/OOB_Repo/mbedtls-examples/tls-client$
The text was updated successfully, but these errors were encountered: