MacOS
Manfeel
做自己喜欢并擅长的事,上帝也会助你走向成功
展开
-
Mac OS下搭建OpenWrt编译环境记录(针对官方最新2015.01.20 r44068 trunk)
前言之前已经在MacOS下搭建好了OpenWrt的编译环境,没想到更新到最新的官方Trunk之后,噩梦就此开始。现将思考过程以及应对方法做个记录。背景知识OpenWrt推荐用MacPorts来搭建MacOS中的相关工具。MacOS自带了gcc,版本信息如下:Configured with: --prefix=/Applications/Xcode.app/Contents/原创 2015-01-24 20:21:17 · 7853 阅读 · 1 评论 -
Raspberry Pi -- Cross Compiling on Mac OSX
In my previous post, I discussed the woes of compiling code on the Raspberry Pi. The Raspberry Pi is not very fast which adds an additional amount of tedium to the prospect of doing any projects rel转载 2015-01-30 22:07:38 · 4262 阅读 · 0 评论 -
在MAC系统下构建uboot的gcc编译环境
前言一直想在MAC系统下搭建路由器的开发环境,OpenWrt官方已经全面支持MAC系统下编译,然而,MT7620的uboot却始终无法顺利编译。原因在于,MT7620的uboot需要用到老版本的gcc342来进行编译,因此,如何在MAC环境中编译gcc342成为本文讨论的重点。准备工作下载binutils-2.24.tar.bz2和gcc-3.4.2.tar.bz2源码。二者缺原创 2015-01-17 20:53:07 · 4124 阅读 · 0 评论 -
让MAC系统为你唱中英文生日快乐歌
在AppleScript中,输入:set currentUser to long user name of (get system info)set firstName to first word of currentUserset lastName to last word of currentUserset noteValues to {56, 56, 58, 56, 61, 60,转载 2014-12-14 11:42:01 · 1496 阅读 · 0 评论 -
ESP8266 Development Kit on Mac Os Yosemite
After successful installation of development tools on Windows with Eclipse IDE for ESP8266 and have pretty interesting time with the MQTT project (esp_mqtt), I tried looking for someone who develo转载 2015-02-23 21:45:23 · 4894 阅读 · 1 评论 -
Compiling GCC on OS X
In this tutorial, I will show you how to compile from source and install the current stable version of GCC with Graphite loop optimizations on your OS X computer. The instructions from this tutorial w转载 2015-01-22 21:44:58 · 1300 阅读 · 0 评论 -
MAC OSX 10.10 Yosemite 下编译 OP_TEE
0. 安装一些必备文件brew install libelf gnu-sed binutils(解决readelf)将sed、find、readlink、xargs、readelf分别链接到g开头的同名文件1. 下载源码repo init -u https://github.com/OP-TEE/manifest.git -m default.xml -b原创 2015-11-20 23:14:29 · 3151 阅读 · 2 评论 -
Update now: Macs and iPhones have a Stagefright-style bug!
Stagefright was one of 2015’s most newsworthy BWAINs (Bugs with an Impressive Name): a security hole, or more accurately a cluster of holes, in Android’s libstagefright multimedia software component.转载 2016-07-22 22:11:55 · 941 阅读 · 0 评论