I have the same problem. Has anyone found a fix for it?
Jorge Garcia
@Jorge Garcia
Best posts made by Jorge Garcia
-
RE: Node-Red on Omega2+: Unable to make it listen on other IP then 192.168.3.1
Latest posts made by Jorge Garcia
-
RE: Node-Red on Omega2+: Unable to make it listen on other IP then 192.168.3.1
I have the same problem. Has anyone found a fix for it?
-
RE: NodeJS version 6+ ?
Thank you very much for the contribution @brolly759 and @MFsoft , I'll try it and I'll tell you how it was, I needed this version to install the latest version of node-red and some google-home repositories.
@MFsoft , I look forward to the detailed procedure to compile my own version
-
RE: NodeJS version 6+ ?
Hi @Arek-Z , i try to compile nodejs 8.9.4 using cross compile and editing the Makefile from /source/packages/feeds/onion/nodejs,
when i try the command from /source: make -j1 V=s /package/nodejs i have an error:
{standard input}: Assembler messages: {standard input}:125: Error: opcode not supported on this processor: mips32r2 (mips32r2) `ldc1 $f0,24($fp)'
my file ".config" in /source is the some from OnionIoT git source.
What i'm doing wrong?