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
{{ message }}
This repository was archived by the owner on Nov 30, 2021. It is now read-only.
I followed INSTALL.txt and I got stuck at step 5. I have tested on my laptop(Ubuntu 1804, gcc7.3.0) and server(Debian 4.18.6-1, gcc7.3.0), both x86_64 architecture.
Both machines got stuck at '/home/peter/IntFlow/projects/compiler-rt'
In file included from /home/peter/IntFlow/projects/compiler-rt/lib/asan/asan_new_delete.cc:20:
/usr/lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/new:38:10: fatal error: 'bits/c++config.h' file
not found
#include <bits/c++config.h>
^
1 error generated.
Makefile:267: recipe for target '/home/peter/intflow-build/tools/clang/runtime/compiler-rt/clang_linux/asan-i386/i386/SubDir.lib__asan/asan_new_delete.o' failed
I am not sure why I am building i386 asan as I am on 64bit machine.
The compilation is then stuck here.
Hi
I followed INSTALL.txt and I got stuck at step 5. I have tested on my laptop(Ubuntu 1804, gcc7.3.0) and server(Debian 4.18.6-1, gcc7.3.0), both x86_64 architecture.
Both machines got stuck at '/home/peter/IntFlow/projects/compiler-rt'
In file included from /home/peter/IntFlow/projects/compiler-rt/lib/asan/asan_new_delete.cc:20:
/usr/lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/new:38:10: fatal error: 'bits/c++config.h' file
not found
#include <bits/c++config.h>
^
1 error generated.
Makefile:267: recipe for target '/home/peter/intflow-build/tools/clang/runtime/compiler-rt/clang_linux/asan-i386/i386/SubDir.lib__asan/asan_new_delete.o' failed
I am not sure why I am building i386 asan as I am on 64bit machine.
The compilation is then stuck here.
Would someone help?
Thanks