Recently I have compile new FW 00.07.05.4 with some changes, But new FW not found in path: rutos-ath79-rut9-gpl>bin>targets>ath79>generic>tltFws>RUTX_R_GPL_00.07.05.3_WEBUI.
I have try with all this 3 command: (1) make (2) make -j1 V=sc (3) make -j1 V=s
Can you please help me.
fatal: unable to connect to git.osmocom.org:
git.osmocom.org[0: 78.46.96.155]: errno=Connection refused
git.osmocom.org[1: 2a01:4f8:120:8470::2]: errno=Network is unreachable
Try tro compile libsmpp34 manually:
make package/libs/libsmpp34/clean
make V=sc package/libs/libsmpp34/compile
If it succeeds redo the make V=sc 2>&1 | tee makelog.txt and check the end of the makelog.txt file.
Edit: added V=sc to the compile command, just in case.
The subset of the log you have posted isn’t sufficient to determine the real cause of the failure. Upload the full makelog.txt again.
If the error is still in libsmpp34 edit package/libs/libsmpp34/Makefile and set PKG_SOURCE_URL=https://git.osmocom.org/libsmpp34 instead of git://…