I am trying to bootstrap GCC during OpenELEC compilation. I need to add libatomic for the target system so as to compile some packages.
When I try to add libatomic for the target system, I get a compilation error…
I am currently working on a program that reads in a file and finds the palindromes in the file in MIPS on a ci20 machine. I am having trouble understand where the return pointer is from my jal to my fopen function. Some of my current code
.option…
I am currently working a program that runs the Collatz Conjecture.
I am confused how to represent 2^32 - 1 or 0xFFFFFFFF into a single register. I am currently using
#lui $s5, 0xFFFF # 2^32 - 1 stored in $s5
#ori $s5, $s5, 0xFFFF # storing…
I am currently working on a small program on a ci20 machine that prompt the user for a integer value then print the value to the screen.
My current code
.data
prompt:
.asciiz "Please enter an integer: "
message:
.asciiz "\nValue entered:…
I'm trying to compile Plex Home Theater on my new Ci20 but I'm coming across some build errors which I believe are ASM related, knowing nothing about ASM I was wondering if anyone were able to provide any assistance.
Build Error
[ 19%] Building CXX…