Home
last modified time | relevance | path

Searched +full:- +full:mips +full:- +full:linux +full:- +full:gnu (Results 1 – 2 of 2) sorted by relevance

/nanopb-3.4.0/tests/site_scons/platforms/mips/
Dmips.py1 # Compiler settings for running the tests on mips-linux-gnu (big endian)
3 # gcc-mips-linux-gnu g++-mips-linux-gnu qemu-user
6 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")
/nanopb-3.4.0/.github/workflows/
Dsimulator_tests.yml10 runs-on: ubuntu-20.04
13 - name: Check out code from GitHub
17 fetch-depth: "0"
19 - name: Install dependencies
21 sudo apt-get update
22 sudo apt-get install python3-protobuf protobuf-compiler scons
23 sudo apt-get install libelf-dev gcc-avr gdb-avr avr-libc
25 - name: Install simavr
29 make build-simavr
30 sudo make install-simavr
[all …]