Skip to content

cargo-miri does not support target x86_64-wrs-vxworks #1867

Closed
@syvb

Description

@syvb

cargo-miri gets invoked by itself with a non-existent binary path when emulating the x86_64-wrs-vxworks target, causing an error:

$ cargo new t
     Created binary (application) `t` package
$ cd t
$ cargo miri run --target x86_64-wrs-vxworks
   Compiling t v0.1.0 (/tmp/t)
    Finished dev [unoptimized + debuginfo] target(s) in 0.21s
     Running `/home/smit/.cargo/bin/cargo-miri target/x86_64-wrs-vxworks/debug/t.vxe`
fatal error: `cargo-miri` called with unexpected first argument `target/x86_64-wrs-vxworks/debug/t.vxe`; please only invoke this binary through `cargo miri`

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-cargoArea: affects the cargo wrapper (cargo miri)C-enhancementCategory: a PR with an enhancement or an issue tracking an accepted enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions