本实验采用linux-2.6.30.4 version测试,交叉编译为4.3.3,相关源码可以自行下载或到本博客查看是否有,在自己环境下尝试编译kernel通过确保环境ok为后续的移植做好准备。
对下载的linux-2.6.30.4.tar.bz2进行解压到自己指定位置 tar jxvf linux-2.6.30.4.tar.bz2 -C your_path
修改编译工具及架构: 进入kernel根...
分类:
系统相关 时间:
2015-05-24 11:40:22
阅读次数:
347
Given a binary tree containing digits from 0-9 only, each root-to-leaf path
could represent a number.
An example is the root-to-leaf path 1->2->3 which represents the number 123.
Find the tota...
分类:
其他好文 时间:
2015-05-24 10:12:08
阅读次数:
109
import osdef rename_file(): file_name_list=os.listdir(r"/Users/Lily/Documents/ASU1/CodePractise/prank") print(file_name_list) saved_path=os.g...
分类:
编程语言 时间:
2015-05-24 06:30:50
阅读次数:
197
解决问题错误:Could not find the AndroidManifest.xml file, going up from path//打开appbuild.gradle文件加入以下代码/*** AA注解Apt配置*/apt { arguments { androidMa...
分类:
移动开发 时间:
2015-05-24 01:16:44
阅读次数:
433
按 Ctrl+` 调出console粘贴以下代码到底部命令行并回车:import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not...
分类:
系统相关 时间:
2015-05-23 22:38:10
阅读次数:
321
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:
编程语言 时间:
2015-05-23 21:22:23
阅读次数:
152
Given a binary tree, find its minimum depth.The minimum depth is the number of nodes along the shortest path from the root node down to the nearest le...
分类:
编程语言 时间:
2015-05-23 21:16:50
阅读次数:
170
Given a binary tree and a sum, find all root-to-leaf paths where each path's sum equals the given sum.For example:Given the below binary tree and sum ...
分类:
编程语言 时间:
2015-05-23 21:16:11
阅读次数:
196
RHEL6.6-x86-64nginx-1.80php-5.6.6mysql-5.6.14安装nginx事先装好pcre-devel、gd-devel包./configure
--prefix=/usr--sbin-path=/usr/sbin/nginx--conf-path=/etc/nginx/nginx.conf--error-log-path=/var/log/nginx/error.log--http-log-path=/var/log/nginx/access.l..
分类:
Web程序 时间:
2015-05-23 18:39:22
阅读次数:
143
Sass依赖Ruby,所以,首先得先安装个RubySass的安装步骤: 1.安装Ruby的时候,勾上Add Ruby executables to your PATH (添加环境变量) 2.安装好Ruby之后,在开始菜单中找到Ruby,打开“Start Command Prompt With R.....
分类:
其他好文 时间:
2015-05-23 18:19:57
阅读次数:
230