Skip to content
This repository was archived by the owner on Feb 19, 2021. It is now read-only.
This repository was archived by the owner on Feb 19, 2021. It is now read-only.

DCM won't build from Yocto recipe #196

@dmillard-TD

Description

@dmillard-TD

I'm having an issue with building Dronecode camera manager, maybe someone here will know how to help. I've built it natively in the past on nVidia TX1 and never had any problems. Lately, I'm trying to build it for another platform inside a Yocto build. I've created a suitable yocto recipe, and during the compile phase, it gets this error:

In file included from ../git/plugins/V4l2Camera/CameraDeviceV4l2.cpp:22:0: ../git/plugins/V4l2Camera/CameraDeviceV4l2.h:22:26: fatal error: CameraDevice.h: No such file or directory #include "CameraDevice.h" ^ compilation terminated.

I'm using the same procedure I used to build it natively on the TX1, but the Yocto build is a cross-compile operation. For some reason, it doesn't know where to find CameraDevice.h when building the plugins. Is there some parameter I can pass in while running configure that might give it a hint? I'd be happy to supply my Yocto recipe if that would help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions