Results 1 to 9 of 9

Thread: Compiling on/for the WL-500g

  1. #1

    Compiling on/for the WL-500g

    Can I use the WL-500g to compile source code, or do I need a separate linux system to do it.

    I'm working on the iTunes server, and am trying to get Rondezvous up and and running. I've downloaded the source, and I need to execute the config/make command combo, but I don't think I can do that through telnet.

    Still getting up to speed on Linux, but making progress.

    Thanks for the help.

    Darren

  2. #2
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    You need separate linux box.

  3. #3
    So basically I need to do the following:

    1) copy some libraries to my WL-500g ftp/shared drive (don't know which ones--what directories do I need to copy?)
    2) get a knoppix distro to run on my main rig
    3) get shared drive mounted on knoppix
    4) get sources I need
    5) somehow get config/makefile/make to point to WL-500g libraries for compiling when it needs them
    6) copy completed binary to shared drive

    Is that right?

  4. #4
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    no, you do not needed libraries from the wl500g. You just need to install toolchain, which is the source package and it will provide all required compilers and libraries.

  5. #5
    Join Date
    Nov 2004
    Location
    Belgrade SCG
    Posts
    33
    1. mips compiler
    2. linux computer
    3. what more?
    My network gear: 6 (six)ASUS WL-500G....3(three) LINKSYS WRT-54G...2 (two) LINKSYS WET-11....2 (two) PHEENET WAP011...PHEENET 108G...4(four) PCI Prism 2.5....3(three)PCI RTL8180....2(two)PCI ACX100(Ti chipset)....PCMCIA PRISM 2.5 200mW....PCMCIA PRISM 2.5 100 mW...few 8 port switches 10/100...new stuff D-Link DWL2000AP+,PHEENET WAP011RT,

  6. #6
    Install Linux (fedora core 2 or 3 will do)

    get the GPL_1817.tar.gz from asus.

    Follow instruction inside the readme concerning links to /opt folder and setting PATH variable

    Get oleg's firmware modification from http://wl500g.dyndns.org

    Follow the how-to instruction to get your own firmware

    compile your own proggies using a CC=/opt/...../mipsel-uclic-gcc ./configure --host=mipsel-linux and any other option needed by the configure script.

    then do a make if everything is ok

    If a specific library is needed, make it before your prog, and use it's path as a ./configure option (use ./configure --help to know which one)

    If your proggram doesn't use configure script, learn a bit more about compilation to make it work using mipsel gcc.

  7. #7
    Join Date
    Nov 2004
    Location
    Belgrade SCG
    Posts
    33
    ok, but how to compile specific program (example is iptraf... allredy compiled)
    there are so much things for linux of course
    My network gear: 6 (six)ASUS WL-500G....3(three) LINKSYS WRT-54G...2 (two) LINKSYS WET-11....2 (two) PHEENET WAP011...PHEENET 108G...4(four) PCI Prism 2.5....3(three)PCI RTL8180....2(two)PCI ACX100(Ti chipset)....PCMCIA PRISM 2.5 200mW....PCMCIA PRISM 2.5 100 mW...few 8 port switches 10/100...new stuff D-Link DWL2000AP+,PHEENET WAP011RT,

  8. #8
    read my post, it's all inside. Downlaod iptraf, and you will find ./configure

  9. #9
    Join Date
    Jun 2004
    Location
    Delft, The Netherlands
    Posts
    62

    iptraf already compiled for asus

    see https://wl500g.info/showthread.php?t=666 for explanation on how to install iptraf on asus

Similar Threads

  1. Compiling 1.9.2.7-6b firmware
    By unaiur in forum WL-500g Q&A
    Replies: 9
    Last Post: 30-09-2005, 09:24
  2. Compiling MusicPD
    By muffl0n in forum WL-500g Q&A
    Replies: 0
    Last Post: 20-07-2005, 20:03
  3. Compiling ggrab...
    By gwl in forum WL-500g Custom Development
    Replies: 11
    Last Post: 19-03-2005, 21:45
  4. Error while compiling ppp in 1.9.2.7-3
    By Ifaistos in forum WL-500g Custom Development
    Replies: 2
    Last Post: 12-01-2005, 17:03

Posting Permissions

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