Adds this RF board support (in external packages installation and in compilation)
Adds this RF board support (in external packages installation and in compilation)
-t | --transport
-t | --transport
Selects the transport protocol type, options: None, Ethernet, benetel4g, benetel5g
Selects the transport protocol type, options: None, Ethernet, benetel4g, benetel5g
...
@@ -131,10 +133,16 @@ Options:
...
@@ -131,10 +133,16 @@ Options:
Adds a debgging facility to the binary files: GUI with major internal synchronization events
Adds a debgging facility to the binary files: GUI with major internal synchronization events
-x | --xforms
-x | --xforms
Will compile with software oscilloscope features
Will compile with software oscilloscope features
--HWLAT
Makes test program for haw latency tests
--HWLAT_TEST
Compiles a hw latency test program
--verbose-ci
--verbose-ci
Compile with verbose instructions in CI Docker env
Compile with verbose instructions in CI Docker env
--verbose-compile
--verbose-compile
Shows detailed compilation instructions in makefile
Shows detailed compilation instructions in makefile
--cflags_processor
Manually Add CFLAGS of processor if they are not detected correctly by script. Only add these flags if you know your processor supports them. Example flags: -msse3 -msse4.1 -msse4.2 -mavx2
--build-doxygen
--build-doxygen
Builds doxygen based documentation.
Builds doxygen based documentation.
--build-coverity-scan
--build-coverity-scan
...
@@ -166,6 +174,8 @@ Options:
...
@@ -166,6 +174,8 @@ Options:
Disable AVX512 intrinsics whatever processor capability is
Disable AVX512 intrinsics whatever processor capability is
--noavx2
--noavx2
Disable AVX2 intrinsics whatever processor capability is
Disable AVX2 intrinsics whatever processor capability is
--usrp-recplay
Build for I/Q record-playback modes
-k | --skip-shared-libraries
-k | --skip-shared-libraries
Skip build for shared libraries to reduce compilation time when building frequently for debugging purposes
Skip build for shared libraries to reduce compilation time when building frequently for debugging purposes
--ninja
--ninja
...
@@ -176,36 +186,20 @@ Options:
...
@@ -176,36 +186,20 @@ Options:
Enable the address sanitizer on all targets
Enable the address sanitizer on all targets
--sanitize-undefined | -fsanitize=undefined
--sanitize-undefined | -fsanitize=undefined
Enable the undefined behavior sanitizer on all targets
Enable the undefined behavior sanitizer on all targets