olegkutkov / starlink-wifi-gen2

Public GPLv2 release of 2nd generation Starlink Wifi Router Code
10 stars 2 forks source link

compile error: recipe for target 'world' failed #3

Open ZERO-A-ONE opened 1 year ago

ZERO-A-ONE commented 1 year ago

When I was compiling, I encountered some problems:

make: *** [world] Error 1
make -r world: build failed. Please re-run make with -j1 V=s to see what's going on
/starlink-wifi-mtk/openwrt/include/toplevel.mk:197: recipe for target 'world' failed
+ chown -R ubuntu:UnixUsers .
chown: invalid group: ‘ubuntu:UnixUsers’
ZERO-A-ONE commented 1 year ago

I fixed this issue and need to fix zlib located at openwrt/package/libs/zlib/Makefile:

PKG_VERSION:=1.2.13 PKG_HASH:= d14c38e313afc35a9a8760dadf26042f51ea0f5d154b0630a31da0540107fb98

Please refer to: http://www.zlib.net/