| The Following User Says Thank You to bluehash For This Useful Post: | ||
|
|
2009-10-24
, 16:06
|
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#2
|
| The Following 2 Users Say Thank You to allnameswereout For This Useful Post: | ||
|
|
2009-10-24
, 16:06
|
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#3
|
Known Issues in the SDK
- Armel target does not bring up the UI framework
|
|
2009-10-24
, 16:11
|
|
Posts: 90 |
Thanked: 10 times |
Joined on Aug 2007
|
#4
|
|
|
2010-04-15
, 11:50
|
|
Posts: 1 |
Thanked: 1 time |
Joined on Apr 2010
|
#5
|
Yes, known QEMU bug, your problem is addressed in FAQ. Solution: use FREMANTLE_X86 instead. FREMANTLE_ARMEL is not intended for what you are trying anyway.
| The Following User Says Thank You to larsivi For This Useful Post: | ||
|
|
2010-04-15
, 16:58
|
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#6
|
| The Following User Says Thank You to Joorin For This Useful Post: | ||
|
|
2010-04-15
, 17:15
|
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#7
|
I find this solution hard to accept. As a developer of graphical applications (OGL ES ++), there needs to be support for testing on ARMEL (low level code used to prepare the graphics, and the OGL ES implementation itself, are things that are likely to behave differently on X86 and ARMEL making it absolutely necessery to test as much as possible before deployment). I understand that there are additional emulation issues when it comes to graphical hardware, but I would at very least expect the GUI to work. The competition (Android, etc) does not appear to have similar restrictions.
Another aspect is that OGL ES normally isn't easily available to test on X86 targets, and the differences relative to standard OGL makes such testing also necessary.
|
|
2010-04-16
, 18:31
|
|
Posts: 9 |
Thanked: 1 time |
Joined on Mar 2010
|
#8
|
| The Following User Says Thank You to ancoldsun For This Useful Post: | ||
![]() |
| Tags |
| xephyr export display |
| Thread Tools | |
|
I just finished installing scratchbox last night and everything went smoothly. I could even compile a few sample programs successfully.
Problem is when I'm in ARMEL mode, I'm unable to export the display to Xephyr. In X86, I can see the display.
My steps:
[sbox-FREMANTLE_ARMEL: ~] > export DISPLAY=:2
[sbox-FREMANTLE_ARMEL: ~] > af-sb-init.sh start
I'm getting qemu segfaults and the following error:
getsockopt level=1 optname=17 not yet supported
Any help would be appreciated. Thanks!
machinegrid.com