my Cross Compiler chain for mipsIIv1
Find a file
2026-02-16 10:15:59 +01:00
bin add poc 2026-02-15 21:57:08 +01:00
lib add poc 2026-02-15 21:57:08 +01:00
src add poc 2026-02-15 21:57:08 +01:00
.gitignore add poc 2026-02-15 21:57:08 +01:00
Makefile add poc 2026-02-15 21:57:08 +01:00
README.md add demonstration 2026-02-16 10:15:59 +01:00

MipsIIv1_CC

my Cross Compiler chain for mipsIIv1

Goals:

  • create a Makefile for Mips-II
  • create a binary matching exp_bb

How to use:

$ tar xzvf lib/mipsel-linux-musl-cross.tgz -C lib/
$ make

Result:

Board: Ralink APSoC DRAM: 16 MB

# ./hellorld 
Hello from MIPS!