Git Product home page Git Product logo

Comments (4)

andresv avatar andresv commented on May 29, 2024

Hi,

Which rust version you are using and which operating system:

rustc --version
uname -a

from doppler.

Jennifer92 avatar Jennifer92 commented on May 29, 2024

Hello,
I'm using rustc version: 1.13.0
and OS: Linux raspberrypi 4.1.17

from doppler.

Jennifer92 avatar Jennifer92 commented on May 29, 2024

Do you have any idea about my problem?
Thank you very much!

from doppler.

andresv avatar andresv commented on May 29, 2024

I rechecked it under mac os x and it worked fine.
Unfortunately i do not have access to RPi currently so i cannot check it.
It could be related with bug in Rust 1.13: https://blog.rust-lang.org/2016/11/10/Rust-1.13.html

1.13 contains a serious bug in code generation for ARM targets using hardware floats (which is most ARM targets). ARM targets in Rust are presently in our 2nd support tier, so this bug was not determined to block the release. Because 1.13 contains a security update, users that must target ARM are encouraged to use the 1.14 betas, which will soon get a fix for ARM.

Try to update Rust to 1.14 beta

curl https://sh.rustup.rs -sSf | sh # if rustup is not installed
rustup install beta
rustup default beta

from doppler.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.