Closed
Bug 1320022
Opened 9 years ago
Closed 9 years ago
Can't build on Linux ARMv7 HF with --enable-rust
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1319332
People
(Reporter: hsivonen, Unassigned)
References
Details
Steps to reproduce:
1) Obtain an ARMv7 HF system. (I used Debian Jessie on the virt device of qemu-system-arm.)
2) Install Rust from rustup.rs
3) Run ./mach bootstrap and see that it recognizes rustc installed by rustup.rs.
4) Put --enable-rust in mozconfig.
5) ./mach build
Actual results:
The build terminates in the configure phase with:
checking cargo support for --frozen... yes
ERROR: Don't know how to translate armv7l-unknown-linux-gnueabihf for rustc
Expected results:
Successful build.
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 2•9 years ago
|
||
Note to whoever wants to build on ARM before the bug this was marked as duplicate of is fixed:
To make the build work, add
('arm', 'Linux'): 'armv7-unknown-linux-gnueabihf',
to
https://dxr.mozilla.org/mozilla-central/source/build/moz.configure/rust.configure#97
Note the lack of the letter 'l' after the digit '7'!
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•