From 65174a9ed64a1e7c3ef9a35db53ebad4a5d02f54 Mon Sep 17 00:00:00 2001 From: guozhanxin Date: Wed, 19 Oct 2022 14:20:18 +0800 Subject: [PATCH] add cconfig.h --- project_0/cconfig.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 project_0/cconfig.h diff --git a/project_0/cconfig.h b/project_0/cconfig.h new file mode 100644 index 0000000..c28e812 --- /dev/null +++ b/project_0/cconfig.h @@ -0,0 +1,21 @@ +#ifndef CCONFIG_H__ +#define CCONFIG_H__ +/* Automatically generated file; DO NOT EDIT. */ +/* compiler configure file for RT-Thread in GCC*/ + +#define HAVE_NEWLIB_H 1 +#define LIBC_VERSION "newlib 3.3.0" + +#define HAVE_SYS_SIGNAL_H 1 +#define HAVE_SYS_SELECT_H 1 +#define HAVE_PTHREAD_H 1 + +#define HAVE_FDSET 1 +#define HAVE_SIGACTION 1 +#define HAVE_SIGEVENT 1 +#define HAVE_SIGINFO 1 +#define HAVE_SIGVAL 1 +#define GCC_VERSION_STR "10.2.1 20201103 (release)" +#define STDC "2011" + +#endif