Results 1 to 15 of 62

Thread: [Announce] New EntWare package repository for 1.9.2.7-rtn firmware

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    ok, now double-checked... and using Ubuntu 11.10
    hndtools-mipsel-uclibc-4.4.6-K26-r3458.tar.bz2 != hndtools-mipsel-uclibc-4.4.6-K26-x86_64-r3458.tar.bz2

    ^ I'm using 32-Bit vm...

    switched toolchain, but cyassl still won't compile:

    config.log
    Code:
    /opt/brcm/hndtools-mipsel-uclibc/lib/libc.so: undefined reference to `_dl_app_init_array'
    /opt/brcm/hndtools-mipsel-uclibc/lib/libc.so: undefined reference to `__tls_get_addr'
    /opt/brcm/hndtools-mipsel-uclibc/lib/libc.so: undefined reference to `_dl_loaded_modules'
    /opt/brcm/hndtools-mipsel-uclibc/lib/libc.so: undefined reference to `_dl_app_fini_array'
    collect2: ld returned 1 exit status
    RT-N66U TomatoUSB 1.28.0000 MIPSR2-135 K26AC USB AIO-64K running Entware-NG
    pyload 0.4.9
    minidlna 1.1.2
    samba 3.6.5
    openvpn 2.3.10
    ̶W̶L̶5̶0̶0̶g̶P̶ ̶1̶.̶9̶.̶2̶.̶7̶-̶r̶t̶n̶-̶r̶4̶7̶5̶0 retired

  2. #2
    If you changed toolchain, then better start compilation from very first step. Delete ./trunk directory and start again.

  3. #3
    that's what I did
    RT-N66U TomatoUSB 1.28.0000 MIPSR2-135 K26AC USB AIO-64K running Entware-NG
    pyload 0.4.9
    minidlna 1.1.2
    samba 3.6.5
    openvpn 2.3.10
    ̶W̶L̶5̶0̶0̶g̶P̶ ̶1̶.̶9̶.̶2̶.̶7̶-̶r̶t̶n̶-̶r̶4̶7̶5̶0 retired

  4. #4
    Quote Originally Posted by !gm View Post
    that's what I did
    It seems toolchain is still broken. You may check it by compiling firmware.

  5. #5

    Thumbs down

    Quote Originally Posted by ryzhov_al View Post
    compiling stops at busybox

    Code:
    /opt/brcm/hndtools-mipsel-uclibc/bin/../lib/gcc/mipsel-linux-uclibc/4.4.6/../../../../mipsel-linux-uclibc/bin/ld: warning: ld-uClibc.so.0, needed by /opt/brcm/hndtools-mipsel-uclibc/bin/../lib/gcc/mipsel-linux-uclibc/4.4.6/../../../../mipsel-linux-uclibc/lib/libc.so, not found (try using -rpath or -rpath-link)
    /opt/brcm/hndtools-mipsel-uclibc/bin/../lib/gcc/mipsel-linux-uclibc/4.4.6/../..//../../mipsel-linux-uclibc/lib/libc.so: undefined reference to `_dl_app_init_array'
    /opt/brcm/hndtools-mipsel-uclibc/bin/../lib/gcc/mipsel-linux-uclibc/4.4.6/../../ ../../mipsel-linux-uclibc/lib/libc.so: undefined reference to `__tls_get_addr'
    /opt/brcm/hndtools-mipsel-uclibc/bin/../lib/gcc/mipsel-linux-uclibc/4.4.6/../../ ../../mipsel-linux-uclibc/lib/libc.so: undefined reference to `_dl_loaded_modules'
    /opt/brcm/hndtools-mipsel-uclibc/bin/../lib/gcc/mipsel-linux-uclibc/4.4.6/../../../../mipsel-linux-uclibc/lib/libc.so: undefined reference to `_dl_app_fini_array'
    I'll set up a x64 vm according to your build-machine, as toolchain is working there.

    edit:
    ^not possible, as my CPU doesn't support hardware virtualization


    edit2: ok, cleaned up everything again (on the 32bit vm)... linked toolchain with -snf option!
    cyassl didn't gave an error
    it seems to work now - waiting....
    Last edited by !gm; 01-02-2012 at 16:47.
    RT-N66U TomatoUSB 1.28.0000 MIPSR2-135 K26AC USB AIO-64K running Entware-NG
    pyload 0.4.9
    minidlna 1.1.2
    samba 3.6.5
    openvpn 2.3.10
    ̶W̶L̶5̶0̶0̶g̶P̶ ̶1̶.̶9̶.̶2̶.̶7̶-̶r̶t̶n̶-̶r̶4̶7̶5̶0 retired

  6. #6
    Quote Originally Posted by !gm View Post
    it seems to work now - waiting....
    Our OpenWRT repo includes ~30% of packages from original OpenWRT. Building takes about ~3.5 hours on my PC.

  7. #7
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by ryzhov_al View Post
    Our OpenWRT repo includes ~30% of packages from original OpenWRT. Building takes about ~3.5 hours on my PC.
    if you require some build power, I have a intel sandy bridge 2600k clocked at 4GHz
    I do build the toolchain myself, instead of downloading a pre-build one from googlecode.

    btw, I'm just messing around with opkg on my second router. in the end I'd like to move from ipkg to opkg

    I came accros this:
    mysql: can't load library 'libncursesw.so.5'
    $ opkg install libncurses
    Package libncurses (5.7-5) installed in root is up to date.
    and /opt/lib/libncurses.so.5 seems to be available

  8. #8
    Quote Originally Posted by ryzhov_al View Post
    Our OpenWRT repo includes ~30% of packages from original OpenWRT. Building takes about ~3.5 hours on my PC.
    was out for watching football
    it stopped somewhere at ipset...
    hm but I don't really care.. I just want minidlna and pyload....

    now I use a minimal config via
    Code:
    make menuconfig
    to get those two packages
    RT-N66U TomatoUSB 1.28.0000 MIPSR2-135 K26AC USB AIO-64K running Entware-NG
    pyload 0.4.9
    minidlna 1.1.2
    samba 3.6.5
    openvpn 2.3.10
    ̶W̶L̶5̶0̶0̶g̶P̶ ̶1̶.̶9̶.̶2̶.̶7̶-̶r̶t̶n̶-̶r̶4̶7̶5̶0 retired

Similar Threads

  1. Entware - новый репозиторий для роутеров Asus (MIPS)
    By ryzhov_al in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 1391
    Last Post: 04-01-2021, 21:16
  2. Установка rTorrent + ruTorrent из репозитория Entware
    By ryzhov_al in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 174
    Last Post: 11-02-2016, 14:29
  3. Samba 3.6 EntWare - установка и настройка
    By voidshah in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 50
    Last Post: 02-12-2014, 10:37
  4. Optware oder Entware?
    By newbiefan in forum German Discussion - Deutsch (DE)
    Replies: 9
    Last Post: 20-12-2012, 16:51
  5. Torrentflux mod, controls Transmission - can someone package it?
    By nant15 in forum WL-500g Custom Development
    Replies: 5
    Last Post: 14-11-2006, 19:49

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •