You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: