baycom / tfrec

SDR tool for receiving wireless sensor data (TFA IT+ KlimaLogg Pro, LaCrosse, WeatherHub)
GNU General Public License v2.0
68 stars 19 forks source link

compilation on beaglebone black #5

Open cslondon opened 6 years ago

cslondon commented 6 years ago

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.