华为鸿蒙 + 阿里平头哥, 润和Neptune 评测(二)
<div class='showpostmsg'><p><a href="https://bbs.eeworld.com.cn/thread-1182528-1-1.html">华为鸿蒙 + 阿里平头哥, 润和Neptune 评测(一) </a></p><p>上一篇, 我们介绍了 华为鸿蒙, 阿里平头哥 及润和Neptune</p>
<p>这一篇,我们来看 编译环境</p>
<p>一. 编译工具链</p>
<p> 闭源的工具链多为keil 及 iar</p>
<p> 开源社区, 一般多为gcc 与llvm</p>
<p> 鸿蒙 RTOS 拥抱开源, 重视社区, 自然工具链是 gcc 与 llvm</p>
<p>二. 构建系统</p>
<p> Ninja 是一个速度至上的小型构件系统. 快就是他最大的特点.相对于传统的makefile, 这是一个非常modern 的选择.</p>
<p>三. 操作系统</p>
<p> 目前, 构建系统只支持使用 linux进行</p>
<p> 业内,目前大部分的工作环境还是windows 为主, wsl 走起,毕竟开源 离不开linux, 优化自己的工作环境,也是工程师的必修阿</p>
<p>四. 辅助</p>
<p> Python, Node js</p>
<p> 这两个其实也是非常常见的脚本 辅助语言了, 如果还没有的话,就尽快安排上吧</p>
<p> </p>
<p>小结:</p>
<p> 鸿蒙拥抱开源的决心很大,一整套工具链基本就是开源社区标配了.</p>
<p> 搞懂了这一套, 其他的也能快速上手.</p>
<p> </p>
</div><script> var loginstr = '<div class="locked">查看本帖全部内容,请<a href="javascript:;" style="color:#e60000" class="loginf">登录</a>或者<a href="https://bbs.eeworld.com.cn/member.php?mod=register_eeworld.php&action=wechat" style="color:#e60000" target="_blank">注册</a></div>';
if(parseInt(discuz_uid)==0){
(function($){
var postHeight = getTextHeight(400);
$(".showpostmsg").html($(".showpostmsg").html());
$(".showpostmsg").after(loginstr);
$(".showpostmsg").css({height:postHeight,overflow:"hidden"});
})(jQuery);
} </script><script type="text/javascript">(function(d,c){var a=d.createElement("script"),m=d.getElementsByTagName("script"),eewurl="//counter.eeworld.com.cn/pv/count/";a.src=eewurl+c;m.parentNode.insertBefore(a,m)})(document,523)</script>
页:
[1]