Hi. I’m trying to compile TensorFlow from the master branch. Cuda8 has been installed successfully, but when building TensorFlow with cuda support, it fails with an error from tensorflow/third_party/gpus/cuda/include/host_config.h, saying that the gcc version cannot be higher than 5.3:
#if GNUC > 5 || (GNUC == 5 && GNUC_MINOR > 3)
#error – unsupported GNU version! gcc versions later than 5.3 are not supported!
I compared this file with host_config.h that comes from nvidia with the cuda8.0, and it’s the exact same file.
I saw on some thread on reddit (I think) that cuda8rc is supposed to support gcc6. It doesn’t seem like it from the files.
Any info would be appreciated.
Thanks!