Home
last modified time | relevance | path

Searched full:build (Results 1 – 25 of 115) sorted by relevance

12345

/net-tools-2.7.6/mbedtls-2.4.0/visualc/VS2010/
DmbedTLS.sln250 {46CF2D25-6A36-4189-B59C-E4815388E554}.Debug|Win32.Build.0 = Debug|Win32
252 {46CF2D25-6A36-4189-B59C-E4815388E554}.Debug|x64.Build.0 = Debug|x64
254 {46CF2D25-6A36-4189-B59C-E4815388E554}.Release|Win32.Build.0 = Release|Win32
256 {46CF2D25-6A36-4189-B59C-E4815388E554}.Release|x64.Build.0 = Release|x64
258 {7A851DBD-7D57-E8F4-85E5-CCA72AEA7DF8}.Debug|Win32.Build.0 = Debug|Win32
260 {7A851DBD-7D57-E8F4-85E5-CCA72AEA7DF8}.Debug|x64.Build.0 = Debug|x64
262 {7A851DBD-7D57-E8F4-85E5-CCA72AEA7DF8}.Release|Win32.Build.0 = Release|Win32
264 {7A851DBD-7D57-E8F4-85E5-CCA72AEA7DF8}.Release|x64.Build.0 = Release|x64
266 {5DBB9FC3-6FD6-CA8D-E0FA-35F1E75EFAE7}.Debug|Win32.Build.0 = Debug|Win32
268 {5DBB9FC3-6FD6-CA8D-E0FA-35F1E75EFAE7}.Debug|x64.Build.0 = Debug|x64
[all …]
/net-tools-2.7.6/mbedtls-2.4.0/tests/scripts/
Dall.sh13 # Warning: the test is destructive. It includes various build modes and
54 printf " --out-of-source-dir=<path>\t\tDirectory used for CMake out-of-source build tests."
220 # time, so start with a GCC build).
239 msg "test/build: declared and exported names" # < 3s
247 msg "build: create and build yotta module" # ~ 30s
249 tests/scripts/yotta-build.sh
251 msg "build: cmake, gcc, ASan" # ~ 1 min 50s
256 msg "test: main suites (inc. selftests) (ASan build)" # ~ 50s
259 msg "test: ssl-opt.sh (ASan build)" # ~ 1 min
262 msg "test/build: ref-configs (ASan build)" # ~ 6 min 20s
[all …]
Dyotta-build.sh3 # yotta-build.sh
30 yt -t $TARGET build
33 yt -t $TARGET build -d
50 # armcc build tests.
54 # arm-none-eabi-gcc build tests.
Dcurves.pl11 # for some build options.
15 # build the library and test suites with the curve disabled
52 system( "make lib" ) and abort "Failed to build lib: $curve\n";
53 system( "cd tests && make" ) and abort "Failed to build tests: $curve\n";
Dkey-exchanges.pl3 # test that all configs with only a single key exchange enabled build
38 system( "make lib CFLAGS='-Os -Werror'" ) and abort "Failed to build lib: $kex\n";
Dtest-ref-configs.pl4 # - build
66 system( "make CFLAGS='-Os -Werror'" ) and abort "Failed to build: $conf\n";
Dbasic-build-test.sh3 # basic-build-tests.sh
28 # Usage: basic-build-tests.sh
55 # Step 0 - print build environment info
65 # Step 1 - Make and instrumented build for code coverage
/net-tools-2.7.6/mbedtls-2.4.0/
DREADME.md7 mbed TLS should build out of the box on most systems. Some platform specific options are available …
9 …ronment variables such as `CC` and `CFLAGS` when using the Make and CMake build system (see below).
14 There are currently four active build systems used within mbed TLS releases:
21 …date. The others should reflect all changes present in the CMake and Make build system, although f…
23 Yotta, as a build system, is slightly different from the other build systems:
28 The Make and CMake build systems create three libraries: libmbedcrypto, libmbedx509, and libmbedtls…
32 …ta](http://yottabuild.org) is a package manager and build system developed by mbed, and is the bui…
38 and build it with:
40 yotta build
46 …n the `yotta/module` directory within it. You can then change to that directory and build as usual:
[all …]
DCMakeLists.txt4 option(USE_PKCS11_HELPER_LIBRARY "Build mbed TLS with the pkcs11-helper library." OFF)
5 option(ENABLE_ZLIB_SUPPORT "Build mbed TLS with zlib library." OFF)
7 option(ENABLE_PROGRAMS "Build mbed TLS programs." ON)
13 option(ENABLE_TESTING "Build mbed TLS tests." OFF)
15 option(ENABLE_TESTING "Build mbed TLS tests." ON)
21 set(NULL_ENTROPY_WARN_L2 "**** THIS BUILD HAS NO DEFINED ENTROPY SOURCES\n")
46 To confirm you want to build with this option, re-run cmake with the \
56 …CACHE STRING "Choose the type of build: None Debug Release Coverage ASan ASanDbg MemSan MemSanDbg …
DMakefile59 NULL_ENTROPY_WARN_L2=**** THIS BUILD HAS NO DEFINED ENTROPY SOURCES ****\n
64 # Post build steps
86 # note: for coverage testing, build with:
Dcircle.yml11 # - If it is a nightly build then it builds the mbed TLS development head with
34 # Update mbed-os to master only if it is a nightly build
/net-tools-2.7.6/
DREADME.docker6 docker build -t net-tools .
36 rm -rf build && mkdir build
38 cmake -GNinja -DBOARD=native_posix -B build
41 -B build
43 ninja -C build run
/net-tools-2.7.6/virtual-hub/
DREADME.md13 The virtual-hub is a basic cmake application. To build it, follow
16 mkdir build && cd build
49 mkdir build-1 && cd build-1
/net-tools-2.7.6/mbedtls-2.4.0/scripts/data_files/
Dvs2010-sln-template.sln16 {46CF2D25-6A36-4189-B59C-E4815388E554}.Debug|Win32.Build.0 = Debug|Win32
18 {46CF2D25-6A36-4189-B59C-E4815388E554}.Debug|x64.Build.0 = Debug|x64
20 {46CF2D25-6A36-4189-B59C-E4815388E554}.Release|Win32.Build.0 = Release|Win32
22 {46CF2D25-6A36-4189-B59C-E4815388E554}.Release|x64.Build.0 = Release|x64
Dvs6-main-template.dsp2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
/net-tools-2.7.6/libcoap/
Dconfigure.ac31 # enable the automatically build of shared and static libraries, the unit
142 AC_MSG_WARN([==> The libcoap html documentation will not be build!])
154 …C_MSG_ERROR([==> Doxygen $doxygen_version too old. Doxygen 1.7+ required for documentation build.])
164 AC_MSG_WARN([==> The libcoap html documentation will be build without DOT graphics!])
176 …MSG_WARN([==> Graphviz dot $dot_version too old. Graphviz 2.26+ required for documentation build.])
210 …[AC_MSG_WARN([==> You want to build the testing binary but the needed header files for CUnit could…
223 …[AC_MSG_WARN([==> You want to build the testing binary but the needed library 'libcunit' for linki…
244 …AC_MSG_WARN([==> You want to build the examples binaries, that is also including the respective ma…
245 …AC_MSG_ERROR([==> Install the package that contains the a2x binary or disable the build of the exa…
260 AC_MSG_WARN([==> This is no problem if you just want to build the library libcoap.])
[all …]
/net-tools-2.7.6/mbedtls-2.4.0/yotta/data/example-authcrypt/
DREADME.md7 To build and run this example you must have:
31 4. Build mbedtls and the examples. This may take a long time if this is your first compilation:
34 $ yotta build
37 5. Copy `build/frdm-k64f-gcc/test/mbedtls-test-example-authcrypt.bin` to your mbed board and wait u…
/net-tools-2.7.6/mbedtls-2.4.0/yotta/data/example-hashing/
DREADME.md7 To build and run this example you must have:
31 4. Build mbedtls and the examples. This may take a long time if this is your first compilation:
34 $ yotta build
37 5. Copy `build/frdm-k64f-gcc/test/mbedtls-test-example-hashing.bin` to your mbed board and wait unt…
/net-tools-2.7.6/mbedtls-2.4.0/yotta/data/example-selftest/
DREADME.md7 To build and run this example you must have:
31 4. Build mbedtls and the examples. This may take a long time if this is your first compilation:
34 $ yotta build
37 5. Copy `build/frdm-k64f-gcc/test/mbedtls-test-example-selftest.bin` to your mbed board and wait un…
/net-tools-2.7.6/mbedtls-2.4.0/yotta/data/example-benchmark/
DREADME.md7 To build and run this example you must have:
31 4. Build mbedtls and the examples. This may take a long time if this is your first compilation:
34 $ yotta build
37 5. Copy `build/frdm-k64f-gcc/test/mbedtls-test-example-benchmark.bin` to your mbed board and wait u…
/net-tools-2.7.6/mbedtls-2.4.0/library/
DCMakeLists.txt1 option(USE_STATIC_MBEDTLS_LIBRARY "Build mbed TLS static library." ON)
2 option(USE_SHARED_MBEDTLS_LIBRARY "Build mbed TLS shared library." OFF)
110 message(FATAL_ERROR "Need to choose static or shared mbedtls build!")
/net-tools-2.7.6/mbedtls-2.4.0/yotta/
Dcreate-module.sh18 # use a temporary directory to build the module, then rsync to DEST
44 rsync -cr --delete --exclude build --exclude yotta_\* $TMP/ $DEST/
/net-tools-2.7.6/mbedtls-2.4.0/scripts/
Dgenerate_visualc_files.pl44 {GUID}.Debug|Win32.Build.0 = Debug|Win32\r
46 {GUID}.Debug|x64.Build.0 = Debug|x64\r
48 {GUID}.Release|Win32.Build.0 = Release|Win32\r
50 {GUID}.Release|x64.Build.0 = Release|x64\r
/net-tools-2.7.6/mbedtls-2.4.0/yotta/data/
DREADME.md25 These examples are integrated as yotta tests, so that they are built automatically when you build m…
60build` from its root. This is because mbed TLS also exists as an independent component, so its rep…
67 You can then run any yotta command you would normally run, such as `yotta build` or `yotta link`.
/net-tools-2.7.6/mbedtls-2.4.0/tests/
DCMakeLists.txt15 message(FATAL_ERROR "Cannot build test suites without Perl")
106 # Make data_files available in an out-of-source build

12345