Catkin_make_isolated Error : cannot find -lyaml-cpp

Please provide the following info (check/uncheck the boxes after creating this topic):
Software Version
[O] DRIVE OS Linux 5.2.6
DRIVE OS Linux 5.2.6 and DriveWorks 4.0
DRIVE OS Linux 5.2.0
DRIVE OS Linux 5.2.0 and DriveWorks 3.5
NVIDIA DRIVE™ Software 10.0 (Linux)
NVIDIA DRIVE™ Software 9.0 (Linux)
other DRIVE OS version
other

Target Operating System
[O] Linux
QNX
other

Hardware Platform
[O] NVIDIA DRIVE™ AGX Xavier DevKit (E3550)
NVIDIA DRIVE™ AGX Pegasus DevKit (E3550)
other

SDK Manager Version
[O] 1.9.1.10844
other

Host Machine Version
[O] native Ubuntu 18.04
other

I’m doing the ‘catkin_make_isolated’ command to Crossbuild the ROS Workspace to connect the GMSL Camera with Drive Agx Xavier.
But I just installed the yaml lib(yaml.h) but I’m now facing with ’ -lyaml-cpp’ error.
Can you give me any advise for that?
Thanks.

The “ld: cannot find -lyaml-cpp” message is a linker error that occurs when the linker is unable to locate the libyaml-cpp library. To resolve this issue, you need to make sure that the library is installed on your system and that the linker is able to find it. This topic is a duplicate of your previous topic below and, as mentioned before, it is not related to our release.