projectNe10/Ne10

Trying to use NE10 lib on Xilinx 2016.3 SDK ARM Cortex-A53 getting skipping incompatible Lib

Opened this issue · 1 comments

The Ne10 project is in a Xilinx SDK 2016.3 it only compiles completely with a Target Xilinx ARM GNU Toolchain, and when I bring the libNe10.a that it builds to a project with a Xilinx ARM A53 GNU Toolchain and try to compile the lib in, I get "skipping incompatible ..\src\lib\libNe10.a when searching for -lNe10"
if I try to compile the NE10 Project with that same toolchain as the target project it does not compile giving me errors that @ which is used in all the .s files as a comment as bad command.

How do I get the libNe10.a into a A53 target to use the NEON ? I need the Math for what we are doing.

I am trying to use Ne10 under linux running on the A53 of a Xilinx ZynqMP. I get this error about cross compiling but I am not cross compiling but just compiling under linux on the A53. Any suggestions?

CMake Error at CMakeLists.txt:191 (message):
You are trying to compile for non-ARM (CMAKE_SYSTEM_PROCESSOR='aarch64')!
see doc/building.md for cross compilation instructions.