简体   繁体   English

免费的ARM IDE | 编译器

[英]Free ARM IDE | Compiler

I am looking for ARM IDE, so I could run code like this: 我正在寻找ARM IDE,因此可以运行以下代码:

    LDR     R0, a
    a    DEFW    0

And it would give me results or show how is everything processed. 它会给我结果或显示如何处理所有内容。 Thank you. 谢谢。

If you want to go with ARM assembly using free tools there is only one true solution: 如果要使用免费工具进行ARM组装,则只有一个真正的解决方案:

  • vim (or other suitable editor that matches your needs) vim(或其他符合您需求的合适编辑器)
  • gcc 海湾合作委员会
  • gdb + Qemu (or better gdb + ICE + board) gdb + Qemu(或更好的gdb + ICE +开发板)

Or (this will cost you a fortune): 或(这将花费您一大笔钱):

  • ARM Developer Suite ARM开发人员套件
  • JTAG JTAG

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM