rust - Failed to run custom build command for `time v0.1.25` -
i trying compile script using cargo build --release following output (full stacktrace):
running: "gcc" "-o0" "-c" "-ffunction-sections" "-fdata-sections" "-mwin32" "-m64" "-fpic" "c:\users\user\.cargo\registry\src\github.com-1ecc6299db9ec823\time-0.1.25\src/time_helpers.c" "-o" "d:\projects\hots-unpack\target\release\build\time-e758cbe877e9589d\out\src\time_helpers.o" failed run custom build command `time v0.1.25` process didn't exit successfully: `d:\projects\hots-unpack\target\release\build\time-e758cbe877e9589d\build-script-build` (exit code: 101) --- stderr thread '<main>' panicked @ 'explicit panic', c:\users\user\.cargo\registry\src\github.com-1ecc6299db9ec823\gcc-0.3.4\src\lib.rs:380 this script want compile
i needed 64bit version of gcc windows: http://mingw-w64.org
working charm now.
Comments
Post a Comment