简体   繁体   中英

Error when trying to compile on Windows

I just downloaded Rust 0.6 and tried to compile the hello world program. However, I get following error when trying to do so:

The procedure entry point "_gxx_personality_v0" was not found in rustrt.dll.

My GCC version is 4.5.2. From what I read on the getting started page Rust is supposed to work with GCC 4.5.* on Windows. My OS is Win8 64 bit.

There's more information about this bug here . This was fixed when Rust added support for mingw-w64 in August 2013. Rust 1.0 and later versions are unaffected.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM