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

Building error Illegal instruction (core dumped) #15

Open
pascalpm opened this issue Jul 27, 2021 · 1 comment
Open

Building error Illegal instruction (core dumped) #15

pascalpm opened this issue Jul 27, 2021 · 1 comment

Comments

@pascalpm
Copy link

Hi,

Trying to build this on a Jetson nano2G (with Jetpack 4.4), ROS foxy (foxy was installed using using Alex Millane's script: https://github.com/jetsonhacks/installROS2). Added a few other packags such as: image_common, cv_bridge,.....

Get the following error running colcon build:
--- stderr: nvapriltags_ros2
Illegal instruction (core dumped)
make[2]: *** [rosidl_generator_py/nvapriltags_ros2/_nvapriltags_ros2_s.ep.rosidl_typesupport_introspection_c.c] Error 132
make[1]: *** [nvapriltags_ros2__py/CMakeFiles/nvapriltags_ros2__py.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 2

Failed <<< nvapriltags_ros2 [26.2s, exited with code 2]

Does anyone had any luck with this on a Jetson nano2G?

@hemalshahNV
Copy link
Member

I haven't built this on the 2GB Nano, but it has the signs of being an out-of-memory issue for the compiler. Did you happen to disable virtual memory? If you did, you could try re-enabling and making sure you have enough disk space for swap to see if that clears it up.

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