DynamoRIO / DynamoRIO/drmemory
drcov2lcov module unsafe for SAFESEH image
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
_From [zqiu1...@gmail.com](https://code.google.com/u/113261685063382110750/) on November 05, 2014 17:47:56_
using
windows 7
cmake 2.8.1
Visual Studio 12
build type release with debugon
configured with
CC=cl CXX=cl ASM=ml "C:\Program Files (x86)\CMake 2.8\bin\cmake" -DCMAKE_BUILD_TYPE=Release -DDEBUG=ON -Wno-dev -G"Visual Studio 12" ../
built with
cmake --build .
expected:no errors during build process
got the following during the build process:
"c:\Users\qiu\Desktop\fromubuntu\drmemory\build\ALL_BUILD.vcxproj" (default targ
et) (1) ->
"C:\Users\qiu\Desktop\fromubuntu\drmemory\build\dynamorio\clients\drcov\drcov2lc
ov.vcxproj" (default target) (46) ->
(Link target) ->
drdecode.lib(x86.asm_noncore.obj) : error LNK2026: module unsafe for SAFESEH i
mage. [C:\Users\qiu\Desktop\fromubuntu\drmemory\build\dynamorio\clients\drcov\dr
cov2lcov.vcxproj]
drdecode.lib(asm_shared.asm_noncore.obj) : error LNK2026: module unsafe for SA
FESEH image. [C:\Users\qiu\Desktop\fromubuntu\drmemory\build\dynamorio\clients\d
rcov\drcov2lcov.vcxproj]
C:\Users\qiu\Desktop\fromubuntu\drmemory\build\dynamorio\clients\bin32\drcov2l
cov.exe : fatal error LNK1281: Unable to generate SAFESEH image. [C:\Users\qiu\D
esktop\fromubuntu\drmemory\build\dynamorio\clients\drcov\drcov2lcov.vcxproj]
_Original issue: http://code.google.com/p/drmemory/issues/detail?id=1654_
Contributor guide
Assessment
This issue has not been assessed yet.