自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (2)
  • 收藏
  • 关注

原创 Cross Compiling Python for Embedded Linux

We need a patch to enable the original source to support cross compile. Suppose we are cross compile Python-2.7.3 for arm, we should do below steps to get the target binary file:Step 1: build host pyt

2015-06-28 13:07:26 1798

原创 Glibc configure error: The arm is not supported.

Support for compiling GLIBC for ARM GNU/Linux (arm-none-linux-gnueabi) is provided by the ports add-on.For example, the ports add-on of glibc-2.12.2.tar.xzisglibc-ports-2.12.2.tar.gzYou need to downlo

2015-06-28 01:45:50 2229 1

原创 Glibc configure problem: fails sanity check.

Cause: [Just guess] This error may be caused by header files.Solution:Unset all relative enviroment variable:unset LD_LIBRARY_PATH LIBRARY_PATH CPATH C_INCLUDE_PATH PKG_CONFIG_PATH CPLUS_INCLUDE_PATH

2015-06-28 01:34:02 761

原创 GCC --sysroot=dir switch meaning

Use dir as the logical root directory for headers and libraries. For example, if the compiler normally searches for headers in /usr/include and libraries in /usr/lib, it instead searches dir/usr/incl

2015-06-27 14:38:02 2321

原创 Solution: `GLIBC_2.xxx' not found”

Using the temp environment variable:env LD_LIBRARY_PATH=/path/to/correct/libc-xxx.so SomeProblemAPP appArgsorLD_LIBRARY_PATH=/path/to/correct/libc-xxx.so SomeProblemAPP appArgs

2015-06-27 01:58:09 659

原创 Cross compile problem: cannot run test program while cross compiling

We have to modify the configure.ac or configure.in file and delete the check which is causing problems. Cross compiling with autoconf is pretty tricky and usually needs some tweaking of the config file

2015-06-27 01:43:11 1945

翻译 Cross Compiling For ARM With Autoconf

1、Have your cross compilers in your current $PATH 2、Set the CC and CXX environment variables to point to the cross compilers 3、Give the right –host and –buildhttp://stackoverflow.com/questions/1523

2015-06-27 00:47:16 654

原创 TI AM335X Board info

TI AM335X http://blog.chinaunix.net/zt/1035/dualemacam335x_1035873.shtmlmake CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm distclean http://blog.chinaunix.net/uid-30016330-id-4611627.htmlROM loads x-lo

2015-06-03 17:38:55 1321

vim7 中文手册

vim7中文手册 pdf版

2008-01-07

vim7 win

vim7 for windows

2008-01-07

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除