On Wed, 18 Jul 2007 08:42:28 -0700 (PDT)
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> Thanks , i used the procedure that you suggest using usb cable to transfer
> executable on memory card and from xterm i tryed to launch but nothing 
> happens.
> 
> What is wrong
> 

Hard to tell, not much info... have you tried something like a simple hello 
world?:

#include <stdio.h>
int main()
{
  printf ("Hello World\n");
  return 0;
}


> ----- Messaggio originale -----
> Da: Visti Andresen <[EMAIL PROTECTED]>
> A: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> Cc: Carlos Sanmartin Dominguez <[EMAIL PROTECTED]>; [email protected]
> Inviato: Mercoledì 18 luglio 2007, 17:06:17
> Oggetto: Re:
> 
> On Wed, 18 Jul 2007 07:48:16 -0700 (PDT)
> "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> 
> > Thanks, ok but how can I run it ?
> > If I want use Application Manager to install the example a deb file 
> > must be provided, but how can i crete this package ?
> 
> Install xterm and and start the executable from the terminal
> 
> You can transfer the executable any way you like, but I would recommend scp
> it's just so easy.
>  
> 
> 
> 
> 
> 
> 
> 
>       ___________________________________ 
> L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
> http://it.docs.yahoo.com/nowyoucan.html
_______________________________________________
maemo-developers mailing list
[email protected]
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to