Compile Error
-
Hi Onion team,
When I compile the openwrt project,I meet something compiling error:find /media/sice/363b4237-66f9-401d-91a4-df1c292f5755/omega2_serial/linux_src/source/build_dir/target-mipsel_24kc_musl/oos-app-sparkfun-qwiic/ipkg-mipsel_24kc/oos-app-sparkfun-qwiic -name 'CVS' -o -name '.svn' -o -name '.#' -o -name '~'| xargs -r rm -rf
Package oos-app-sparkfun-qwiic is missing dependencies for the following libraries:
libcrypto.so.1.0.0
libssl.so.1.0.0
make[3]: *** [/media/sice/363b4237-66f9-401d-91a4-df1c292f5755/omega2_serial/linux_src/source/bin/packages/mipsel_24kc/onion/oos-app-sparkfun-qwiic_1.0.0-1_mipsel_24kc.ipk] Error 1
make[3]: Leaving directory/media/sice/363b4237-66f9-401d-91a4-df1c292f5755/omega2_serial/linux_src/source/feeds/onion/oos-app-sparkfun-qwiic' Command exited with non-zero status 2 time: package/feeds/onion/oos-app-sparkfun-qwiic/compile#0.06#0.07#0.81 make[2]: *** [package/feeds/onion/oos-app-sparkfun-qwiic/compile] Error 2 make[2]: Leaving directory
/media/sice/363b4237-66f9-401d-91a4-df1c292f5755/omega2_serial/linux_src/source'
make[1]: *** [/media/sice/363b4237-66f9-401d-91a4-df1c292f5755/omega2_serial/linux_src/source/staging_dir/target-mipsel_24kc_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory `/media/sice/363b4237-66f9-401d-91a4-df1c292f5755/omega2_serial/linux_src/source'
make: *** [world] 错误 2Can you give me a resolution way?
Br,
Jhong Chan
-
I haven't tried to build this version but my first step to troubleshoot would be to use verbose debug output, this would usually show you what dependencies are missing.
--debug=v
hth