In previous alios-things-on-mac (1/2) we describe how to build alios in command line. Now we use vs code to do the app, it is quite simple and same as linux/windows. below is step by step Follow the link https://github.com/alibaba/AliOS-Things/wiki/AliOS-Things-Studio to add alios extension Though it will show picture as below but it does not impact anything Create project […]

Read More →

AliOS-Things https://github.com/alibaba/AliOS-Things In WiKi, only windows and linux is describe, but I think it should be fine on mac os x. Below is the step by step to make you build your first App Clone AliOS (ha) – Here Use brew to install below functionality python27 aos-cube: brew install aos-cube gcc-arm-none-eabi (After test, AliOS works on ver5.4 but […]

Read More →

這裡 https://github.com/fuchsia-mirror/manifest 上面有step by step 的作法, 下載後先看folder structure XDD 核心是 magenta (little-kernel) 看檔案副檔的話, c還是佔大宗, c > cpp > go 再加上一些.sh & Makefile 要測試的話, 以下是我玩的時候需要的步驟 (OSX 10.11.5) 1. 下載fuchsia及相關檔案 curl -s https://raw.githubusercontent.com/vanadium/go.jiri/master/scripts/bootstrap_jiri | bash -s fuchsia cd fuchsia export PATH=`pwd`/.jiri_root/scripts:$PATH jiri import fuchsia https://fuchsia.googlesource.com/manifest jiri update 2.Build fuchsia ./packages/gn/gen.py ./buildtools/ninja -C out/debug-x86-64 3.Build qemu git clone https://fuchsia.googlesource.com/third_party/qemu […]

Read More →