Thread
:
Maemo Launcher Launching problem in Fedora?
View Single Post
ddalex
2009-01-14 , 09:17
Posts: 90 | Thanked: 32 times | Joined on Sep 2006 @ Bucuresti, Romania
#
4
run in the fedora xterm:
$ Xvnc :1 -geometry 800x480 -SecurityTypes None &
$ vncviewer :1
This should bring up the window with the Xvnc server.
In scratchbox do
# export DISPLAY=:1.0
# af-sb-init.sh start
You should see in the VNC window the environment. Now that I payed a bit more attention to your problem, it may not be possible to launch the ARMEL version of the environment on x86 hosts - qemu still has it's fair share of problems. The environment works best if you use it in X86 mode, and then switch to armel only to compile binaries for the device
The best result for debugging ARMEL is to setup your device with GDB and a remote filesystem and run the debugging on the device itself. To ease up the screen interaction, install also the vncserver on the device and use it through vncviewer.
Quote & Reply
|
ddalex
View Public Profile
Send a private message to ddalex
Visit ddalex's homepage!
Find all posts by ddalex