http://sourceforge.net/apps/trac/skyeye/wiki/uClinux
1) uClinux-dist-20070130 on At91 platform (Linux Host)
You can follow below instructions to run linux-2.6.x / At91 on Skyeye.
get your too
1.下载并解压Skyeye源码包
Skyeye1.3.3版本。通过tar命令解压
tar -xvf skyeye-1.3.3_rel.tar.gz
解压后出现一个skyeye目录,就是Skyeye的源码包了。
2.编译安装Skyeye。进入skyeye目录,依次执行如下命令:
./configure
make lib
ma
Debug arm_hello code in Eclipse
steps: Step1:Make sure Eclipse is installed with cdt plugin. Step2:Make a new project in Eclipse, import the skyeye's arm_hello code,and compile it successfully St