Search Results

by max97
Tue Sep 17, 2024 3:27 am
Forum: General
Topic: guide: compiling rust programs for SBC4
Replies: 0
Views: 3036

guide: compiling rust programs for SBC4

Hi, I managed to compile some rust programs for the SBC4. I'm writing these notes in case they help others. The SBC4 is not very powerful. If your program is small enough and with close-to-zero dependencies, you can install a rust compiler there simply follow instructions on the official website. Co...