ARMmbed / mbed-os-example-tls

mbed TLS Sample application
Apache License 2.0
30 stars 52 forks source link

[Online IDE] [Benchmark]: Compilation fails for Nuvoton NUC472. #33

Closed ashok-rao closed 7 years ago

ashok-rao commented 7 years ago

Steps to reproduce:

  1. Import example from the "import via URL" link and point to https://github.com/ARMmbed/mbed-os-example-tls.git
  2. Change platform to Nuvoton NUC472. Remove other examples from workspace.
  3. Compile.
  4. Fails with following error.

benchmark_onlineide

ciarmcom commented 7 years ago

ARM Internal Ref: IOTSSL-1123

andresag01 commented 7 years ago

Notes:

andresag01 commented 7 years ago

The cause of the problem reported here is that the online IDE cannot handle multiple examples under the same project directory. Instead of importing the mbed TLS examples from their GitHub repo, use the following mirrors:

I will add links to these mirrors to the mbed TLS example's documentation.

andresag01 commented 7 years ago

I have created a PR to change the main README.md: https://github.com/ARMmbed/mbed-os-example-tls/pull/42

andresag01 commented 7 years ago

PR has been merged. Closing this issue.