I got my Tinker today, flashed the 1.8 OS and booted up.
I am now trying to compile GCC 1.7.0 (I have recently done this on the Pi 3). The first time it ran for about 30 minutes and died. I got it going again and it ran for a bit and died again. This is my fourth attempt, and each time it seems like it dies faster and faster. The heatsink in warm - but not hot.
I was thinking at first that this was a configuration error, but given that it is dying at earlier and earlier points I am now thinking hardware. Also, when it dies, it will not immediately reboot when the power supply is unplugged and plugged back in (the red light does not come on). I have to wait a bit before it will reboot. I am using a 3.5A power supply so it should have plenty of power.
In case it is the configuration I am using the following...
../configure -v --enable-languages=c,c++ --prefix=/usr/local/gcc-7.1 --program-suffix=-7 --with-cpu=cortex-a17 --with-fpu=neon-vfpv4 --with-float=hard --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Any suggestions or should I return this one as a dud?
Thanks.
Dragon
Update, it is now dying while running tar to unpack the gcc-7.1.0 distribution. That is clearly not a configuration issue. The cpu wasn't even loaded. BTW, while this is a 3.5A power supply I did check that it also runs a Pi 3 just fine. This does not seem to be a power supply issue so far as I can tell.
I am now trying to compile GCC 1.7.0 (I have recently done this on the Pi 3). The first time it ran for about 30 minutes and died. I got it going again and it ran for a bit and died again. This is my fourth attempt, and each time it seems like it dies faster and faster. The heatsink in warm - but not hot.
I was thinking at first that this was a configuration error, but given that it is dying at earlier and earlier points I am now thinking hardware. Also, when it dies, it will not immediately reboot when the power supply is unplugged and plugged back in (the red light does not come on). I have to wait a bit before it will reboot. I am using a 3.5A power supply so it should have plenty of power.
In case it is the configuration I am using the following...
../configure -v --enable-languages=c,c++ --prefix=/usr/local/gcc-7.1 --program-suffix=-7 --with-cpu=cortex-a17 --with-fpu=neon-vfpv4 --with-float=hard --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Any suggestions or should I return this one as a dud?
Thanks.
Dragon
Update, it is now dying while running tar to unpack the gcc-7.1.0 distribution. That is clearly not a configuration issue. The cpu wasn't even loaded. BTW, while this is a 3.5A power supply I did check that it also runs a Pi 3 just fine. This does not seem to be a power supply issue so far as I can tell.