全部博文(1159)
发布时间:2013-04-06 17:19:38
http://blog.sina.com.cn/s/blog_59fd92c40100h4v2.html最近在学习ARM的汇编,但是ARM不像x86,可以很方便的调试。不过还好有虚拟机,而且还有GDB这样万能的调试器。Google了很久,又结合自己的实践,终于成功的调试了ARM的汇编,在此向对ARM嵌入式感兴趣的同学分享一下。首先说明需要的工具1.QEMU .........【阅读全文】
发布时间:2013-04-05 16:41:39
http://blog.sina.com.cn/s/blog_5c93b2ab0100ivfp.htmlGNU汇编语言结构 &nb.........【阅读全文】
发布时间:2013-04-05 12:03:56
http://peterdn.com/post/e28098Hello-World!e28099-in-ARM-assembly.aspx‘Hello World!’ in ARM assemblyby peterdn 14. 一月 2012 22:29 Over the last few weeks, in an effort to port a small C library to the platform, I’ve been doing a fair bit of tinkering around with the Android NDK.&nb.........【阅读全文】
发布时间:2013-04-05 11:42:09
http://ubuntuforums.org/archive/index.php/t-2010979.htmlView Full Version : [SOLVED] ARM assembly under LinuxchuchiJune 26th, 2012, 04:53 PMHi there!!I need to learn ARM assembly, and I use Linux. Please, could you give me any starting point about how to inst.........【阅读全文】
发布时间:2013-04-05 11:28:58
http://www.linuxforu.com/2011/08/qemu-for-embedded-systems-development-part-3/Using QEMU for Embedded Systems Development, Part 3By Manoj Kumar on August 1, 2011 in Coding, Developers · 4 CommentsIt's time to u-bootThis is the last article of this series on QEMU. In the previous article, w.........【阅读全文】
发布时间:2013-04-05 11:27:27
http://www.linuxforu.com/2011/07/qemu-for-embedded-systems-development-part-2/Using QEMU for Embedded Systems Development, Part 2By Manoj Kumar on July 1, 2011 in Coding, Developers · 3 CommentsQEMU for embedded programmingIn the previous articles, we learnt how to use QEMU for a generic L.........【阅读全文】
发布时间:2013-04-05 11:19:14
http://www.linuxforu.com/2011/06/qemu-for-embedded-systems-development-part-1/Using QEMU for Embedded Systems Development, Part 1By Manoj Kumar on June 1, 2011 in Coding, Developers · 12 Comments and 0 Reactions Last month, we covered the basic use of QEMU. Now let’s.........【阅读全文】
发布时间:2013-04-05 10:14:30
http://www.cnx-software.com/2012/03/08/how-to-build-qemu-system-arm-in-linux/Most (all?) Linux distributions have a binary package for qemu-system (including qemu-system-arm) in order to emulate non-x86 targets such as ARM, MIPS, PPC, Alpha and more.However, in some case you may need to v.........【阅读全文】
firelight_t2014-05-17 22:44
张老师好,有个问题请教一下,我有两个硬盘,我在一我SD上面安装了window8,在再机械硬盘上安装RHEL7 ,我发现RHEL7的grub和RHEL6 的grub不一样啊。我现在找不回我的window8了,,,RHEL7 的grub,需要怎么修复。。格式是什么样的,求搭救
zhaocunhao2013-05-28 16:08
老师好:tar包解压后的好多文件,如何删除啊,我自己用了下面这个命令不行啊:tar -tf arm-linux-tools-20070808.tar.gz | rm -dfr