Dear Rust Developers,
Thank you for your answers.

Cross-compiling Rust HelloWorld to ARM was working fine.

Passing --target-triples=arm-unknown-linux-gnueabihf to the servo configure script wasn't working. The result servo binary was x86-64.

Today I'm going to try to compile Rust on ARM platform, reusing Luqman's compiled binaries as a snapshot.

Best Regards,

Edit

On 2014-02-06 18:06, Simon Sapin wrote:
On 06/02/2014 16:30, Edit Balint wrote:
Dear Rust Developers!

My name is Edit Balint, I'm a software developer at University of
Szeged, Hungary.
We have a research project regarding Servo and Rust.
Our main goal is to cross-compile and run Rust and Servo on ARM Linux
(not  Android).
We have several issues with the cross-compiling procedure. Is there any
guide how to achieve this?

Although you’re not using Android, this

https://github.com/mozilla/servo/wiki/Building-for-Android#wiki-build-servo

suggests that you need to pass --target-triples=arm-linux-SOMETHING to the configure script, but I don’t know what value of SOMETHING is relevant to you. It may be gnu, the default triple on my machine is x86_64-unknown-linux-gnu.


_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to