make[1]: *** [fuzz/bignum] Error 1
/usr/bin/../lib/gcc/x86_64-linux-gnu/7.5.0/../../../x86_64-linux-gnu/Scrt1.o: In function _start': (.text+0x20): undefined reference to main'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:13626: recipe for target 'fuzz/client' failed
when I build fastgen, I got this failure in build-programs, how can I fix this?
make[1]: *** [fuzz/bignum] Error 1
/usr/bin/../lib/gcc/x86_64-linux-gnu/7.5.0/../../../x86_64-linux-gnu/Scrt1.o: In function
_start': (.text+0x20): undefined reference tomain'clang: error: linker command failed with exit code 1 (use -v to see invocation)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:13626: recipe for target 'fuzz/client' failed
when I build fastgen, I got this failure in build-programs, how can I fix this?