tier4 / caret

CARET (Chain-Aware ROS Evaluation Tool) is one of performance analysis tools dedicated with ROS 2 applications
https://tier4.github.io/caret_doc/main/
Apache License 2.0
64 stars 16 forks source link

Build error occurs in cyclonedds #128

Closed takeshi-iwanari closed 1 year ago

takeshi-iwanari commented 1 year ago

Checklist

Issue type

Others

Step where the issue is related to

Setup

Environments

CARET version

Target application

No response

Description

The following error occurs when building CARET

--- stderr: cyclonedds                                                                                      
lto-wrapper: warning: using serial compilation of 18 LTRANS jobs
../../../bin/idlc: symbol lookup error: ../../../bin/idlc: undefined symbol: DDS_XTypes_TypeInformation_desc
gmake[2]: *** [src/tools/ddsperf/CMakeFiles/ddsperf_types_generate.dir/build.make:75: src/tools/ddsperf/ddsperf_types.c] Error 127
gmake[1]: *** [CMakeFiles/Makefile2:491: src/tools/ddsperf/CMakeFiles/ddsperf_types_generate.dir/all] Error 2
gmake: *** [Makefile:156: all] Error 2

Steps to reproduce

Follow the installation process

git clone https://github.com/tier4/caret.git ros2_caret_ws
cd ros2_caret_ws
mkdir src
vcs import src < caret.repos
./setup_caret.sh
source /opt/ros/humble/setup.bash
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
# Build error occurs

Commands

No response

Logs

No response

LTTng trace log file

No response

Screenshots

No response

takeshi-iwanari commented 1 year ago