Porting Rust to IBM Power8 platform

Hi!

I am interested in having Rust language available on IBM's Power8/LE platform and I am willing to take necessary efforts to make it available there. I gave an initial compilation try on P8/LE platform just to see what sort of difficulties (and how many) are thrown while building it and they are substantial.

What would be the best approach to start porting Rust on P8/LE platform? (assuming I have access to hardware).

Thanks and best regards,
Atul.

1 Like

It's certainly not well documented. The most recent successful effort I know of is Installing rustc on PowerPC architecture . Maybe hit up @Mokosha ?

Sure! Thanks for the link pointer! That certainly looks interesting and on
the same lines what I am trying to do.

Best regards,
Atul.

Hello have you been able to port it....

It's already a tier-2 target, powerpc64le-unknown-linux-gnu.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.