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

Exercise: Profiles and cross-compiling fails due to different compiler version #104

Open
MelodicsPavol opened this issue Oct 14, 2022 · 1 comment · May be fixed by #105
Open

Exercise: Profiles and cross-compiling fails due to different compiler version #104

MelodicsPavol opened this issue Oct 14, 2022 · 1 comment · May be fixed by #105

Comments

@MelodicsPavol
Copy link

The arm-linux-gnueabihf-gcc version included in Docker image is 9.4.0 and that causes the exercise to fail.
Changing compiler.version=9 in rpi_armv7 fixes the failure

-- Conan: Compiler GCC>=5, checking major version 7
-- Conan: Checking correct version: 9
CMake Error at ../conanbuildinfo.cmake:402 (message):
  Detected a mismatch for the compiler version between your conan profile
  settings and CMake:

  Compiler version specified in your conan profile: 7

  Compiler version detected in CMake: 9.4

  Please check your conan profile settings (conan profile show
  [default|your_profile_name])

  P.S.  You may set CONAN_DISABLE_CHECK_COMPILER CMake variable in order to
  disable this check.
@uilianries
Copy link
Member

@MelodicsPavol Probably it should be updated by the upstream. I'll check and update. Thank you for informing.

@uilianries uilianries linked a pull request Oct 14, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants