发布时间:2012-12-11 01:07:32
-EBGenerate big-endian code.-ELGenerate little-endian code. This is the default for mips*el-*-* configurations.-march=archGenerate code that will run on arch, which can be the name of a generic MIPS ISA, or the name of a particular processor. The ISA names are: mips1, mips2, mips3, mips4,mip......【阅读全文】
发布时间:2012-12-10 10:43:23
用mipsel-linux-gcc编译出现错误:(.text+0xa4): relocation truncated to fit: R_MIPS_GOT16 against `no symbol'start.o: In function `IntHandle':(.text+0xd0): relocation truncated to fit: R_MIPS_GOT16 against `no symbol'start.o: In function `IntHandle':(.text+0x118): relocation truncated to fit: R_MIPS_GOT16 aga......【阅读全文】
发布时间:2012-10-12 22:15:32
原文链接:http://comcat.blog.openrays.org/blog-htm-do-showone-tid-329.html 1. GCC 内嵌汇编的基本格式 asm("assembl......【阅读全文】