linorobot / linorobot2_hardware

Apache License 2.0
92 stars 84 forks source link

teensy41 firmware error - could not find configuration file for package fastcdr that is compatible with requested version #25

Closed Chuckwisc closed 1 year ago

Chuckwisc commented 1 year ago

I am using ros2 humble, with the linorobot2_hardware galactic branch in the linorobot2_hardware/firmware pio run --target upload -e teensy41 gives an error CMake Error at /home/layer/ros2_humble/ros2-linux/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_c-extras.cmake:5 (find_package): Could not find a configuration file for package "fastcdr" that is compatible with requested version "".

The following configuration files were considered but not accepted:

/home/layer/ros2_humble/ros2-linux/lib/cmake/fastcdr/fastcdr-config.cmake, version: 1.0.24 (64bit)
/usr/local/lib/cmake/fastcdr/fastcdr-config.cmake, version: 1.0.26 (64bit)

Is there issues with the linorobot2_hardware galactic branch wanting an older version of fastcdr?

I tried to install a newer version of fastcdr but still got the error. Here is the full output. Lots of warnings but I think the fastcdr issue is the error causing the fail. I am new to compiling with CMake.

~/linorobot2_hardware/firmware$ pio run --target upload -e teensy41 Processing teensy41 (board: teensy41; platform: teensy; framework: arduino)

Library Manager: Installing git+https://github.com/micro-ROS/micro_ros_platformio git version 2.34.1 Cloning into '/home/layer/.platformio/.cache/tmp/pkg-installing-709aa9a0'... remote: Enumerating objects: 67, done. remote: Counting objects: 100% (67/67), done. remote: Compressing objects: 100% (51/51), done. remote: Total 67 (delta 10), reused 48 (delta 5), pack-reused 0 Receiving objects: 100% (67/67), 125.47 KiB | 373.00 KiB/s, done. Resolving deltas: 100% (10/10), done. Library Manager: micro_ros_platformio@0.0.1+sha.22cf9b6 has been installed! Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/teensy/teensy41.html PLATFORM: Teensy (4.17.0) > Teensy 4.1 HARDWARE: IMXRT1062 600MHz, 512KB RAM, 7.75MB Flash DEBUG: Current (jlink) External (jlink) PACKAGES:

If you understand the risks and want to override a package anyways, add the following to the command line: --allow-overriding action_msgs builtin_interfaces composition_interfaces geometry_msgs lifecycle_msgs nav_msgs rcl rcl_action rcl_interfaces rcl_lifecycle rcl_logging_interface rcutils rmw rmw_implementation rmw_implementation_cmake rosgraph_msgs rosidl_cli rosidl_cmake rosidl_default_generators rosidl_default_runtime rosidl_generator_c rosidl_parser rosidl_runtime_c rosidl_typesupport_c rosidl_typesupport_interface rosidl_typesupport_introspection_c sensor_msgs sensor_msgs_py statistics_msgs std_msgs std_srvs test_interface_files test_msgs tracetools unique_identifier_msgs visualization_msgs

This may be promoted to an error in a future release of colcon-override-check. --- stderr: rosidl_typesupport_interface CMake Warning: Manually-specified variables were not used by the project:

CMAKE_POSITION_INDEPENDENT_CODE
THIRDPARTY

--- stderr: microcdr CMake Warning: Manually-specified variables were not used by the project:

BUILD_TESTING
THIRDPARTY

--- stderr: rosidl_cli /home/layer/.platformio/penv/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn(

--- stderr: rmw_implementation_cmake CMake Warning: Manually-specified variables were not used by the project:

BUILD_SHARED_LIBS
CMAKE_POSITION_INDEPENDENT_CODE
THIRDPARTY

--- stderr: rcutils CMake Warning: Manually-specified variables were not used by the project:

ENABLE_TESTING
THIRDPARTY

In file included from /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/rcutils/src/error_handling.c:35:0: /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/rcutils/src/./error_handling_helpers.h: In function 'rcutils_convert_uint64_t_into_c_str': /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/rcutils/src/./error_handling_helpers.h:109:48: warning: unused parameter 'number' [-Wunused-parameter] rcutils_convert_uint64_t_into_c_str(uint64_t number, char * buffer, size_t buffer_size) ^ /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/rcutils/src/./error_handling_helpers.h:109:63: warning: unused parameter 'buffer' [-Wunused-parameter] rcutils_convert_uint64_t_into_c_str(uint64_t number, char * buffer, size_t buffer_size) ^ /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/rcutils/src/./error_handling_helpers.h:109:78: warning: unused parameter 'buffer_size' [-Wunused-parameter] rcutils_convert_uint64_t_into_c_str(uint64_t number, char buffer, size_t buffer_size) ^ /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/rcutils/src/./error_handling_helpers.h: In function '__rcutils_format_error_string': /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/rcutils/src/./error_handling_helpers.h:142:28: warning: unused parameter 'error_string' [-Wunused-parameter] rcutils_error_string_t error_string, ^ /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/rcutils/src/./error_handling_helpers.h:143:33: warning: unused parameter 'error_state' [-Wunused-parameter] const rcutils_error_state_t error_state) ^ /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/rcutils/src/error_handling.c: In function 'rcutils_get_error_string': /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/rcutils/src/error_handling.c:240:38: warning: initializer-string for array of chars is too long return (rcutils_error_string_t) {"error not set"}; // NOLINT(readability/braces) ^ /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/rcutils/src/error_handling.c:240:38: note: (near initialization for '(anonymous).str') In file included from /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/rcutils/src/error_handling.c:35:0: /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/rcutils/src/error_handling.c: At top level: /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/rcutils/src/./error_handling_helpers.h:91:1: warning: 'rcutils_reverse_str' defined but not used [-Wunused-function] rcutils_reverse_str(char string_in, size_t string_len) ^ /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/rcutils/src/./error_handling_helpers.h:109:1: warning: 'rcutils_convert_uint64_t_into_c_str' defined but not used [-Wunused-function] rcutils_convert_uint64_t_into_c_str(uint64_t number, char buffer, size_t buffer_size) ^ /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/rcutils/src/logging.c: In function 'rcutils_get_env_var_zero_or_one': /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/rcutils/src/logging.c:130:35: warning: unused parameter 'zero_semantic' [-Wunused-parameter] const char name, const char zero_semantic, ^ /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/rcutils/src/logging.c:131:16: warning: unused parameter 'one_semantic' [-Wunused-parameter] const char one_semantic) ^ /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/rcutils/src/time_unix.c:52:4: warning: #warning is a GCC extension

warning no monotonic clock function available

^

/home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/rcutils/src/time_unix.c:52:4: warning: #warning no monotonic clock function available [-Wcpp] /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/rcutils/src/time_unix.c: In function 'rcutils_system_time_now': /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/rcutils/src/time_unix.c:74:3: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration] clock_gettime(CLOCK_REALTIME, &timespec_now); ^

--- stderr: microxrcedds_client CMake Warning: Manually-specified variables were not used by the project:

BUILD_TESTING
THIRDPARTY

/home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/Micro-XRCE-DDS-Client/src/c/util/time.c: In function 'uxr_nanos': /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/Micro-XRCE-DDS-Client/src/c/util/time.c:60:5: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration] clock_gettime(CLOCK_REALTIME, &ts); ^

--- stderr: tracetools CMake Warning: Manually-specified variables were not used by the project:

THIRDPARTY

--- stderr: rosidl_adapter CMake Warning: Manually-specified variables were not used by the project:

BUILD_SHARED_LIBS
CMAKE_POSITION_INDEPENDENT_CODE
THIRDPARTY

--- stderr: rosidl_runtime_c CMake Warning at /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rcutils/cmake/ament_cmake_export_libraries-extras.cmake:116 (message): Package 'rcutils' exports library 'dl' which couldn't be found Call Stack (most recent call first): /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rcutils/cmake/rcutilsConfig.cmake:41 (include) CMakeLists.txt:15 (find_package)

CMake Warning: Manually-specified variables were not used by the project:

THIRDPARTY

--- stderr: rcl_logging_interface CMake Warning at /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rcutils/cmake/ament_cmake_export_libraries-extras.cmake:116 (message): Package 'rcutils' exports library 'dl' which couldn't be found Call Stack (most recent call first): /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rcutils/cmake/rcutilsConfig.cmake:41 (include) CMakeLists.txt:19 (find_package)

CMake Warning: Manually-specified variables were not used by the project:

THIRDPARTY

--- stderr: tracetools_trace /home/layer/.platformio/penv/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn(

--- stderr: rosidl_parser CMake Warning: Manually-specified variables were not used by the project:

BUILD_SHARED_LIBS
CMAKE_POSITION_INDEPENDENT_CODE
THIRDPARTY

--- stderr: test_interface_files CMake Warning: Manually-specified variables were not used by the project:

BUILD_SHARED_LIBS
CMAKE_POSITION_INDEPENDENT_CODE
THIRDPARTY

--- stderr: rcl_logging_noop CMake Warning at /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rcutils/cmake/ament_cmake_export_libraries-extras.cmake:116 (message): Package 'rcutils' exports library 'dl' which couldn't be found Call Stack (most recent call first): /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rcutils/cmake/rcutilsConfig.cmake:41 (include) /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rcl_logging_interface/cmake/ament_cmake_export_dependencies-extras.cmake:21 (find_package) /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rcl_logging_interface/cmake/rcl_logging_interfaceConfig.cmake:41 (include) CMakeLists.txt:15 (find_package)

CMake Warning: Manually-specified variables were not used by the project:

THIRDPARTY

--- stderr: rosidl_cmake CMake Warning: Manually-specified variables were not used by the project:

BUILD_SHARED_LIBS
CMAKE_POSITION_INDEPENDENT_CODE
THIRDPARTY

--- stderr: rmw CMake Warning at /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rcutils/cmake/ament_cmake_export_libraries-extras.cmake:116 (message): Package 'rcutils' exports library 'dl' which couldn't be found Call Stack (most recent call first): /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rcutils/cmake/rcutilsConfig.cmake:41 (include) CMakeLists.txt:21 (find_package)

CMake Warning: Manually-specified variables were not used by the project:

THIRDPARTY

--- stderr: tracetools_launch /home/layer/.platformio/penv/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn(

--- stderr: tracetools_read /home/layer/.platformio/penv/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn(

--- stderr: rosidl_typesupport_introspection_c CMake Warning: Manually-specified variables were not used by the project:

THIRDPARTY

--- stderr: rosidl_typesupport_microxrcedds_c CMake Warning at /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rcutils/cmake/ament_cmake_export_libraries-extras.cmake:116 (message): Package 'rcutils' exports library 'dl' which couldn't be found Call Stack (most recent call first): /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rcutils/cmake/rcutilsConfig.cmake:41 (include) /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rosidl_runtime_c/cmake/ament_cmake_export_dependencies-extras.cmake:21 (find_package) /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rosidl_runtime_c/cmake/rosidl_runtime_cConfig.cmake:41 (include) CMakeLists.txt:22 (find_package)

CMake Warning: Manually-specified variables were not used by the project:

THIRDPARTY

--- stderr: rosidl_generator_c CMake Warning: Manually-specified variables were not used by the project:

THIRDPARTY

--- stderr: tracetools_test /home/layer/.platformio/penv/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn(

--- stderr: ros2trace /home/layer/.platformio/penv/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn(

--- stderr: rosidl_typesupport_introspection_tests CMake Warning: Manually-specified variables were not used by the project:

BUILD_SHARED_LIBS
THIRDPARTY

--- stderr: micro_ros_utilities CMake Warning at /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rcutils/cmake/ament_cmake_export_libraries-extras.cmake:116 (message): Package 'rcutils' exports library 'dl' which couldn't be found Call Stack (most recent call first): /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rcutils/cmake/rcutilsConfig.cmake:41 (include) /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rosidl_runtime_c/cmake/ament_cmake_export_dependencies-extras.cmake:21 (find_package) /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rosidl_runtime_c/cmake/rosidl_runtime_cConfig.cmake:41 (include) /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rosidl_typesupport_introspection_c/cmake/ament_cmake_export_dependencies-extras.cmake:21 (find_package) /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rosidl_typesupport_introspection_c/cmake/rosidl_typesupport_introspection_cConfig.cmake:41 (include) CMakeLists.txt:18 (find_package)

CMake Warning: Manually-specified variables were not used by the project:

THIRDPARTY

/home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/micro_ros_utilities/src/type_utilities.c: In function 'print_type_info': /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/src/micro_ros_utilities/src/type_utilities.c:96:31: warning: format '%u' expects argument of type 'unsigned int', but argument 7 has type 'uint32_t {aka const long unsigned int}' [-Wformat=] buffer, sizeof(buffer), "%sIntrospection for %s/%s - %u members, %zu B\n", ^

--- stderr: rosidl_typesupport_c CMake Warning at /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rcutils/cmake/ament_cmake_export_libraries-extras.cmake:116 (message): Package 'rcutils' exports library 'dl' which couldn't be found Call Stack (most recent call first): /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rcutils/cmake/rcutilsConfig.cmake:41 (include) CMakeLists.txt:33 (find_package)

CMake Warning: Manually-specified variables were not used by the project:

THIRDPARTY

--- stderr: rosidl_default_runtime CMake Warning: Manually-specified variables were not used by the project:

BUILD_SHARED_LIBS
CMAKE_POSITION_INDEPENDENT_CODE
THIRDPARTY

--- stderr: rosidl_default_generators CMake Warning: Manually-specified variables were not used by the project:

BUILD_SHARED_LIBS
CMAKE_POSITION_INDEPENDENT_CODE
THIRDPARTY

--- stderr: builtin_interfaces CMake Warning at /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rcutils/cmake/ament_cmake_export_libraries-extras.cmake:116 (message): Package 'rcutils' exports library 'dl' which couldn't be found Call Stack (most recent call first): /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rcutils/cmake/rcutilsConfig.cmake:41 (include) /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rosidl_runtime_c/cmake/ament_cmake_export_dependencies-extras.cmake:21 (find_package) /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rosidl_runtime_c/cmake/rosidl_runtime_cConfig.cmake:41 (include) /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rosidl_typesupport_introspection_c/cmake/ament_cmake_export_dependencies-extras.cmake:21 (find_package) /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rosidl_typesupport_introspection_c/cmake/rosidl_typesupport_introspection_cConfig.cmake:41 (include) /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rosidl_typesupport_c/cmake/rosidl_typesupport_c-extras.cmake:13 (find_package) /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rosidl_typesupport_c/cmake/rosidl_typesupport_cConfig.cmake:41 (include) /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rosidl_default_generators/cmake/rosidl_default_generators-extras.cmake:21 (find_package) /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rosidl_default_generators/cmake/rosidl_default_generatorsConfig.cmake:41 (include) CMakeLists.txt:14 (find_package)

CMake Error at /home/layer/ros2_humble/ros2-linux/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_c-extras.cmake:5 (find_package): Could not find a configuration file for package "fastcdr" that is compatible with requested version "".

The following configuration files were considered but not accepted:

/home/layer/ros2_humble/ros2-linux/lib/cmake/fastcdr/fastcdr-config.cmake, version: 1.0.24 (64bit)
/usr/local/lib/cmake/fastcdr/fastcdr-config.cmake, version: 1.0.26 (64bit)

Call Stack (most recent call first): /home/layer/ros2_humble/ros2-linux/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_cConfig.cmake:41 (include) /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rosidl_typesupport_c/cmake/rosidl_typesupport_c-extras.cmake:13 (find_package) /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rosidl_typesupport_c/cmake/rosidl_typesupport_cConfig.cmake:41 (include) /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rosidl_default_generators/cmake/rosidl_default_generators-extras.cmake:21 (find_package) /home/layer/linorobot2_hardware/firmware/.pio/libdeps/teensy41/micro_ros_platformio/build/mcu/install/share/rosidl_default_generators/cmake/rosidl_default_generatorsConfig.cmake:41 (include) CMakeLists.txt:14 (find_package)


Failed <<< builtin_interfaces [8.50s, exited with code 1]

=========================================== [FAILED] Took 423.20 seconds ===========================================

Environment Status Duration


teensy41 FAILED 00:07:03.197 ======================================= 1 failed, 0 succeeded in 00:07:03.197 =======================================

Chuckwisc commented 1 year ago

still having problems with the compile for teensy41 in the platformio, arduino ide arm64/rpi, and microros. Think less an issue and more a topic for linorobot google groups, so closing