Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 3 months ago.
Get error whil compiling mbed-os-example-blinky on mbed cli
Hi,
I encounter "[OS Error] Command: " during compiling mbed-os-example-blinky on mbed cli. I followed every single step on the quick start session. Does anyone know what the problem is? I am using Ubuntu16.04 OS.
1 Answer
8 years, 3 months ago.
Hi Joseph,
It looks like the tools can't find you installation of armcc. Can you confirm that "/home/it/ARM_Compiler_5.06u3/bin/armcc" is the correct path to your installation of the ARM compiler? If this isn't the case, you will need to update the path to your compiler: https://github.com/ARMmbed/mbed-cli#through-mbed-cli-configuration
If the path looks right, could rerun the command with the "-v" flag and paste the full log here?
Thanks, Brian