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
Really appreciate running across your code. Very new to coding. When I followed your steps I got this error
Defaulting PICO_PLATFORM to rp2040 since not specified.
Defaulting PICO platform compiler to pico_arm_gcc since not specified.
-- Defaulting build type to 'Release' since not specified.
PICO compiler is pico_arm_gcc
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/arm-none-eabi-gcc
CMake Error at CMakeLists.txt:7 (project):
The CMAKE_C_COMPILER:
fullPathToCompiler
is not a full path and was not found in the PATH.
Tell CMake where to find the compiler by setting either the environment
variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:7 (project):
The CMAKE_CXX_COMPILER:
fullPathToCompiler
is not a full path and was not found in the PATH.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
See also "/home/jackandjohn/mlx90640-RPI-Pico/build/CMakeFiles/CMakeOutput.log".
See also "/home/jackandjohn/mlx90640-RPI-Pico/build/CMakeFiles/CMakeError.log".
The text was updated successfully, but these errors were encountered:
On a related note, I just committed some changes to this repo that make it more clear how to use this project.
Assuming you want to test the thermal camera's functionality you'll want to compile and run the sample code as described in the README.md.
And eventually if you choose to use this code in a project, you might want to check out the ThermalCamera.h header only library as it provides an easy to use wrapper over the API.
Really appreciate running across your code. Very new to coding. When I followed your steps I got this error
Defaulting PICO_PLATFORM to rp2040 since not specified.
Defaulting PICO platform compiler to pico_arm_gcc since not specified.
-- Defaulting build type to 'Release' since not specified.
PICO compiler is pico_arm_gcc
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/arm-none-eabi-gcc
CMake Error at CMakeLists.txt:7 (project):
The CMAKE_C_COMPILER:
is not a full path and was not found in the PATH.
Tell CMake where to find the compiler by setting either the environment
variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:7 (project):
The CMAKE_CXX_COMPILER:
is not a full path and was not found in the PATH.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
See also "/home/jackandjohn/mlx90640-RPI-Pico/build/CMakeFiles/CMakeOutput.log".
See also "/home/jackandjohn/mlx90640-RPI-Pico/build/CMakeFiles/CMakeError.log".
The text was updated successfully, but these errors were encountered: