Conversation
uname -m on 32bit Arm platforms (little endian) report a machine string like armv5tejl, armv7l or armv8l. A native build on these machines fail: CMake Error at lib/processor/CMakeLists.txt:1 (add_subdirectory): add_subdirectory given source "armv8l" which is not an existing directory. Set PROJECT_PROCESSOR to arm on these machines. Signed-off-by: Benedikt Spranger <b.spranger@linutronix.de>
|
Hello @bene42 I wonder if we should not use it also instead of having an exhaustive list. |
I look into that, but it take some time. I am more familiar with the autotools universe rather then cmake. |
|
This pull request has been marked as a stale pull request because it has been open (more than) 45 days with no activity. |
uname -m on 32bit Arm platforms (little endian) report a machine string like armv5tejl, armv7l or armv8l.
A native build on these machines fail:
CMake Error at lib/processor/CMakeLists.txt:1 (add_subdirectory):
add_subdirectory given source "armv8l" which is not an existing directory.
Set PROJECT_PROCESSOR to arm on these machines.