hello,world级问题
因为要移植一个简单的操作系统,想使用skyeye,先在skyeye上跑一个最简单的程序;//hello.c
int main(int argc,char** argv){
}
#arm-elf-gcc hello.c
生成a.out
随便找了个skyeye的conf文件。
执行:
#skyeye a.out
请问可以这样用吗?skyeye参数中的a.out格式是ARM,statically ,not stripped .格式对吗? 不可以,看看
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=82187 早看到你的回贴就好了,昨天搞了好久,看了ucosiiforskyeye的代码,又参照着gcc,binutils的说明一起看,索性搞能够运行了。还是谢谢你的回答,赞斑竹!
不可以,看看
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=82187
这是一篇好贴,应该置顶
页:
[1]