@@ -32,6 +32,8 @@ The following compile-flags for CMake are supported:
...
@@ -32,6 +32,8 @@ The following compile-flags for CMake are supported:
The protocol uses DeepSHARQ and TFLite for adaptive error control. The file `build_deepsharq_tflite.sh` to build DeepSHARQ's static library and TFLite shared object that are used by PRRT.
The protocol uses DeepSHARQ and TFLite for adaptive error control. The file `build_deepsharq_tflite.sh` to build DeepSHARQ's static library and TFLite shared object that are used by PRRT.
The employed TFLite version (r2.9) may produce errors when running cmake. The file Fix `tensorflow_src/tensorflow/lite/c/CMakeLists.txt` must be fixed by changing `common.c` in line 66 into `common.cc`.
### Debugging
### Debugging
We provide a DEBUG build type for CMake. You can use it by typing:
We provide a DEBUG build type for CMake. You can use it by typing: