Search results

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. M

    source code 3.0.0.4.266 is out

    While I could not compile it. I notice that release/src-rt/wl/sysdeps folder is missing. Edit: I figured out that sysdeps is only available for ac66u, so I copied from version 260 Why is this version much bigger than 260? After decompressing it is 1.8G, 260 is only 1.2G
  2. M

    Trying to compile asuswrt

    I didnt notice that it actually failed compiling after an hour or more. I got this error. Is it because I am missing some libraries? make[7]: *** No rule to make target `mod_smbdav.c', needed by `mod_smbdav_la-mod_smbdav.lo'. Stop. make[7]: Leaving directory...
  3. M

    Trying to compile asuswrt

    Do those unused variables waste memory? And I have no idea why they would want zero-length printf format string. I remember in school when I have to write in C, I would have to fix all warnings(with -Wall).
  4. M

    Trying to compile asuswrt

    I switched to ubuntu 32 bit and I can compile now. I am getting a lot of warnings. Is this normal? For example, btnsetup.c:1465: warning: unused variable 'from_addr' btnsetup.c:1464: warning: unused variable 'pdubuf' btnsetup.c:1463: warning: unused variable 'hdr' btnsetup.c:1462...
  5. M

    Asuswrt-Merlin 3.0.0.4.264.22 is out

    Can you explain a little more about the new SIP helper setting and what does it mean to "Force as Master Browser"? Also is there any disadvantage if my internet is ipv4 and I enable IPv6(native with DHCP-PD)? Thank you
  6. M

    Trying to compile asuswrt

    I did the following procedure to double check root@ubuntu:/home/ubuntu/asuswrt/release/src-rt# echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/opt/brcm/hndtools-mipsel-linux/bin:/opt/brcm/hndtools-mipsel-uclibc/bin it seems that PATH...
  7. M

    Trying to compile asuswrt

    I am pretty sure I have set the PATH variable I checked the PATH and it looks like this root@ubuntu:/home/ubuntu/asuswrt/release/src-rt# echo $PATH...
  8. M

    Trying to compile asuswrt

    I am getting this error when compiling(lots) mipsel-uclibc-gcc: Command not found and this too fatal: Not a git repository (or any of the parent directories): .git any idea what went wrong?
  9. M

    Trying to compile asuswrt

    I fixed the symbolic link problem What should I replace this line with? sudo mkdir -p /media/ASUSWRT/ Should I ignore this line? ln -s $HOME/asuswrt/tools/buildroot-gcc342 /opt/buildroot-gcc342
  10. M

    Trying to compile asuswrt

    Update I realized I made a few mistake, make rt-n66 should be replaced with make rt-n66u And I have tried to create symbolic link using root, I got this error ln: failed to create symbolic link `/opt/brcm': File exists I cant find this file anywhere though
  11. M

    Trying to compile asuswrt

    I am trying to compile asuswrt on ubuntu 12.10 By following the procedure written in README.TXT 1. prepare environment Install these packages (I used synaptic: "sudo synaptic") libncurses5 libncurses5-dev m4 bison gawk flex libstdc++6-4.4-dev...
Top