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
204 views 2 comments
by anonymous

I have a fresh install of Ubuntu 16.04 and i am trying to run make menuconfig. I have followed the steps here:

https://wiki.teltonika-networks.com/view/RUTX_Software_Development_Kit_instructions

and also removed these files as suggested here:

https://community.teltonika-networks.com/32101/when-trying-build-the-sdk-ubuntu-get-libncursesw-found-error?show=32101#q32101

I get this error every time and it does not load:

Has anyone seen this? 

I have tried with different VM's also and have exact same issue.

If someone has successfully run this latest version could you please let me know how?

I will add that i can run 2.05 version SDK no problems.

Thanks

1 Answer

0 votes
by anonymous
Do you have enough memory to to run the process ? What is the output of ulimit -a ?
by anonymous

Thanks Flebourse,

This is the response to ulimit -a:

by anonymous
I use this version on a bare metal centos 7 + devtoolset-9 system with 32 Gb ram I have never experienced segfaults during the make menuconfig step.

You can try a "strace -v -f -ff -y -s 1024 -o tracefile make menuconfig" and grep SIGSEGV tracefile* this will tell you at least which process fails and why.

"make V=sc menuconfig" may also help.

Edit: the SIGSEGV appears to come from gcc, use Ubuntu 20.04 istead.