Home
last modified time | relevance | path

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

/nanopb-3.4.0/tests/site_scons/platforms/riscv64/
Driscv64.py1 # Compiler settings for running the tests on riscv64-linux-gnu
3 # gcc-riscv64-linux-gnu g++-riscv64-linux-gnu qemu-user
6 env.Replace(EMBEDDED = "RISCV64")
7 env.Replace(CC = "riscv64-linux-gnu-gcc",
8 CXX = "riscv64-linux-gnu-g++")
9 env.Replace(TEST_RUNNER = "/usr/bin/qemu-riscv64")
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 …]