Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Issues
  • #693
Closed
Open
Issue created Nov 28, 2014 by Derek Bruening@derekbrueningContributor

DynamoRIOTarget32-noconfig.cmake contains hard-coded path

From [email protected] on February 28, 2012 07:28:51

Version: DynamoRIO-Linux-3.1.0-4

When I try to build project with drsyms extension, I get this:

$ make make[2]: *** No rule to make target /home/bruening/dr/withwiki/trunk/ext/drsyms/libelftc/lib32/libelf.a', needed bylibdr.so'. Stop.

My CMakeLists.txt:

cmake_minimum_required(VERSION 2.8) find_package(DynamoRIO)

add_library(dr SHARED dr.c) use_DynamoRIO_extension(dr drsyms) configure_DynamoRIO_client(dr)

Original issue: http://code.google.com/p/dynamorio/issues/detail?id=693

Assignee
Assign to
Time tracking