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
compiling googletest natively on an RPi3 completes without errors.
The shared libraries build/install without problems, but no binaries are built/installed (/usr/local/bin/gmock /usr/local/bin/gtest).
How do I build gmock/gtest (or have I misunderstood).
cmake -LAH -DCMAKE_C_FLAGS_RELEASE="-march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe -DNDEBUG" -DCMAKE_CXX_FLAGS_RELEASE="-march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe -DNDEBUG" -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_INSTALL_LIBDIR=/usr/local/lib -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE=TRUE -DBUILD_SHARED_LIBS=ON -G Ninja ../
googletest-1.15.2
piCore-15.x
gcc-13.2
cmake/ninja
No response
The text was updated successfully, but these errors were encountered:
I think it's expected. Gtest built by ArchLinux doesn't provide executable either. https://archlinux.org/packages/extra/x86_64/gtest/
Sorry, something went wrong.
No branches or pull requests
Describe the issue
compiling googletest natively on an RPi3 completes without errors.
The shared libraries build/install without problems, but no binaries are built/installed (/usr/local/bin/gmock /usr/local/bin/gtest).
How do I build gmock/gtest (or have I misunderstood).
Steps to reproduce the problem
What version of GoogleTest are you using?
googletest-1.15.2
What operating system and version are you using?
piCore-15.x
What compiler and version are you using?
gcc-13.2
What build system are you using?
cmake/ninja
Additional context
No response
The text was updated successfully, but these errors were encountered: