|
2010-02-02
, 13:33
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#2
|
Hello.
I instaled the maemo SDK in ubuntu 9.10.
I tried some simple app's and to execute the app's i used the emulator.
Everything was ok. I used the folowing instructions:
To compile: gcc app-example.c `pkg-config hildon-1 --cflags --libs` -o app-example
To execute: run-standalone.sh ./app-example
I would like to know how can i execute an application on my n900 without using the garage.
What i have to do?
Do i compile the app in a different way?
Do i have to copy the app to a special folder?
How can i execute the app?
Sorry if this is too much easy but i search a lot and i didn't found an answer.
Thanks
The Following 4 Users Say Thank You to Rob1n For This Useful Post: | ||
|
2010-02-03
, 09:07
|
Posts: 9 |
Thanked: 0 times |
Joined on Dec 2009
|
#3
|
|
2010-02-03
, 09:24
|
|
Posts: 166 |
Thanked: 191 times |
Joined on Dec 2007
@ Oulu, Finland
|
#4
|
|
2010-02-03
, 09:41
|
Posts: 9 |
Thanked: 0 times |
Joined on Dec 2009
|
#5
|
|
2010-02-03
, 09:51
|
|
Posts: 166 |
Thanked: 191 times |
Joined on Dec 2007
@ Oulu, Finland
|
#6
|
|
2010-02-03
, 11:05
|
Posts: 9 |
Thanked: 0 times |
Joined on Dec 2009
|
#7
|
|
2010-02-03
, 11:23
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#8
|
Now the message is:
./app-example: line 1: systax error: "(" unexpected
The Following 3 Users Say Thank You to danielwilms For This Useful Post: | ||
|
2010-02-03
, 11:27
|
Posts: 353 |
Thanked: 263 times |
Joined on Dec 2009
@ Finland
|
#9
|
The Following 3 Users Say Thank You to TNiga For This Useful Post: | ||
|
2010-02-03
, 20:43
|
Posts: 9 |
Thanked: 0 times |
Joined on Dec 2009
|
#10
|
And you can change target with command "sb-conf select FREMANTLE_ARMEL" or "sb-conf select FREMANTLE_X86" in Scratchbox. Note that you have to install needed libraries and all other stuff in both targets separately.
I instaled the maemo SDK in ubuntu 9.10.
I tried some simple app's and to execute the app's i used the emulator.
Everything was ok. I used the folowing instructions:
To compile: gcc app-example.c `pkg-config hildon-1 --cflags --libs` -o app-example
To execute: run-standalone.sh ./app-example
I would like to know how can i execute an application on my n900 without using the garage.
What i have to do?
Do i compile the app in a different way?
Do i have to copy the app to a special folder?
How can i execute the app?
Sorry if this is too much easy but i search a lot and i didn't found an answer.
Thanks