Closed
Bug 1173590
Opened 9 years ago
Closed 7 years ago
x86 emulator lollipop build is broken
Categories
(Firefox OS Graveyard :: Emulator, defect, P2)
Firefox OS Graveyard
Emulator
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: wcosta, Unassigned)
References
Details
Attachments
(1 file)
16.76 KB,
patch
|
Details | Diff | Splinter Review |
Reporter | ||
Updated•9 years ago
|
Summary: x86 emulator build is broken → x86 emulator lollipop build is broken
Reporter | ||
Updated•9 years ago
|
Assignee: nobody → wcosta
Status: NEW → ASSIGNED
Updated•9 years ago
|
Blocks: emulator-l_taskcluster
Reporter | ||
Updated•9 years ago
|
Assignee: wcosta → nobody
Status: ASSIGNED → NEW
Comment 1•9 years ago
|
||
It contains some quick fixes to make emulator-l-x86 build locally.
To build the emulator, add the following to B2G/.userconfig:
CXXFLAGS=-m32
ASFLAGS=-m32
CFLAGS=-m32
and then build with bld.sh as usual.
Comment 2•9 years ago
|
||
To run the emulator locally, some libraries need to be copied:
> cp -r prebuilts/tools/linux-x86/emulator/lib/* out/host/linux-x86/lib/
(see bug 1171774, and thanks to John Dai)
B2G fails to boot up by default with run-emulator.sh. It has to be brought up by
> adb shell stop b2g
> adb shell b2g.sh
which still needs to be fixed.
Updated•9 years ago
|
Component: TaskCluster → General
Product: Testing → Taskcluster
Updated•9 years ago
|
Blocks: Emulator_L_Local
Updated•9 years ago
|
Component: General → Emulator
Product: Taskcluster → Firefox OS
Comment 3•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•