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

Need instructions on how to build moddable SDK... #9

Open
tve opened this issue Dec 13, 2022 · 3 comments
Open

Need instructions on how to build moddable SDK... #9

tve opened this issue Dec 13, 2022 · 3 comments

Comments

@tve
Copy link

tve commented Dec 13, 2022

I believe I followed the instructions to install the moddable SDK correctly, but node-red-mcu-plugin doesn't like it... Or perhaps it's node-red-mcu's fault :-)
I'm hitting deploy, trying to build for the simulator and I get:

/usr/src/moddable/build/bin/lin/release/mcconfig: line 3: /usr/src/moddable/build/bin/lin/release/tools: No such file or directory

Contrary to the error messages, /usr/src/moddable/build/bin/lin/release/tools actually exists, but is an empty directory. All the executables are in /usr/src/moddable/build/bin/lin/debug. What did I do wrong or what did I omit?

@ralphwetzel
Copy link
Owner

This looks like the Moddable SDK wasn't compiled completely. Both directories should be full of tools.
Just keep in mind, that there's - exclusively for Linux environments - an additional make install step necessary (Step 8).

@tve
Copy link
Author

tve commented Dec 14, 2022

I think the install step didn't complete properly. I ran it without sudo to see where it's trying to put stuff. I'm not thrilled about source packages plastering stuff all over the system, it makes for nightmares down the road. And then when I ran it with sudo I had the feeling it skipped over stuff...

@ralphwetzel
Copy link
Owner

Have you been able to clarify this issue?

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