-
Notifications
You must be signed in to change notification settings - Fork 43
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
Architecture 'armv7l' is not supported. / Raspberry PI OS Buster #17
Comments
The issue ros2/mimick_vendor#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. |
Signed-off-by: Erik Boasson <[email protected]>
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:
The text was updated successfully, but these errors were encountered: