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:
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 executedmake -j2
and it started building. However once it got to 41% it produced this error:How can I resolve this issue? Thank you.