Hi
I’ve been trying to execute a deep learning code named ‘EvoNet’ implemented with C# on TX2.
First the software package is downloaded as following command:
git clone https://github.com/pampersrocker/EvoNet.git
Second the package is supposed to be compiled.
xbuild /p:Configuration=Debug EvoNet.sln
But the following errors are occurred.
/home/nvidia/VS/EvoNet/EvoNet.sln (default targets) ->
(Build target) ->
/home/nvidia/VS/EvoNet/Graph/Graph.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->
CSC: error CS1672: Invalid option '-1463025664' for /platform; must be anycpu, x86, Itanium, arm, arm64 or x64
4 Warning(s)
2 Error(s)
How can the errors are fixed?
Thanks in advance.