|
|
2010-05-09
, 17:50
|
|
Posts: 11 |
Thanked: 0 times |
Joined on May 2010
|
#12
|
|
|
2010-05-09
, 18:03
|
|
Posts: 402 |
Thanked: 229 times |
Joined on Nov 2009
@ Missouri, USA
|
#13
|
@aspidites: what i did after your post is 'chmod +x MyDocs/.documents/gtk_helloworld' from /home/user and then 'MyDocs/.documents/gtk_helloworld' but permision denied too.
do you know how can i do to get that permission to execute the binary? thanks.
to concrete more, that is the binary i got when compiling from scratchbox with target fremantle_x386 set, on the pc, that it works ok when executing from scratchbox with DISPLAY set on xephyr window (i am sure i don't express technically correct but i hope you understand what i want to mean).
mv MyDocs/.documents/gtk_helloworld . chmod +x ./gtk_helloworld ./gtk_helloworld
scp <file name> user@<ip address>:./
passwd
|
|
2010-05-09
, 18:06
|
|
Posts: 11 |
Thanked: 0 times |
Joined on May 2010
|
#14
|
|
|
2010-05-09
, 19:30
|
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#15
|
now i think i see. i was trying to execute a binary compiled in scratchbox with x86 target in an arm device, and i think this is a topic some people already talks about and looks like complicated. what i have to do is to compile the source file in scratchbox but with arm target. but i only have the compilling instruction for the x86 target. is the same compiling instruction for the arm target?
|
|
2010-05-10
, 08:36
|
|
Posts: 11 |
Thanked: 0 times |
Joined on May 2010
|
#16
|
|
|
2010-05-10
, 12:39
|
|
Posts: 11 |
Thanked: 0 times |
Joined on May 2010
|
#17
|
|
|
2010-05-10
, 13:15
|
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#18
|
|
|
2010-05-10
, 14:09
|
|
Posts: 11 |
Thanked: 0 times |
Joined on May 2010
|
#19
|
Ensure that you've compiled it for ARM, and that your compiler is liking against the correct glibc verison.