Skip to content

cargo-tessel can't find mips libstd 1.14.0 #60

@rillian

Description

@rillian

I tried our tessel with rust again today. Looks like there's been some progress since the summer! However:

$ t2 run blinky
INFO Looking for your Tessel...
INFO Connected to Tessel-02A35010D618.
WARN Could not find all the components for cross-compiling Rust:
WARN MIPS libstd v1.14.0 not installed.
WARN Please run "cargo tessel sdk install" and try again.
WARN To instead use the remote Rust compiler, use "t2 run <target> --rustcc".
$ cargo tessel sdk install
INFO Latest Tessel build tools already installed.
ERR! undefined
ERR! Please switch to using a stable Rust version >= 1.11.0 and try again.
WARN SDK toolchain is installed, but a libstd for your Rust version is not.
$ rustc --version
rustc 1.14.0 (e8a012324 2016-12-16)

I tried installing the mips-unknown-linux-gnu and mips-unknown-linux-musl target libraries with rustup, but this didn't seem to help. I guess it wants some alternate build which isn't up-to-date?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions