mips
compiling android kernel for mips
I have downloaded the mips android sources. But this includes a prebuilt kernel image \"kernel-eb-qemu\". When I gave \"file kernel-eb-qemu\", this w开发者_StackOverflow社区as displayed:[详细]
2023-02-25 07:38 分类:问答Need to convert c code under VC++ 6.0 to MIPS assembly
I am trying to make the VC++6.0 to compile my code to a MIPS assembly so I could read it and copy that code.[详细]
2023-02-25 02:59 分类:问答Problems getting an assembly code from gcc - did my best
I\'m working under linux, and having some problems while trying to create a MIPS assembly file from my *.c code.[详细]
2023-02-24 14:30 分类:问答PIC/non-PIC code errors when cross compiling
This is totally outside my area of expertise, so forgive me if this seems rather elementary.开发者_运维技巧I\'ve never really worked with C, so this is a bit new to me.I\'ve been tasked with cross-com[详细]
2023-02-24 01:01 分类:问答Merge sort with arrays (in MIPS assembler)
The purpose of the program is to take an even number of user inputed integers and sort them (using merge sort). It prints the sorted list to the screen. The program first takes the set size, then asks[详细]
2023-02-23 04:22 分类:问答vmstat command missing
I am using a embedded Linux platform (MIPS processor, Linux 2.6.18-6.4, with busy box) & I don\'t see vmstat command. what do I need to do get this command installed.[详细]
2023-02-22 11:33 分类:问答How to add 1234 1234 base 16 to MIPS Registers?
I know how to add 1234 to a register in MIPS. For this I basically use ADDI r1, r0, 1234. However, I cannot figure ou开发者_StackOverflowt how to add 1234 1234 to a register. I think it overflows.[详细]
2023-02-22 05:34 分类:问答Boost.asio compilation problem: undefined reference to `__sync_add_and_fetch_8
Hey guys, This could be a noob question, but I really can\'t find any useful solution through Google. I\'m testing a hello world with boost.asio, the program is quite simple:[详细]
2023-02-21 10:28 分类:问答MIPS - help converting code from C
I am a beginner in MIPS and I am trying to write a simple code that runs over a given array in memory that is smaller than 10 cells, lets say 9 cells, and prints on screen the biggest number.[详细]
2023-02-20 18:38 分类:问答MIPS - Create binary word of an order
I have the following code in MIPS language: lw $s5, -20($s6) sub $t1, $s5, $t2 addi $t1, $t2, 50 I need to convert each order to its code:[详细]
2023-02-20 06:31 分类:问答