Skip to content

install option for HAL appears to be broken #156

@crheckman

Description

@crheckman

I think I've come across a pretty nasty bug: make install on HAL results in a libhal.so not being resolvable for the downstream package linker. My steps to figure this out were:

  1. make install HAL the normal way
  2. Try building & linking arpg_apps against it and run SensorViewer; resulted in error at runtime that libhal.so couldn't be found.
  3. make uninstall HAL, turn on CMake Exports (-DEXPORT_HAL=ON) and re-run cmake.
  4. Rebuild & relink arpg_apps and run SensorViewer; expected behavior results (e.g. camera stream starts).

My guess is there's been a change in cmake behavior and how it interacts with our install_package script.

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