Searched +full:- +full:mips +full:- +full:linux +full:- +full:gnu (Results 1 – 2 of 2) sorted by relevance
1 # Compiler settings for running the tests on mips-linux-gnu (big endian)3 # gcc-mips-linux-gnu g++-mips-linux-gnu qemu-user6 env.Replace(EMBEDDED = "MIPS")7 env.Replace(CC = "mips-linux-gnu-gcc",8 CXX = "mips-linux-gnu-g++")9 env.Replace(TEST_RUNNER = "/usr/bin/qemu-mips")10 env.Append(LINKFLAGS = "-static")
10 runs-on: ubuntu-20.0413 - name: Check out code from GitHub17 fetch-depth: "0"19 - name: Install dependencies21 sudo apt-get update22 sudo apt-get install python3-protobuf protobuf-compiler scons23 sudo apt-get install libelf-dev gcc-avr gdb-avr avr-libc25 - name: Install simavr29 make build-simavr30 sudo make install-simavr[all …]