Open karel-ok opened 4 years ago
Workaround:
Adapt CMakeLists.txt line 62 to 89 to accept armv7l like:
82 elseif (_ARCH MATCHES "armv7l") 83 set (MMK_ARCH "arm") 84 set (MMK_ABI "arm") 85 set (MMK_BITS 32) 86 set (MMK_ARCH_ARM 1)
The issue https://github.com/ros2/mimick_vendor/issues/11 is open and we're trying to work on the issue. How do you apply the work around so that mimick_vendor uses your modified Mimick when building from its CMake file?
From the above discussion, it seems that ros has its own vendoring of Mimick, so it'll have to be fixed there. I'm open to PRs to add the relevant pattern matching.
Hello, when I build the ROS2, I get the error message: Architecture 'armv7l' is not supported.
HW:
Raspberry PI 4
OS:
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION="10 (buster)"
mimick version:
Issue:
Getting build error when building ROS2 on Raspberry OS Buster. I follow tutorial Foxy/Linux-Development-Setup/.
Workaround:
Adapt CMakeLists.txt line 62 to 89 to accept armv7l like: