摘要:
转载地址:http://blog.chinaunix.net/uid-28458801-id-3487199.htmlCPSR:程序状态寄存器(current program status register) (当前程序状态寄存器),在任何处理器模式下被访问。它包含了条件标志位、中断禁止位、当前处理... 阅读全文
posted @ 2014-08-13 15:02
Magnum Programm Life
阅读(1688)评论(0)推荐(0)
摘要:
1. 首先确定一间配置好arm linux 交叉编译器,可以使用arm-linux-gcc.2. 看示例代码hello.c#includeint add(int a,int b){ int c = a+b; return c;}int main(){ printf("Ubuntu, i am lin... 阅读全文
posted @ 2014-08-12 16:30
Magnum Programm Life
阅读(811)评论(0)推荐(0)