Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 5 years ago

Language

C++

Compiler

clang HEAD 13.0.0 (https://github.com/llvm/llvm-project.git c4ed142e695f14ba5675ec6d12226ee706329a0f)

Options
Warnings
Optimization
Don't Use Boost
C++2b
-pedantic
Raw compiler options
-Wl,-emaster

Author

anonymous

almost 5 years ago

$ clang++ prog.cc -Wall -Wextra -O2 -march=native -std=c++2b -pedantic -Wl,-emaster
/usr/bin/ld: warning: cannot find entry symbol master; defaulting to 0000000000400ca0
/usr/lib/x86_64-linux-gnu/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
clang-13: error: linker command failed with exit code 1 (use -v to see invocation)
Exit Code:
1