Sandbox

From ProjectWiki
Revision as of 22:02, 5 June 2008 by Eris (Talk | contribs)
Jump to: navigation, search

This page can be used to experiment with the waki wiki ways

~_~</div>{{#if:February 2008||}}

Contents

Blah Blah Blah

Black and pink DSLite displayed here play with wiki image links

Lupis Leeestum blah da teestium.

Sowarikko?!! nandeyo?! ¬_¬

Math boxes do not work?

<math>(x2-x1)^2</math>

<math>{n^n \over 3^n} < n! < {n^n \over 2^n}\mbox{ for }n\ge 6.</math>

(a*px+b*py+c)/sqrt(a^2+b^2) <--- shortest distance from p(oint) to line (abc) ab = slope, c = distance


void reverse(char *str) {
 char *epos=strlen(str);
 char c;
 do {
   c=*--epos;
   *str=*epos;
   *epos++=c;
 } while(str>epos);
}

WAG54GV3 Firmware

first downloads teh TI-toolchains-2_1_0-cy07.PROPER.tar.bz2 and WAG54GV3-AU_v1.00.22.PROPER.tar.bz2.

  • extract TI-toolchains-2_1_0-cy07.PROPER.tar.bz2 and copy opt/ to / (there is probably already a /opt hopefully it wont copy over anything impotant :p).
  • extract WAG54GV3-AU_v1.00.22.PROPER.tar.bz2 to your home dir. it will create the WAG54GV3-AU_v1.00.22 dir.
cd /WAG54GV3-AU_v1.00.22/src
export PATH=$PATH:/opt/TI-toolchains-2_1_0-cy07/mipsfple/bin/:/opt/TI-toolchains-2_1_0-cy07/mipsfple-uclibc/bin/

(if you plan to work with the code alot, make mods, etc, might wanna add this to .bashrc or .login or such :)

./make.sh

This will make everything, hopefully. If not see the troubleshooting section:

onoes! teh fail :/

if you gets:

/home/isabella/ForL3x/WAG54GV3-AU_v1.00.22/src/linux/linux-2.4.17_mvl21/tools/7zip: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory

trys:

apt-get install something with libstdc++-libc6.2-2.so.3? (sry i forget u_u)

What no bison?! if you gets:

make[2]: bison: Command not found

trys:

apt-get install bison
Personal tools
irssi scripts
eggdrop scripts