Hi On Wed, Feb 13, 2008 at 1:34 AM, Matteo Croce <rootkit85@xxxxxxxx> wrote: > Hi, > I have a machine, an AR7 MIPS router I want to hack, but I'm unable > to run _any_ executable on that machine outside the ones in the firmware. > I tried building a static mips1 binary, but it fails so: > > # /var/test.bin > /var/test.bin: 1: Syntax error: "(" unexpected I had the exact same problem. As far as I remember I had to make sure to build uclibc for MIPS-I, because if I built a MIPS-I object file and linked it to a uclibc that was not built for MIPS-I, it would give those errors. I have just found my change to the OpenWrt wiki (on the WRTP54G page): http://wiki.openwrt.org/OpenWrtDocs/Hardware/Linksys/WRTP54G?action=diff&rev2=171&rev1=170 -- Michael Wood <esiotrot@xxxxxxxxx>