Hi All, I am trying to compile grpc for x86_64 freebsd8.4. By simple build fails because the latest versions of the code seem to require support for c++11 support from the compiler which FreeBSD 8.4 doesn't have as it is stuck with GCC4.2 due to GPC licensing issues. Unfortunately, the compiler can't be upgraded now and I am trying to compile on FreeBSD 11.1 which has clang with freebsd8.4 target and use the binaries. In this case the target architecture and the host architecture are both x86_64 and OS is FreeBSD. Unfortunately, I don't see the cross compiler tools for FreeBSD esp when the difference is only in terms of OS versions and not the architecture itself. I haven't been successful in installing clang on FreeBSD 8.4 as well. The end goal is to be able to use cloud pub/sub on FreeBSD 8.4.
I have tried using clang with --target=x86_64-freebsd8.4-gnu --sysroot=/opt/downloads/freebsd-release-8.4.0/ options with the compile flags for clang while invoking the python setup.py install but I seem to be missing the c++ library in the options. /opt/downloads/freebsd-release-8.4.0/ has the libraries and include files from 8.4 system. Can someone please throw some more light into how to achieve compilation here? -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/2a0059c9-38cb-470e-a379-1900b594b4c9%40googlegroups.com.
