<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi,<div>My application fails to build on a POWER8 machine:</div><div><br></div><div><div>[ 35%] Building CXX object nestkernel/CMakeFiles/nestkernel.dir/subnet.cpp.o</div><div>[ 36%] Building CXX object nestkernel/CMakeFiles/nestkernel.dir/connector_model.cpp.o</div><div>[ 36%] Building CXX object nestkernel/CMakeFiles/nestkernel.dir/connection_id.cpp.o</div><div>[ 37%] Building CXX object nestkernel/CMakeFiles/nestkernel.dir/device.cpp.o</div><div>[ 37%] Building CXX object nestkernel/CMakeFiles/nestkernel.dir/dynamicloader.cpp.o</div><div>ptxas error   : Debug information not found in presence of .target debug</div><div>ptxas fatal   : Ptx assembly aborted due to errors</div><div>clang-9: error: ptxas command failed with exit code 255 (use -v to see invocation)</div><div>make[2]: *** [nestkernel/CMakeFiles/nestkernel.dir/dynamicloader.cpp.o] Error 255</div><div>make[1]: *** [nestkernel/CMakeFiles/nestkernel.dir/all] Error 2</div><div>make: *** [all] Error 2</div></div><div><br></div><div>Steps to produce:</div><div>$ git clone https://<a href="https://github.com/nest/nest-simulator/">https://github.com/nest/nest-simulator/</a></div><div>$ mkdir /tmp/build/nest-clang-offload/</div><div>$ cd /tmp/build/nest-clang-offload/</div><div>$ cmake -DCMAKE_TOOLCHAIN_FILE=Platform/JURON_Clang -DCMAKE_INSTALL_PREFIX=/path/to/opt/nest-clang -Dwith-gsl=ON -Dwith-openmp=ON -Dwith-mpi=OFF -Dwith-python=OFF -Dwith-offload=ON /path/to/nest-simulator/</div><div><br></div></div></div></div></div></div>