Wau! I have first my own program running on iLiad!!!!! he-he-he!!!! I am spammer today!
Usual Zaurus cross-platform sdk (gcc2.95) works well.
hello_iliad.c
Code:
#include <stdio.h>
int main(int argc,char **argv)
{
printf("Hello, my iLiad");
}
b.sh
Code:
#!/bin/sh
/bin/cp /opt/content/books/hello_iliad /tmp
/bin/chmod a+x /tmp/hello_iliad
/tmp/hello_iliad > /opt/content/books/hello_from_iliad.txt