ninjablocks / 433Utils

433Kit is a collection of code and documentation designed to assist you in the connection and usage of RF 433MHz transmit and receive modules to/with your Arduino and Rapberry Pi.
ninjablocks.com
MIT License
893 stars 336 forks source link

Compiler Error in RPI_utils #50

Open mauermbq opened 6 years ago

mauermbq commented 6 years ago

Hi,

make in RPI-utils fails while compiling RCSwitch.cpp, see below: g++ -DRPI -c -o ../rc-switch/RCSwitch.o ../rc-switch/RCSwitch.cpp ../rc-switch/RCSwitch.cpp: In function 'unsigned int diff(int, int)': ../rc-switch/RCSwitch.cpp:589:1: internal compiler error: Ungültiger Maschinenbefehl } ^ compiler version: g++ (Raspbian 4.9.2-10) 4.9.2 raspbian: 4.9.35-v7+

Best Mark