Got it compiled and running on beaglebone black, had to adjust the Makefile.arm because of older architecture:
orig:
CXXFLAGS=-O3 $(PROFILING) -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -ftree-vectorize -ffast-math \
ammended mfpu Option:
CXXFLAGS=-O3 $(PROFILING) -mfpu=neon -mfloat-abi=hard -ftree-vectorize -ffast-math \
Sorry, no issue, just feedback, didn't find a community section for discussion and feedback.
Got it compiled and running on beaglebone black, had to adjust the Makefile.arm because of older architecture: orig: CXXFLAGS=-O3 $(PROFILING) -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -ftree-vectorize -ffast-math \ ammended mfpu Option: CXXFLAGS=-O3 $(PROFILING) -mfpu=neon -mfloat-abi=hard -ftree-vectorize -ffast-math \
Sorry, no issue, just feedback, didn't find a community section for discussion and feedback.