paopaoer 发表于 2007-8-20 22:12:58

helloworld on skyeye问题

下载了hello4skyeye,按照文档修改,
编译成hello.bin可以,通过u-boot可以运行

但是想用 skyeye -e hello 怎么不见打印出来的hello world
是不是我什么地方搞错了

keendawn 发表于 2007-8-21 10:43:03

老兄,你是根据什么文档,把它编译成hello.bin的?

paopaoer 发表于 2007-8-21 13:21:48

http://www.linuxfans.org/bbs/thread-82187-1-1.html
这篇文章

或者用
arm-linux-objcopy --gap-fill=0xff -O binary hello.exe hello.bin
生成的了

你知道怎么回事嘛?

keendawn 发表于 2007-8-23 08:53:16

http://www.linuxfans.org/bbs/thread-82187-1-1.html
这篇文章中,好像没有提到怎么编译成bin格式的可执行文件?


arm-linux-objcopy --gap-fill=0xff -O binary hello.exe hello.bin
我刚刚在另一个帖子里有看到,目前还是知其然,不知其所以然!

ksh 发表于 2007-8-23 19:32:37

learn to debug hello by Skyeye. If you do not use SkyEye to debug your program, that is hard to guess the cause of your issue.
页: [1]
查看完整版本: helloworld on skyeye问题