#include <stdio.h> |
# The following lines of boilerplate
have to be in your project's |
set(srcs "main.c") |
error: 'rc' may be used uninitialized
in this function [-Werror=maybe-uninitialized] |
# The following lines of boilerplate
have to be in your project's |
error: argument 2 of type 'uint8_t[]'
{aka 'unsigned char[]'} with mismatched bound
[-Werror=array-parameter=] |
# The following lines of boilerplate
have to be in your project's |
# The following lines of boilerplate
have to be in your project's |
idf_component_register(SRCS "main.c" |
CMake Error at
/home/nop/esp-idf/tools/cmake/component.cmake:310
(message): |
#include <stdio.h> |
#include <stdio.h> |
#include <stdio.h> |
$ cat CMakeLists.txt |
#include <stdio.h> |
#include <stdio.h> |
menu "Application Configuration" |
# |
set(srcs "main.c") |
#include <stdio.h> |
#include <stdio.h> |
I (333) main_task: Calling app_main() |
$ cat CMakeLists.txt |
#include <stdio.h> |
$ cat CMakeLists.txt |
$ cat CMakeLists.txt |
if(CONFIG_IDF_TARGET_ARCH_RISCV) |
CMake Error at main/CMakeLists.txt:4
(message): |
#include <stdio.h>
|
/home/nop/rtos/test/main/main.c:9:2:
error: #error RISCV targets not supported |
# Download the example font into a
directory "spiffs" in the build directory |
set(srcs "main.c") |
# get IDF version for comparison |