-
Notifications
You must be signed in to change notification settings - Fork 172
Open
Description
What is the correct procedure for building C++ binaries, I have followed the instructions in building a target program and it worked for C. However for C++ I get eg. fatal error: 'string' file not found
#include
If I try running with USE_DFSAN=1 make I get eg. undefined reference to `dfsan_mark_signed'
I would appreciate any help that would demonstrate how I build the fast and track C++ binaries?
I am using CMake and following the example here https://github.com/AngoraFuzzer/Angora/blob/master/docs/build_target.md#cmake
Metadata
Metadata
Assignees
Labels
No labels