
RPi2:
Code: Select all
Linking CXX executable domoticz
[100%] Built target domoticz
real 35m0.646s
Code: Select all
Linking CXX executable domoticz
[100%] Built target domoticz
real 20m37.635s
The major problem i faced was that on jessy gcc/g++ 4.9 is installed, and issuing:
Code: Select all
make -j 4
Resulted in Freezes, crashes, and even a system reboot!
So, i installed gcc/g++ 4.6 (same as the wheezy image), and now i was able to compile
Another thing, maybe already mentioned here, only the sdcard image from 26feb (raspbian) works on the Rpi3,
dont try an older image (jessy/wheezy/domoticz image, or even a clone from your old RPi2...) it wont work