有待修改~~~
建议不要安装skyeye-1.2.8
skyeye的安装方法可参考
http://hi.youkuaiyun.com/link.php?url=http://blog.youkuaiyun.com%2Fqwjzh
也可到Google中搜其它的方法
下载一个skyeye testsuit
cd testsuit
cd linux
cd s3c2410
cd s3c2410x-2.6.14
vim hello.c
input:
#include<stdio.h>
int main()
{
printf("Hello World ! /n");
return 0;
}
/usr/local/arm/3.4.1/bin/arm-linux-gcc -static -o hello hello.c
mkdir root
sudo mount -o loop initrd.img root
cd root
cd bin
cp ../../hello ./
cd ..
cd ..
sudo umount root
skyeye -e vmlinux -c skyeye.config