blog_os | Writing an OS in Rust | Runtime Evironment library
kandi X-RAY | blog_os Summary
kandi X-RAY | blog_os Summary
Writing an OS in Rust
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of blog_os
blog_os Key Features
blog_os Examples and Code Snippets
Community Discussions
Trending Discussions on blog_os
QUESTION
I'm following this tutorial on how to make an EXTREMELY BASIC Operating System in Rust. This is my current state:
Cargo.toml
...ANSWER
Answered 2017-Dec-31 at 22:08I had the same problem. These issues on Xargo and Cargo seem to suggest there's a bug about the location of target specs:
Setting RUST_TARGET_PATH=pwd
before invoking xargo
fixed the issue for me. The invocation in the given Makefile will then look like this:
QUESTION
So I'm following this tutorial on how to create a VERY BASIC Operating System using the Rust programming language. (I intend on buying an actual book on the subject, but I'm using this for now).
Here are some files we created just to clarify things a little:
Cargo.toml
...
ANSWER
Answered 2017-Dec-30 at 16:53SOLVED: Turns out it was actually related to where I placed my files.
I had to create a blog_os
folder and stored my files in there. Hence the error:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install blog_os
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page