helloworld on skyeye问题
下载了hello4skyeye,按照文档修改,编译成hello.bin可以,通过u-boot可以运行
但是想用 skyeye -e hello 怎么不见打印出来的hello world
是不是我什么地方搞错了 老兄,你是根据什么文档,把它编译成hello.bin的? http://www.linuxfans.org/bbs/thread-82187-1-1.html
这篇文章
或者用
arm-linux-objcopy --gap-fill=0xff -O binary hello.exe hello.bin
生成的了
你知道怎么回事嘛? http://www.linuxfans.org/bbs/thread-82187-1-1.html
这篇文章中,好像没有提到怎么编译成bin格式的可执行文件?
arm-linux-objcopy --gap-fill=0xff -O binary hello.exe hello.bin
我刚刚在另一个帖子里有看到,目前还是知其然,不知其所以然! 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]