Speykious/cve-rs

Skill issue

Codestech1 opened this issue ยท 3 comments

Doesn't compile on windaws 7 32-bit with duel coer nike processar. Help!!!!! ๐Ÿ˜Ž

Can you compile other rust program?
It might be the toolchain that does not support windows.
Maybe rustc in v1.66 helps

Can you compile other rust program? It might be the toolchain that does not support windows. Maybe rustc in v1.66 helps

Why can't I do this via javac? ๐Ÿ˜ญ๐Ÿ˜ญ๐Ÿ˜ญ

Windows 7 (i686-win7-windows-msvc and x86_64-win7-windows-msvc) is considered a Tier 3 compilation target.

Tier 3 target policy: At this tier, the Rust project provides no official support for a target, so we place minimal requirements on the introduction of targets. [Source]

Tier 3 targets are those which the Rust codebase has support for, but which the Rust project does not build or test automatically, so they may or may not work. [Source]

If it's any consolation, Java 17 (released in late 2021, with commercial Oracle support until 2029) is the last version to support Windows x86. Similarly, Python 3.8.8 (released in late 2019) is the last version to support Windows 7.