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
{{ message }}
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
I know that raspbian is not official supported on iot-edge but i wanted to build it on my pi3. It always stopps at the same error:
/home/pi/Downloads/iot-edge/proxy/outprocess/src/module_loaders/outprocess_loader.c:8:16: fatal error: uv.h: Datei oder Verzeichnis nicht gefunden
#include <uv.h>
compilation terminated.
core/CMakeFiles/gateway_static.dir/build.make:230: recipe for target 'core/CMakeFiles/gateway_static.dir//proxy/outprocess/src/module_loaders/outprocess_loader.c.o' failed
make[2]: *** [core/CMakeFiles/gateway_static.dir//proxy/outprocess/src/module_loaders/outprocess_loader.c.o] Error 1
CMakeFiles/Makefile2:987: recipe for target 'core/CMakeFiles/gateway_static.dir/all' failed
make[1]: *** [core/CMakeFiles/gateway_static.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
As far as i can see it can't find the uv.h file. My cmake is at the newest version.