I'm trying to install tensorflow_cc
on an Nvidia jetson agx xavier
with jetpack 4.1
(Ubuntu 18.04)
.
But I get errors when compiling.
My Problem is always when I use make
I get this error message:
It seems that it has something to do with the AMD cpu but I have absolutely no idea how to solve this.
I use bazel 3.7.2
and tried to simply upgrade gcc/g++
but it didn't work.
Any ideas? :)