nasa / HDTN

High-rate Delay Tolerant Network (HDTN) Software
https://www1.grc.nasa.gov/space/scan/acs/tech-studies/dtn/
Other
95 stars 24 forks source link

Error Linking CXX executable ltp-file-transfer #47

Open xzvf00 opened 1 year ago

xzvf00 commented 1 year ago

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 -j2and 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.

rdudukov commented 1 year ago

Hello. Did you follow the steps in our user guide for building on the Raspberry Pi? It is section 4.6. https://ntrs.nasa.gov/api/citations/20230000826/downloads/TM-2023000826.pdf