Closed
Bug 1137541
Opened 10 years ago
Closed 7 years ago
Mac OS X only : FM radio fails when compiling on the Mac OS
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: nhirata, Unassigned)
Details
Attachments
(2 files)
1. compile B2G for flame-kk
2. flash the device
3. launch FM radio w/ headset connected to device after boot
Expected: FM Radio intializes
Actual: FM Radio doesn't initialize and it doesn't work.
Reporter | ||
Comment 1•10 years ago
|
||
FYI, I tried the 18D for backup-flame as well as the latest nightly for the backup-flame with the same result.
I've also built on linux and the linux build works fine.
Reporter | ||
Comment 2•10 years ago
|
||
Logcat of FM Radio breakage after compile.
Reporter | ||
Comment 3•10 years ago
|
||
FYI, this looks like a gecko/gonk layer bug for Mac OS X as gaia compiles and can run radio.
Reporter | ||
Comment 4•10 years ago
|
||
That's interesting. I had pulled a fresh build and the build actually conflicts when pulling the kernel.
Going to remove and repull the kernel. That might be the source of my problem.
Reporter | ||
Comment 5•10 years ago
|
||
Even with a new pull of the kernel, I think it's because there's no readelf on the mac. That's why it works on linux but not mac:
/bin/sh: readelf: command not found
/bin/sh: readelf: command not found
/bin/sh: readelf: command not found
I'm pretty much stuck for compiling gecko/gonk on mac since I don't know how to fix this part at all...
Gecko/gonk will have to be build on the linux platform until this bug is fixed.
Reporter | ||
Comment 6•10 years ago
|
||
So apparantly,
1) my gcc/g++ is 4.6; and I need to update to 4.7
2) brew install binutils
- this has otools, gobjdump, and greadelf
Reporter | ||
Comment 7•9 years ago
|
||
Even with all this, building on the Mac OS X platform the FM Radio fails to work properly after compile.
Comment 8•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
•