7 years, 8 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. /media/uploads/ittraining/screenshot_from_2016-08-18_16-10-09.png

1 Answer

7 years, 8 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

I guess this error is because the libc package(libc-i386) for 32 bit applications is not installed on the 64 bit platform.

posted by Darby Shaw 28 Sep 2017