Searched full:scons (Results 1 – 18 of 18) sorted by relevance
23 sudo apt-get install python3-protobuf protobuf-compiler scons31 scons CC=gcc CXX=g++ CCFLAGS="-O3"33 scons CC=gcc CXX=g++ CCFLAGS="-Os -flto"35 scons CC=gcc CXX=g++ CCFLAGS="-O1 -DPB_FIELD_32BIT=1"41 scons CC=gcc CXX=g++ CCFLAGS="-O3 -m32" LINKFLAGS="-m32"43 scons CC=gcc CXX=g++ CCFLAGS="-Os -flto -m32" LINKFLAGS="-m32"45 scons CC=gcc CXX=g++ CCFLAGS="-O1 -DPB_FIELD_32BIT=1 -m32" LINKFLAGS="-m32"51 scons CC=clang CXX=clang++ CCFLAGS="-O3"53 scons CC=clang CXX=clang++ CCFLAGS="-Os -DPB_FIELD_32BIT=1"59 scons CC=clang CXX=clang++ CCFLAGS="-O3 -m32" LINKFLAGS="-m32"[all …]
22 sudo apt-get install python3-protobuf protobuf-compiler scons36 scons PLATFORM=AVR52 sudo apt-get install python3-protobuf protobuf-compiler scons59 scons PLATFORM=MIPS65 scons PLATFORM=MIPSEL81 sudo apt-get install python3-protobuf protobuf-compiler scons88 scons PLATFORM=RISCV64
26 python3 -m pip install --user --upgrade scons protobuf grpcio-tools pyinstaller49 python3 -m SCons74 python3 -m pip install --user --upgrade scons protobuf grpcio-tools pyinstaller100 python3 -m SCons115 python3 -m pip install --user --upgrade scons protobuf grpcio-tools pyinstaller138 python3 -m SCons
28 sudo apt-get install python-protobuf protobuf-compiler scons35 …scons PYTHON="/usr/bin/python2" PROTOC="/usr/bin/protoc" PROTOCFLAGS="--plugin=protoc-gen-nanopb=$…
39 sudo apt-get install python3-protobuf protobuf-compiler scons splint valgrind44 scons
71 python3 -m pip install --user --upgrade protobuf grpcio-tools scons
2 scons5 scons -c11 scons CC=gcc-4.6 CXX=gcc-4.6
2 Type 'scons' to build and run all the available test cases.21 scons CC=clang CXX=clang++
2 Scons Builder for nanopb .proto definitions.31 import SCons.Action32 import SCons.Builder33 import SCons.Util34 from SCons.Script import Dir, File40 warningbase = SCons.Warnings.SConsWarning42 warningbase = SCons.Warnings.Warning46 SCons.Warnings.enableWarningClass(NanopbWarning)59 raise SCons.Errors.StopError(NanopbWarning,112 raise SCons.Errors.StopError(NanopbWarning,[all …]
10 RUN apt -y install git scons build-essential g++14 RUN cd nanopb/tests && scons
58 test suite. The build rules for the test suite are implemented using Scons,59 so you need to have that installed (ex: `sudo apt install scons` or `pip install scons`).63 scons70 Mac OS X, use: `scons CC=clang CXX=clang`. Same way can be used to run75 AVR simulator. Use `scons PLATFORM=STM32` and `scons PLATFORM=AVR` to run89 * **SCons**: `tests/site_scons` (generator only)
61 Fix problems running tests with newer SCons version77 Fix test case build error on SCons 4.1.0282 Fix scons rules for Python 3492 Switch from Makefiles to scons for building the tests
10 RUN apt -y install git scons build-essential g++15 RUN cd nanopb/tests && scons
10 scons build/alltypes/encode_alltypes build/fuzztest/generate_message30 scons CC="$CC" CXX="$CXX" LINK="$CXX" \
34 scons -u CC=clang LINK=clang++ \
146 To build the tests, you will need the [scons](http://www.scons.org/)158 pip3 install scons protobuf grpcio-tools
7 import SCons.Action138 action = SCons.Action.CommandAction(cmd)
24 # As of 0.4.2, SCons rules still go through protoc that handles paths correctly