HDTN icon indicating copy to clipboard operation
HDTN copied to clipboard

Error Linking CXX executable ltp-file-transfer

Open xzvf00 opened this issue 10 months ago • 1 comments

I am building HDTN on a raspberry pi using the raspberry pi os terminal. I am currently in the HDTN/build directory and have executed cmake .. -DCMAKE_SYSTEM_PROCESSOR=arm After doing so, I executed make -j2 and it started building. However once it got to 41% it produced this error:

[ 40%] Building CXX object common/ltp/CMakeFiles/ltp-file-transfer.dir/apps/ltp_file_transfer/src/LtpFileTransferRunner.cpp.o
[ 41%] Linking CXX executable ltp-file-transfer
[ 41%] Built target ltp-file-transfer
make: *** [Makefile:149: all] Error 2

How can I resolve this issue? Thank you.

xzvf00 avatar Aug 31 '23 15:08 xzvf00