You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to use SEUSS which requires the EbbRT and Umm installation as primary dependencies.
I managed to install EbbRT, but I couldn't execute the helloworld application. When trying to build Umm running the command make -C tests/simple_test I received the following error:
make: Entering directory '/home/ebbrtdev/Umm/tests/simple_test'cd /home/ebbrtdev/Umm/ext/incubator-openwhisk-runtime-nodejs/core && /home/ebbrtdev/Umm/ext/rumprun/rumprun-solo5/bin/x86_64-rumprun-netbsd-cookfs nodejsAction.fs nodejsActionBase
/bin/sh: 1: /home/ebbrtdev/Umm/ext/rumprun/rumprun-solo5/bin/x86_64-rumprun-netbsd-cookfs: not found
../../Makefile.targets:29: recipe for target '/home/ebbrtdev/Umm/ext/incubator-openwhisk-runtime-nodejs/core/nodejsAction.fs' failed
make: *** [/home/ebbrtdev/Umm/ext/incubator-openwhisk-runtime-nodejs/core/nodejsAction.fs] Error 127
make: Leaving directory '/home/ebbrtdev/Umm/tests/simple_test'
Apparently, the directory /home/ebbrtdev/Umm/ext/rumprun/rumprun-solo5 does not exist as a subdirectory of my Umm directory, so the file x86_64-rumprun-netbsd-cookfs couldn't be found. Anyone knows what am I missing here?
The text was updated successfully, but these errors were encountered:
Hi, I am trying to use SEUSS which requires the EbbRT and Umm installation as primary dependencies.
I managed to install EbbRT, but I couldn't execute the helloworld application. When trying to build Umm running the command
make -C tests/simple_test
I received the following error:Apparently, the directory
/home/ebbrtdev/Umm/ext/rumprun/rumprun-solo5
does not exist as a subdirectory of my Umm directory, so the filex86_64-rumprun-netbsd-cookfs
couldn't be found. Anyone knows what am I missing here?The text was updated successfully, but these errors were encountered: