You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
inrpi_armv7
fixes the failureThe text was updated successfully, but these errors were encountered: