View Single Post
Old 07-21-2006, 08:48 AM   #1
R2D2
Mad Scientist
R2D2 doesn't litterR2D2 doesn't litterR2D2 doesn't litter
 
R2D2's Avatar
 
Posts: 294
Karma: 242
Join Date: May 2006
Location: Germany
Device: Zaurus, HTCMagician, iLiad
Thumbs up iLiad binary compatible to Zaurus?!

Well, after an unsussesful trial some days ago I today tried again to find a Zaurus console application which runs on the iLiad. And I was finally successful. :-)

I took the Zaurus armutils (http://www.elsix.org/index.php?w=project&p=481), unpacked them into a directory on my sd-card and tried some of them:
Quote:
root@ereader:/media/card/apps/usr/bin# ls
arch comm fold less namei readlink sum unexpand bc csplit getopt lessecho nl rev tac unzip bzip2 diff gpg lesskey od run-parts tcsh vmstat bzip2recover diff3 gpgv lesspipe paste sdiff tempfile watch cksum expand join lspgpot pr skill top cmp fmt ldd mawk ptx split tsort

root@ereader:/media/card/apps/usr/bin# ./less
./less: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory

root@ereader:/media/card/apps/usr/bin# ./mawk --help mawk: not an option: --help

root@ereader:/media/card/apps/usr/bin# ./fmt --help
Usage: ./fmt [-DIGITS] [OPTION]... [FILE]... Reformat each paragraph in the FILE(s), writing to standard output. If no FILE or if FILE is `-', read standard input. Mandatory arguments to long options are mandatory for short options too.
-c, --crown-margin preserve indentation of first two lines
-p, --prefix=STRING combine only lines having STRING as prefix
-s, --split-only split long lines, but do not refill
-t, --tagged-paragraph indentation of first line different from second
-u, --uniform-spacing one space between words, two after sentences
-w, --width=NUMBER maximum line width (default of 75 columns)
--help display this help and exit
--version output version information and exit In -wNUMBER, the letter `w' may be omitted. Report bugs to <bug-textutils@gnu.org>.

root@ereader:/media/card/apps/usr/bin# ./comm --help
Usage: ./comm [OPTION]...
LEFT_FILE RIGHT_FILE Compare sorted files
LEFT_FILE and RIGHT_FILE line by line.
-1 suppress lines unique to left file
-2 suppress lines unique to right file
-3 suppress lines unique to both files
--help display this help and exit
--version output version information and exit Report bugs to <bug-textutils@gnu.org>
Now someone more capable then myself could try to run the X11 apps from http://www.pdaxrom.org
R2D2 is offline   Reply With Quote