DynamoRIO / DynamoRIO/dynamorio
DynamoRIOTarget32-noconfig.cmake contains hard-coded path
Open
Component-Build
Migrated
Priority-Medium
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
_From [meph...@gmail.com](https://code.google.com/u/102287220754221353246/) 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 by`libdr.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_
Contributor guide
Assessment
This issue has not been assessed yet.