Closed sinistersnare closed 9 years ago
What is the source you are running this on?
Im running Win7, this is on git-bash using a nightly from a few nights ago i guess.
Ill update OP.
In particular I believe this to be an OOM when linking. cc @Luqmana
I was able to stop the ICE by doing
rustc -L C:/users/silvermd/desktop/llvm/build/Debug+Assert/lib lib.rs --crate-type lib
and with a new version of rust it was not giving the OOM even without the --crate-type lib
, so I guess this should be closed?
This is an old issue and I do not have the build to be able to reproduce this. Ill close this in the hopes it works now.
Hello, Im trying to get rust-bindgen working, and im getting an ICE.
It's probably me being stupid, but still, I am pretty sure ICEs shouldnt happen, and should be fixed.
So i have installed LLVM, and am calling the following command through the rust-bindgen folder.
and get the following scary message (without warnings):
Running windows 7 64 bit, with msys and git-bash. The nightly is
$ rustc -v rustc 0.11.0-pre-nightly (90ab2f8b616634cff8e02f12c529504c088d52e8 2014-07-01 01 :01:36 +0000)
I can run a standard hello world program that links to clang, but this does not work.