Closed
Bug 923210
Opened 12 years ago
Closed 11 years ago
WebRTC code doesn't build for ARMv6 debug builds
Categories
(Core :: WebRTC, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: kats, Unassigned)
References
Details
Attachments
(2 files)
This appears to be a GCC bug, but attempting to build Fennec (ARMv6 debug build) fails because some webrtc code doesn't compile. Adding --disable-webrtc to the mozconfig will make it work. The failure happens with both NDK r8e (gcc 4.7 toolchain) and NDK r9 (gcc 4.8 toolchain). I originally ran into this problem in bug 920558 comment 8 but I'm filing a new bug for it since it's something we should figure out how to fix.
I will attach more info on the actual failure in a bit.
Reporter | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Can you attach the complete assembly file?
Reporter | ||
Comment 3•12 years ago
|
||
This is the sctp_indata.S file that gets generated.
Reporter | ||
Comment 4•11 years ago
|
||
Don't care about ARMv6 apparently.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•