Skip to content
New issue

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

Compile on ARM based systems (Raspberry Pi) #762

Open
DrKlipper opened this issue Jan 21, 2025 · 0 comments
Open

Compile on ARM based systems (Raspberry Pi) #762

DrKlipper opened this issue Jan 21, 2025 · 0 comments

Comments

@DrKlipper
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant