You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where should I confirm with source code or library?
Versions
LLVM
Apple clang version 12.0.0 (clang-1200.0.32.28)
Target: x86_64-apple-darwin20.2.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
rustup
rustup --version
rustup 1.23.1 (3df2264a9 2020-11-30)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.51.0-nightly (8a6518427 2021-01-16)`
[package]
name = "eddie"
version = "0.1.0"
authors = ["himrock922 <*****>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ruduino = "0.2.7"
The text was updated successfully, but these errors were encountered:
Hi All.
I'm trying compile ruduino on own project.
But, It do fail compile by LLVM support error.
Where should I confirm with source code or library?
Versions
% avr-gcc
avr-atmega328p.json
Cargo.toml
The text was updated successfully, but these errors were encountered: