GithubHelp home page GithubHelp logo

euralios's People

Contributors

bendudson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

euralios's Issues

Could not build the target

I used rust 1.69.0 nightly and cloned the repo and execute git submodule update --init --recursive but it's unable to build and report a large bunch of errors. There are too much and some of them be like:

error[E0463]: can't find crate for `core`
  |
  = note: the `x86_64-euralios` target may not be installed
  = help: consider downloading the target with `rustup target add x86_64-euralios`

error[E0463]: can't find crate for `compiler_builtins`

error[E0463]: can't find crate for `core`
   --> /home/murphy/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:192:1
    |
192 | extern crate core as std;
    | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
    |
    = note: the `x86_64-euralios` target may not be installed
    = help: consider downloading the target with `rustup target add x86_64-euralios`

error: cannot find macro `stringify` in this scope
   --> /home/murphy/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:470:24
    |
470 |         f.debug_struct(stringify!(ScopeGuard))
    |                        ^^^^^^^^^

error: cannot find attribute `derive` in this scope
   --> /home/murphy/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:212:3
    |
212 | #[derive(Debug)]
    |   ^^^^^^

error[E0463]: can't find crate for `core`
  --> /home/murphy/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.5/src/lib.rs:44:5
   |
44 | use core::mem::{self, MaybeUninit};
   |     ^^^^ can't find crate
   |
   = note: the `x86_64-euralios` target may not be installed
   = help: consider downloading the target with `rustup target add x86_64-euralios`

error[E0463]: can't find crate for `core`
 --> /home/murphy/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.12/src/buffer/mod.rs:2:5
  |
2 | use core::mem::MaybeUninit;
  |     ^^^^ can't find crate
  |
  = note: the `x86_64-euralios` target may not be installed
  = help: consider downloading the target with `rustup target add x86_64-euralios`

error[E0463]: can't find crate for `core`
  --> /home/murphy/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.5/src/lib.rs:45:5
   |
45 | use core::{ptr, slice, str};
   |     ^^^^ can't find crate
   |
   = note: the `x86_64-euralios` target may not be installed
   = help: consider downloading the target with `rustup target add x86_64-euralios`

error: cannot find macro `debug_assert_eq` in this scope
  --> /home/murphy/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.5/src/udiv128.rs:44:5
   |
44 |     debug_assert_eq!(quot, n / d as u128);
   |     ^^^^^^^^^^^^^^^

error: cannot find macro `debug_assert_eq` in this scope
  --> /home/murphy/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.5/src/udiv128.rs:45:5
   |
45 |     debug_assert_eq!(rem as u128, n % d as u128);
   |     ^^^^^^^^^^^^^^^

error[E0405]: cannot find trait `Default` in this scope
  --> /home/murphy/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.5/src/lib.rs:63:6
   |
63 | impl Default for Buffer {
   |      ^^^^^^^ not found in this scope

error[E0463]: can't find crate for `core`
 --> /home/murphy/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.12/src/buffer/mod.rs:3:5
  |
3 | use core::{slice, str};
  |     ^^^^ can't find crate
  |
  = note: the `x86_64-euralios` target may not be installed
  = help: consider downloading the target with `rustup target add x86_64-euralios`

However when I execute rustup target add x86_64-euralios it prompts:

error: toolchain 'stable-x86_64-unknown-linux-gnu' does not contain component 'rust-std' for target 'x86_64-euralios'
note: not all platforms have the standard library pre-compiled: https://doc.rust-lang.org/nightly/rustc/platform-support.html

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.