Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wgrenier57 opened this issue Nov 20, 2017 · 1 comment

Comments

@wgrenier57
Copy link

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.

@hdlguy
Copy link

hdlguy commented May 29, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants