I compile the program and get an error
undefined reference to '__asan_init'
and many more with __asan. Googling on the Internet decided to try Linux and everything was assembled and started. And in the windows there. The compiler version is 8.1.0.
I compile the program and get an error
undefined reference to '__asan_init'
and many more with __asan. Googling on the Internet decided to try Linux and everything was assembled and started. And in the windows there. The compiler version is 8.1.0.
Source: https://ru.stackoverflow.com/questions/893418/
All Articles