: RE: Developping C application on maemo without scratchbox

2007-03-23 Thread magda chelly
> Hello, > > So, I want to ask you another question!! In fact, > when > I copy the executable file on the device, it doesn't > appear!! I don't know why? and on the PC it appears > !!! > Can you tell me something about that? > > Best regards, > Magda, __

Re: Developping C application on maemo without scratchbox

2007-03-21 Thread Santtu Lakkala
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: > 5. Go to x-terminal and cd e.g. /media/mmc2/ (depending on which memory > card you did put your > file, is it in the internal slot or on the external slot) > 6. Then you can execute your hello by typing ./hello > > And surel

RE: Developping C application on maemo without scratchbox

2007-03-21 Thread Karoliina.T.Salminen
Hi, >Hello, > >I'm trying to run a simple program on my device nokia N800, >without scratchbox and it doesn't work!! First of all what are you trying to do? Are you trying to set up compilation environment on the device in order to be able to compile programs without scratchbox? This is very co

Re: Developping C application on maemo without scratchbox

2007-03-21 Thread Sergio Villar Senin
magda chelly wrote: > Hello, > > I'm trying to run a simple program on my device nokia > N800, without scratchbox and it doesn't work!! Well the scratchbox is not used to run applications in the device, it's used to develop applications outside the device. > It > tells me Permission Denied when

Developping C application on maemo without scratchbox

2007-03-21 Thread magda chelly
Hello, I'm trying to run a simple program on my device nokia N800, without scratchbox and it doesn't work!! It tells me Permission Denied when I use ./, after doing chmod +x, and I can't use gcc to run it !! I already install a gcc package gcc3.4.4, but I don't have the possibility to use it! Plea