Replies: 1 comment
-
Just a quick followup, not really related to the tutorial... If after doing the above to get WSL set up for Rust and you want to cross compile for Raspian, only a little more is required.
Then using a 'Hello, world!" example, in Ubuntu WSL:
Then on the Raspberry Pi target,
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running Windows 10 Home, and I did not want to bother with setting up a Linux VM. Here are some of the things I had to do to get the tutorial running (at least through tutorial 5). These tips are not meant as a definitive guide, but just to give an idea of what is involved.
I'm running Windows 10 Home 20H2. I already had a Rust development environment for a Windows target (Rust 1.48, Visual Studio Code 1.51.2 + Rust extensions, Visual Studio Community 2019).
net localgroup docker-users "your-user-id" /ADD
to add the account to the group.Beta Was this translation helpful? Give feedback.
All reactions