Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mbed Simulator giving windows error 87 Parameter is incorrect #41

Closed
Selenatabbara opened this issue Aug 1, 2019 · 1 comment
Closed

Comments

@Selenatabbara
Copy link

Hello,
I went through the steps provided in the README.md file to install Emscripten and install mbed-simulator through git using:

$ git clone https://github.com/janjongboom/mbed-simulator.git
$ cd mbed-simulator
$ npm install
$ npm install . -g

I have tried to build the blinky example using:
$ node cli.js -i demos\blinky -o out --launch
But I have this error
image

I am using :
image

@janjongboom
Copy link
Owner

Hi @Selenatabbara, this is due to path length limits on Windows. Move the mbed-simulator folder to a folder that's shorter (e.g. C:\mbed-simulator). I'll add a note in the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants