ARMmbed / mbed-cli

Arm Mbed Command Line Interface
https://os.mbed.com
Apache License 2.0
333 stars 176 forks source link

Fatal error getting while compiling pelion-example-common code #977

Open jadhavshital opened 4 years ago

jadhavshital commented 4 years ago

Hi, Trying to compile https://os.mbed.com/teams/ST/code/pelion-example-common using mbed-cli, getting error as below- image

Steps followed-

  1. mbed import http://os.mbed.com/teams/ST/code/pelion-example-common/
  2. cd pelion-example-common
  3. mbed dm init -d "organization.net" --model-name "pelion-example" --force -q
  4. mbed compile -m DISCO_F746NG -t GCC_ARM

Version used- mbed-cli = 1.10.4 python = 2.7

Suggest some solution. Thanks in advance!

ciarmcom commented 4 years ago

Thank you for raising this detailed GitHub issue. I am now notifying our internal issue triagers. Internal Jira reference: https://jira.arm.com/browse/IOTBTOOL-760

ross114 commented 3 years ago

Hi, Trying to compile https://os.mbed.com/teams/ST/code/pelion-example-common using mbed-cli, getting error as below- image

Steps followed-

  1. mbed import http://os.mbed.com/teams/ST/code/pelion-example-common/
  2. cd pelion-example-common
  3. mbed dm init -d "organization.net" --model-name "pelion-example" --force -q
  4. mbed compile -m DISCO_F746NG -t GCC_ARM

Version used- mbed-cli = 1.10.4 python = 2.7

Suggest some solution. Thanks in advance!

maybe you can try Mbed Studio, it is an alternatives. i once met the same problem, but when i swithc into Mbed Studio, problem successfully solved