cve-rs icon indicating copy to clipboard operation
cve-rs copied to clipboard

Skill issue

Open Codestech1 opened this issue 1 year ago • 3 comments

Doesn't compile on windaws 7 32-bit with duel coer nike processar. Help!!!!! 😎

Codestech1 avatar Apr 24 '24 06:04 Codestech1

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

Neutron3529 avatar Jul 11 '24 02:07 Neutron3529

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? 😭😭😭

Codestech1 avatar Jul 15 '24 06:07 Codestech1

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.

codespearhead avatar Sep 23 '24 03:09 codespearhead