-
Notifications
You must be signed in to change notification settings - Fork 239
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
Error in makefiles created by Node-RED MCU #1071
Comments
Interesting. I agree that the #3 is a problem. Would you please provide the exported flow?Thank you.
|
flows.json is this
|
This is build.bat generated by mcu plugin.
|
Thank you for the additional information. The extra data on the source path is unnecessary. It can be removed by replacing this line in mcmanifest.js with the following: this.parseManifest(source, {...node.moddable_manifest, directory: this.currentDirectory}); Would you give that a try? FWIW – The path with extra data is being output for all platforms. However, it doesn't generate an error on macOS but clearly does on Windows. That's why I didn't notice the problem. |
Thank you for your reply. Once fixed, I get this error: Probably, I think that it is really "c:\users\tauchi\.node-red\node_modules.....", but there is no ".node-red". The manifest automatically generated by the plugin is as follows.
|
sorry. Rebuilding Moddeable and restarting the PC seems to be fine. thank you. |
Thanks for confirming. I should have mentioned that is necessary to rebuild the tools after making that change. Apologies. |
Build environment: Windows Node-RED MCU Plugin
Target device: M5Stich_cplus + sht3x
Description
Thank you for automatically embedding the sensor driver.
I get the following error:
mcconfig -d -x localhost:5004 -m -p esp32/m5stick_cplus
C:\Espressif\tools\idf-exe\1.0.3\idf.py.exe
C:\Espressif\frameworks\esp-idf-v4.4.4\tools\idf.py
c:\pjt\moddable\build\tmp\esp32\m5stick_cplus\debug\qnkkmq7msvl\makefile(111) : fatal error U1033: 構文エラー : 予期しない 'c:\pjt\moddable\modules\drivers\sensors\sht3x\manifest.json'
Stop.
Corresponding part
I think "#3" in the previous line is probably bad.
thanks.
The text was updated successfully, but these errors were encountered: