Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building C++ binaries #88

Open
kedjames opened this issue Mar 2, 2020 · 0 comments
Open

Building C++ binaries #88

kedjames opened this issue Mar 2, 2020 · 0 comments

Comments

@kedjames
Copy link

kedjames commented Mar 2, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant