8 years, 6 months ago.

(SOLVED) New to mbed, can't compile with mbed cli

I've tried a few different example projects and I keep getting the same error. It says "No such file or directory" but doesn't specify what it's referring to.

Thanks in advance. /media/uploads/pjbergeron/screenshot_from_2017-03-30_15-22-16.png

Solved! Needed 32-bit libraries installed:

sudo dpkg add-architecture i386 sudo apt-get update sudo apt-get install libc6:i386

posted by Phillip Bergeron 31 Mar 2017
Be the first to answer this question.