We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi !
Any chance to get this compiled on a Raspberry Pi?
-DKLOGG_USE_HYPERSCAN=OFF does not help
cmake --build results in this:
pi@testpi:~/klogg-continuous-linux/build_root $ cmake --build . fatal: not a git repository (or any of the parent directories): .git Git branch: fatal: not a git repository (or any of the parent directories): .git Git commit: fatal: not a git repository (or any of the parent directories): .git Git describe: [ 0%] Built target generate_version [ 0%] Automatic MOC for target kdsingleapp [ 0%] Built target kdsingleapp_autogen [ 0%] Building CXX object 3rdparty/CMakeFiles/kdsingleapp.dir/kdsingleapp_autogen/mocs_compilation.cpp.o c++: error: unrecognized command-line option ‘-mmmx’ c++: error: unrecognized command-line option ‘-msse’ c++: error: unrecognized command-line option ‘-msse2’ c++: error: unrecognized command-line option ‘-msse3’ c++: error: unrecognized command-line option ‘-mssse3’ c++: error: unrecognized command-line option ‘-msse4.1’ c++: error: unrecognized command-line option ‘-msse4.2’ c++: error: unrecognized command-line option ‘-mpopcnt’ gmake[2]: *** [3rdparty/CMakeFiles/kdsingleapp.dir/build.make:76: 3rdparty/CMakeFiles/kdsingleapp.dir/kdsingleapp_autogen/mocs_compilation.cpp.o] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:1629: 3rdparty/CMakeFiles/kdsingleapp.dir/all] Error 2 gmake: *** [Makefile:166: all] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi !
Any chance to get this compiled on a Raspberry Pi?
-DKLOGG_USE_HYPERSCAN=OFF
does not help
cmake --build results in this:
The text was updated successfully, but these errors were encountered: