AliOS-Things on MAC (1/2)
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 not 4.9)
- brew tap PX4/homebrew-px4
- brew search gnu-arm-none-eabi it will show below info
- px4/px4/gcc-arm-none-eabi-54 ✔ px4/px4/gcc-arm-none-eabi-47 px4/px4/gcc-arm-none-eabi-49 px4/px4/gcc-arm-none-eabi-63
px4/px4/gcc-arm-none-eabi px4/px4/gcc-arm-none-eabi-48 px4/px4/gcc-arm-none-eabi-62 - brew install px4/px4/gcc-arm-none-eabi-54
- px4/px4/gcc-arm-none-eabi-54 ✔ px4/px4/gcc-arm-none-eabi-47 px4/px4/gcc-arm-none-eabi-49 px4/px4/gcc-arm-none-eabi-63
- go into AliOS-Things folder