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
387 views 0 comments
by

I am trying to make for SDK of RUT955. I am getting following error: 

checking whether linking with OpenSSL requires -ldl... unknown

configure: error: OpenSSL has unsupported dynamic loading

Makefile:195: recipe for target '/home/dani/workspace/RUT9XX_R_GPL/build_dir/target-mips_34kc_uClibc-0.9.33.2/bind-9.9.5-P1/.configured_' failed

make[4]: *** [/home/dani/workspace/RUT9XX_R_GPL/build_dir/target-mips_34kc_uClibc-0.9.33.2/bind-9.9.5-P1/.configured_] Error 1

make[4]: Leaving directory '/home/dani/workspace/RUT9XX_R_GPL/custom_feeds/rut_feeds/net/bind'

package/Makefile:169: recipe for target 'package/feeds/rut_feeds/bind/compile' failed

make[3]: *** [package/feeds/rut_feeds/bind/compile] Error 2

make[3]: Leaving directory '/home/dani/workspace/RUT9XX_R_GPL'

package/Makefile:166: recipe for target '/home/dani/workspace/RUT9XX_R_GPL/staging_dir/target-mips_34kc_uClibc-0.9.33.2/stamp/.package_compile' failed

make[2]: *** [/home/dani/workspace/RUT9XX_R_GPL/staging_dir/target-mips_34kc_uClibc-0.9.33.2/stamp/.package_compile] Error 2

make[2]: Leaving directory '/home/dani/workspace/RUT9XX_R_GPL'

Makefile:95: recipe for target 'world' failed

make[1]: *** [world] Error 2

make[1]: Leaving directory '/home/dani/workspace/RUT9XX_R_GPL'

/home/dani/workspace/RUT9XX_R_GPL/include/toplevel.mk:169: recipe for target 'world' failed

make: *** [world] Error 2

Anyone knows what is going on?

Thanks.

1 Answer

0 votes
by anonymous

Hi,

Firmware compiled just fined using latest version:

Do you installed needed packages for SDK?

sudo apt-get update
sudo apt-get install -y build-essential curl devscripts gawk gcc-multilib gengetopt gettext git groff file flex libncurses5-dev libssl-dev python2.7 subversion unzip vim-common zlib1g-dev wget

Also  did you made any changes or tried compiling standard FW version?