Error: Build failed. root@c_aerial_root:/opt/nvidia/cuBB# gedit testBenches/phase4_test_scripts/build_aerial_sdk.sh

Hi,

The above code is running on an NVIDIA GeForce RTX 2080 (8 GB VRAM) with Ubuntu 22.04, and the following error message is encountered.

root@c_aerial_root:/opt/nvidia/cuBB# ./testBenches/phase4_test_scripts/build_aerial_sdk.sh
– Using toolchain /opt/nvidia/cuBB/cuPHY/cmake/toolchains/devkit
– The content of file: /opt/nvidia/cuBB/aerial-sdk-version is: 26-1-cubb, assigned to AERIAL_SDK_VERSION
CMake Warning at CMakeLists.txt:44 (message):
Setting CMAKE_BUILD_TYPE to ‘Release’ as none was specified.

-- Enabled ccache
– Using ENV{cuBB_SDK} /opt/nvidia/cuBB
– The C compiler identification is GNU 12.3.0
– The CXX compiler identification is GNU 12.3.0
– The ASM compiler identification is GNU
– Found assembler: /usr/local/gnu/bin/x86_64-linux-gnu-gcc
– The CUDA compiler identification is NVIDIA 13.1.115
– Detecting C compiler ABI info
– Detecting C compiler ABI info - done
– Check for working C compiler: /usr/local/gnu/bin/x86_64-linux-gnu-gcc - skipped
– Detecting C compile features
– Detecting C compile features - done
– Detecting CXX compiler ABI info
– Detecting CXX compiler ABI info - done
– Check for working CXX compiler: /usr/local/gnu/bin/x86_64-linux-gnu-g++ - skipped
– Detecting CXX compile features
– Detecting CXX compile features - done
– Detecting CUDA compiler ABI info
– Detecting CUDA compiler ABI info - done
– Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped
– Detecting CUDA compile features
– Detecting CUDA compile features - done
– Using GPU architectures 80;90;100;120;121
./testBenches/phase4_test_scripts/build_aerial_sdk.sh: line 273: 41 Killed
cmake -Bbuild.x86_64 -GNinja --log-level=debug
-DCMAKE_TOOLCHAIN_FILE=“/opt/nvidia/cuBB/cuPHY/cmake/toolchains/devkit”
-DCMAKE_CUDA_ARCHITECTURES=“80;90;100;120;121”
-DSCF_FAPI_10_04=ON
-DENABLE_CONFORMANCE_TM_PDSCH_PDCCH=ON
-DENABLE_20C=ON
Error: Build failed.
root@c_aerial_root:/opt/nvidia/cuBB# gedit testBenches/phase4_test_scripts/build_aerial_sdk.sh

any suggestions to fix the error,

Regards

Venkat