Open zacky1972 opened 4 years ago
In order to support Nerves cross compiling, Pelemay should call nvcc with setting -ccbin and -Xcompiler to CXX and CXXFLAGS environment variables, respectively, when they are set by Nerves toolchain.
nvcc
-ccbin
-Xcompiler
CXX
CXXFLAGS
https://github.com/nerves-project/toolchains/issues/56
In order to support Nerves cross compiling, Pelemay should call
nvcc
with setting-ccbin
and-Xcompiler
toCXX
andCXXFLAGS
environment variables, respectively, when they are set by Nerves toolchain.https://github.com/nerves-project/toolchains/issues/56