Temat: Poległem przy kompilacji
Postanowiłem użyć zalegającego w piwnicy terminala hp t5725 jako routera-serwera dla kamery IP i paru czujników temperatury z połączeniem ze światem za pomocą modemu 3g. Wystartowanie z istniejących obrazów x86 zakończyło się niepowodzeniem ze zwisem po linii "switching to clocksource TSC" podczas startu. Poczytawszy fora uznałem że pewnie chodzi o brak sterowników w obrazie i trzeba skompilować swój. Co to dla mnie, nie takie rzeczy, itd... Przeczytałem poradnik Cezarego, w 'menuconfig' dodałem wszystkie sterowniki jakie znalazłem i uznałem za odpowiednie dla tego sprzętu. I lipa. Kompilacja zwraca błąd, właściwie serię błędów, których nie potrafię już rozkminić. Poniższym kończy się kompilacja poleceniem " make -j1 V=s^C ". Pełny log nie jest tajemnicą, ale chciałem go dodać jako załącznik i nie wiem jak.
Proszę o pomoc Szanownych Fachowców.
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/home/grzesiek/openwrt/staging_dir/hostpkg/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:258:23)
gyp ERR! stack at emitTwo (events.js:126:13)
gyp ERR! stack at ChildProcess.emit (events.js:214:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
gyp ERR! System Linux 4.9.0-8-amd64
gyp ERR! command "/home/grzesiek/openwrt/staging_dir/hostpkg/bin/node" "/home/grzesiek/openwrt/staging_dir/hostpkg/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/grzesiek/openwrt/build_dir/target-i386_pentium4_musl/node-hid-0.7.2
gyp ERR! node -v v8.10.0
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-hid@0.7.1 install: `prebuild-install || node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-hid@0.7.1 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/grzesiek/openwrt/build_dir/target-i386_pentium4_musl/node-v8.10.0/npm-cache/_logs/2018-12-15T17_30_56_854Z-debug.log
Makefile:64: recipe for target '/home/grzesiek/openwrt/build_dir/target-i386_pentium4_musl/node-hid-0.7.2/.built' failed
make[3]: *** [/home/grzesiek/openwrt/build_dir/target-i386_pentium4_musl/node-hid-0.7.2/.built] Error 1
make[3]: Leaving directory '/home/grzesiek/openwrt/feeds/packages/lang/node-hid'
Command exited with non-zero status 2
time: package/feeds/packages/node-hid/compile#4.54#0.41#5.27
package/Makefile:107: recipe for target 'package/feeds/packages/node-hid/compile' failed
make[2]: *** [package/feeds/packages/node-hid/compile] Error 2
make[2]: Leaving directory '/home/grzesiek/openwrt'
package/Makefile:103: recipe for target '/home/grzesiek/openwrt/staging_dir/target-i386_pentium4_musl/stamp/.package_compile' failed
make[1]: *** [/home/grzesiek/openwrt/staging_dir/target-i386_pentium4_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/grzesiek/openwrt'
/home/grzesiek/openwrt/include/toplevel.mk:216: polecenia dla obiektu 'world' nie powiodły się
make: *** [world] Błąd 2