Robotics StackExchange | Archived questions

MicroROS Build - Apple M1 / Parallels / Ubuntu 20.04.1 / VSCode -

Build fails with:

/build/newlib-CVVEyx/newlib-3.3.0/build/arm-none-eabi/newlib/libc/stdlib/../../../../../newlib/libc/stdlib/exit.c:64: undefined reference to `_exit'

VSCode - complete beginner, I have no idea what I'm doing in this first hour, but the above seems more fundamental than just a user error. Micro ROS - beginner ROS - intermediat

Asked by JVande on 2022-09-21 18:48:28 UTC

Comments

This does not immediately look like a (micro-)ROS problem, but a problem with your compiler and development environment.

If you didn't select the compiler and/or toolchain -- but fi the micro-ROS setup scripts did, I would suggest to reach out to the developers that provided you with the build environment and ask them for support.

Asked by gvdhoorn on 2022-09-23 02:22:25 UTC

Answers