求助!ESP32-S3驱动"3线SPI + 并行RGB”接口屏幕,屏幕IC:ST7701S

sususu
Posts: 2
Joined: Tue Feb 20, 2024 9:41 am

求助!ESP32-S3驱动"3线SPI + 并行RGB”接口屏幕,屏幕IC:ST7701S

Postby sususu » Tue Feb 20, 2024 9:46 am

您好,我是ESP初学者,正在使用ESP32-S3驱动"3线SPI + 并行RGB”接口屏幕,屏幕IC:ST7701S,在使用贵司的ST7701例程时出现了报错,请问该如何解决??

CMake Warning (dev) in CMakeLists.txt:
No project() command is present. The top-level CMakeLists.txt file must
contain a literal, direct call to the project() command. Add a line of
code such as

project(ProjectName)

near the top of the file, but after cmake_minimum_required().

CMake is pretending there is a "project(Project)" command on the first
line.
This warning is for project developers. Use -Wno-dev to suppress it.

-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error in CMakeLists.txt:
No CMAKE_C_COMPILER could be found.

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 in CMakeLists.txt:
No CMAKE_CXX_COMPILER could be found.

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.


CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as

cmake_minimum_required(VERSION 3.24)

should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!
See also "E:/ESP-IDF/espressif_esp_lcd_st7701_1.0.0/build/CMakeFiles/CMakeOutput.log".
See also "E:/ESP-IDF/espressif_esp_lcd_st7701_1.0.0/build/CMakeFiles/CMakeError.log".

sususu
Posts: 2
Joined: Tue Feb 20, 2024 9:41 am

Re: 求助!ESP32-S3驱动"3线SPI + 并行RGB”接口屏幕,屏幕IC:ST7701S

Postby sususu » Wed Feb 21, 2024 9:02 am

请问谁可以指一条明路,有没有教材或者可以参考的,球球了

weili_an
Posts: 18
Joined: Sat Feb 05, 2022 8:16 am

Re: 求助!ESP32-S3驱动"3线SPI + 并行RGB”接口屏幕,屏幕IC:ST7701S

Postby weili_an » Sun Feb 25, 2024 12:17 pm

看第一条报错信息

Who is online

Users browsing this forum: No registered users and 152 guests