@Reisyukaku
I fixed this by renaming:
ReiNand/thread/source/FS.s
to
ReiNand/thread/source/FS.S
Now it compiles fine with my Linux setup using an armips linux binary.
Code:
arm-none-eabi-gcc -g source/_start.s source/FS.S -I source -c -mcpu=arm946e-s -march=armv5te -mlittle-endian -fshort-wchar
arm-none-eabi-gcc: error: source/FS.S: No such file or directory
Makefile:11: recipe for target 'all' failed
make[1]: *** [all] Error 1
make[1]: Leaving directory '/home/hle/src/ReiNand/thread'
Makefile:70: recipe for target 'out/rei/thread/arm9.bin' failed
make: *** [out/rei/thread/arm9.bin] Error 2
I fixed this by renaming:
ReiNand/thread/source/FS.s
to
ReiNand/thread/source/FS.S
Now it compiles fine with my Linux setup using an armips linux binary.









