<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>树莓派 on BEZALEL的部落格</title>
    <link>https://bezalel.xyz/tags/%E6%A0%91%E8%8E%93%E6%B4%BE/</link>
    <description>Recent content in 树莓派 on BEZALEL的部落格</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Wed, 04 Mar 2020 22:27:04 +0800</lastBuildDate><atom:link href="https://bezalel.xyz/tags/%E6%A0%91%E8%8E%93%E6%B4%BE/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Rust针对树莓派的交叉编译开发</title>
      <link>https://bezalel.xyz/posts/cross-compiling-rust-rpi/</link>
      <pubDate>Wed, 04 Mar 2020 22:27:04 +0800</pubDate>
      
      <guid>https://bezalel.xyz/posts/cross-compiling-rust-rpi/</guid>
      <description>&lt;p&gt;树莓派(Raspberry Pi)相信很多同学都有所了解，不了解的可参考&lt;a href=&#34;https://www.raspberrypi.org/&#34;&gt;树莓派官网&lt;/a&gt;。树莓派通俗点讲
是一台运行Linux的ARM处理器的电脑，因此在上面可以运行诸多Linux所拥有的应用程序。一般来说，主要的编程语言是Python，但其他语言
也能够在其上被支持。而Rust相较于Python有更低的内存占用以及更高的执行效率，能更好的提高rpi资源的利用率。然而，如果你的rust工程
较大时，迫于rpi的硬件性能等问题，编译工程就变得相对有些让人抓狂了，甚至在利用多个核心进行编译时，可能还会出现编译错误的问题。
因此，这里介绍如何使用rust在普通的PC环境下，编译生成运行于树莓派的执行程序。&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
