MixmasterFresh / rust-on-gpu

A fork of the Rust Language for experimenting with GPU support.
https://www.rust-lang.org
Other
5 stars 0 forks source link

Unrecognized arch in target specification #11

Closed MixmasterFresh closed 8 years ago

MixmasterFresh commented 8 years ago

While we may have gotten the old makefile system to compile, it currently reads: error: unrecognized arch "nvptx" in target specification when trying to compile to the nvptx target. I am guessing we are missing some configuration somewhere, likely in mk/cfg.

MixmasterFresh commented 8 years ago

Nevermind, this error seems to be coming from src/librustc_trans/abi.rs

MixmasterFresh commented 8 years ago

This is actually #7