Error reporting when compiling static library with lower version gcc4.9.2
> gcc -c activityIntensity.c
Change to:
> gcc -c activityIntensity.c -std=c99
Successfully compiled
Similar Posts:
- svn: E170000: Unrecognised URL scheme
- Compilation of SSE/AVX/FMA instruction set in tensorflow CPU environment
- iOS dyld: Library not loaded Error [How to Solve]
- gcc undefined reference to sqrt
- [Solved] Failure [INSTALL_FAILED_NO_MATCHING_ABIS]
- [Solved] QT operate error: exited with code – 1073741515
- error adding symbols: DSO missing from command line
- [Solved] idea connect to remote Hadoop always error: org.apache.hadoop.io.nativeio.NativeIO$Windows.createDirectoryWithMode0(Ljava/lang/String;I)
- [Solved] undefined reference to `cv::imread(std::string const&, int)’