FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
289 views 7 comments
by anonymous
Hi there, I tried to compile the SDK, and I received this error. I am compiling it in the ubuntu 20.04 LTS environment.

make[1]: *** [package/Makefile:119: /home/ubuntu/RUTX_R/rutos-ath79-rut9-gpl/staging_dir/target-mips_24kc_musl/stamp/.package_compile] Error 2

1 Answer

0 votes
by anonymous
Hello,

Could you post a longer log, starting with the very first error ?

Regards,
Best answer
by anonymous
@fiebourse: I added the log to my original question. please have a look.
by anonymous
I don't see anything. Please include the result of "make -j 1 V=sc" starting at the first error.
by anonymous
The output is the result of "make -j4 V=s", hope that works.

You can download the log file from here:https://www.dropbox.com/sh/gkaptn93jxkddxk/AAAiOFgUfnbyekMzt7duimm_a?dl=0
by anonymous

I can't see any fatal error in the log file, not any 'Error 2' anyway but it is hard to follow. Could you do a:

make -k
make -j1 V=sc 2>&1 | tee makelog.txt

and post the makelog?

by anonymous
by anonymous

Ok the issue about coova-chilli easycwmp and shellinabox is known the fix is here : https://community.teltonika-networks.com/39163/build-failed-for-rutx12-sdk?show=39245#a39245

Apply the commands as documented and restart the make.

by anonymous
Perfect, it works now. Thank you for your prompt support.