Compiling problem

Dear community,

I am trying to compile https://github.com/gl-inet/openwrt/tree/openwrt-19.07.7 on Ubuntu 22.04 for but I have a problem when running make command.

I installed dependencies, updated feeds as it is written in the README file.

...
-- Installing: /home/user/glinet/openwrt/staging_dir/host/share/cmake-3.15/completions/ctest
make[4]: Leaving directory '/home/user/glinet/openwrt/build_dir/host/cmake-3.15.1'
mkdir -p /home/user/glinet/openwrt/staging_dir/host/stamp
touch /home/user/glinet/openwrt/build_dir/host/cmake-3.15.1/.built
touch /home/user/glinet/openwrt/staging_dir/host/stamp/.cmake_installed
make[3]: Leaving directory '/home/user/glinet/openwrt/tools/cmake'
time: tools/cmake/compile#1593.00#130.89#526.12
make[2]: Leaving directory '/home/user/glinet/openwrt'
make[1]: *** [tools/Makefile:155: /home/user/glinet/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.tools_compile_yynyynnyyynyyyyynyynyyyyynyyyyyyyyyyyyyyynyynynnyyynnyyy] Error 2
make[1]: Leaving directory '/home/user/glinet/openwrt'
make: *** [/home/user/glinet/openwrt/include/toplevel.mk:227: world] Error 2

Can you help me better understand compilation process?

Can you share the full compiled log? It’s hard for me to see the problem from the current log.