Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
先楫HPM_RISCV
C++_cpp
C++_cpp
hpm6750evk开发板使能C++特性,编译报错
发布于 2022-12-01 20:07:37 浏览:584
订阅该版
``` 195 | } pthread_once_t; /* dynamic package initialization */ | ^~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_barrier.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:169:3: note: previous declaration of 'pthread_mutexattr_t' with type 'pthread_mutexattr_t' 169 | } pthread_mutexattr_t; | ^~~~~~~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/semaphore.h:15, from ../rt-thread/components/libc/pthreads/semaphore.c:13: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:36:14: error: conflicting types for 'pthread_condattr_t'; have 'long int' 36 | typedef long pthread_condattr_t; | ^~~~~~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_rwlock.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:186:3: note: previous declaration of 'pthread_condattr_t' with type 'pthread_condattr_t' 186 | } pthread_condattr_t; /* a condition attribute object */ | ^~~~~~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_cond.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:79:8: error: redefinition of 'struct sched_param' 79 | struct sched_param | ^~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/sched.h:14, from ../rt-thread/components/libc/pthreads/sched.c:10: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:169:3: note: previous declaration of 'pthread_mutexattr_t' with type 'pthread_mutexattr_t' 169 | } pthread_mutexattr_t; | ^~~~~~~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from ../rt-thread/components/libc/pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_mutex.c:12: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:190:20: note: previous declaration of 'pthread_key_t' with type 'pthread_key_t' {aka 'long unsigned int'} 190 | typedef __uint32_t pthread_key_t; /* thread-specific data keys */ | ^~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_tls.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:38:14: error: conflicting types for 'pthread_mutexattr_t'; have 'long int' 38 | typedef long pthread_mutexattr_t; | ^~~~~~~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from ../rt-thread/components/libc/pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_attr.c:12: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:190:20: note: previous declaration of 'pthread_key_t' with type 'pthread_key_t' {aka 'long unsigned int'} 190 | typedef __uint32_t pthread_key_t; /* thread-specific data keys */ | ^~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_spin.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:79:8: error: redefinition of 'struct sched_param' 79 | struct sched_param | ^~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/semaphore.h:15, from ../rt-thread/components/libc/pthreads/semaphore.c:13: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:186:3: note: previous declaration of 'pthread_condattr_t' with type 'pthread_condattr_t' 186 | } pthread_condattr_t; /* a condition attribute object */ | ^~~~~~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_barrier.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:41:13: error: conflicting types for 'pthread_key_t'; have 'int' 41 | typedef int pthread_key_t; | ^~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_rwlock.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:38:14: error: conflicting types for 'pthread_mutexattr_t'; have 'long int' 38 | typedef long pthread_mutexattr_t; | ^~~~~~~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:23, from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_cond.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\sched.h:48:8: note: originally defined here 48 | struct sched_param { | ^~~~~~~~~~~ In file included from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/sched.h:14, from ../rt-thread/components/libc/pthreads/sched.c:10: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:41:13: error: conflicting types for 'pthread_key_t'; have 'int' 41 | typedef int pthread_key_t; | ^~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_tls.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:169:3: note: previous declaration of 'pthread_mutexattr_t' with type 'pthread_mutexattr_t' 169 | } pthread_mutexattr_t; | ^~~~~~~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_mutex.c:12: ../rt-thread/components/libc/pthreads/pthread.h:42:13: error: conflicting types for 'pthread_once_t'; have 'int' 42 | typedef int pthread_once_t; | ^~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_attr.c:12: ../rt-thread/components/libc/pthreads/pthread.h:42:13: error: conflicting types for 'pthread_once_t'; have 'int' 42 | typedef int pthread_once_t; | ^~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:23, from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_spin.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\sched.h:48:8: note: originally defined here 48 | struct sched_param { | ^~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_barrier.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:190:20: note: previous declaration of 'pthread_key_t' with type 'pthread_key_t' {aka 'long unsigned int'} 190 | typedef __uint32_t pthread_key_t; /* thread-specific data keys */ | ^~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/semaphore.h:15, from ../rt-thread/components/libc/pthreads/semaphore.c:13: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:38:14: error: conflicting types for 'pthread_mutexattr_t'; have 'long int' 38 | typedef long pthread_mutexattr_t; | ^~~~~~~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_rwlock.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:169:3: note: previous declaration of 'pthread_mutexattr_t' with type 'pthread_mutexattr_t' 169 | } pthread_mutexattr_t; | ^~~~~~~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_cond.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:95:29: error: conflicting types for 'pthread_attr_t'; have 'struct pthread_attr' 95 | typedef struct pthread_attr pthread_attr_t; | ^~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/sched.h:14, from ../rt-thread/components/libc/pthreads/sched.c:10: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:190:20: note: previous declaration of 'pthread_key_t' with type 'pthread_key_t' {aka 'long unsigned int'} 190 | typedef __uint32_t pthread_key_t; /* thread-specific data keys */ | ^~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_tls.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:41:13: error: conflicting types for 'pthread_key_t'; have 'int' 41 | typedef int pthread_key_t; | ^~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from ../rt-thread/components/libc/pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_mutex.c:12: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:195:3: note: previous declaration of 'pthread_once_t' with type 'pthread_once_t' 195 | } pthread_once_t; /* dynamic package initialization */ | ^~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from ../rt-thread/components/libc/pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_attr.c:12: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:195:3: note: previous declaration of 'pthread_once_t' with type 'pthread_once_t' 195 | } pthread_once_t; /* dynamic package initialization */ | ^~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_spin.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:95:29: error: conflicting types for 'pthread_attr_t'; have 'struct pthread_attr' 95 | typedef struct pthread_attr pthread_attr_t; | ^~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/semaphore.h:15, from ../rt-thread/components/libc/pthreads/semaphore.c:13: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:169:3: note: previous declaration of 'pthread_mutexattr_t' with type 'pthread_mutexattr_t' 169 | } pthread_mutexattr_t; | ^~~~~~~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_barrier.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:42:13: error: conflicting types for 'pthread_once_t'; have 'int' 42 | typedef int pthread_once_t; | ^~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_cond.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:75:3: note: previous declaration of 'pthread_attr_t' with type 'pthread_attr_t' 75 | } pthread_attr_t; | ^~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_rwlock.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:41:13: error: conflicting types for 'pthread_key_t'; have 'int' 41 | typedef int pthread_key_t; | ^~~~~~~~~~~~~ In file included from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/sched.h:14, from ../rt-thread/components/libc/pthreads/sched.c:10: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:42:13: error: conflicting types for 'pthread_once_t'; have 'int' 42 | typedef int pthread_once_t; | ^~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_tls.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:190:20: note: previous declaration of 'pthread_key_t' with type 'pthread_key_t' {aka 'long unsigned int'} 190 | typedef __uint32_t pthread_key_t; /* thread-specific data keys */ | ^~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_mutex.c:12: ../rt-thread/components/libc/pthreads/pthread.h:79:8: error: redefinition of 'struct sched_param' 79 | struct sched_param | ^~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_spin.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:75:3: note: previous declaration of 'pthread_attr_t' with type 'pthread_attr_t' 75 | } pthread_attr_t; | ^~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_attr.c:12: ../rt-thread/components/libc/pthreads/pthread.h:79:8: error: redefinition of 'struct sched_param' 79 | struct sched_param | ^~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_barrier.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:195:3: note: previous declaration of 'pthread_once_t' with type 'pthread_once_t' 195 | } pthread_once_t; /* dynamic package initialization */ | ^~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/semaphore.h:15, from ../rt-thread/components/libc/pthreads/semaphore.c:13: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:41:13: error: conflicting types for 'pthread_key_t'; have 'int' 41 | typedef int pthread_key_t; | ^~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_rwlock.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:190:20: note: previous declaration of 'pthread_key_t' with type 'pthread_key_t' {aka 'long unsigned int'} 190 | typedef __uint32_t pthread_key_t; /* thread-specific data keys */ | ^~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_cond.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:102:30: error: conflicting types for 'pthread_mutex_t'; have 'struct pthread_mutex' 102 | typedef struct pthread_mutex pthread_mutex_t; | ^~~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/sched.h:14, from ../rt-thread/components/libc/pthreads/sched.c:10: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:195:3: note: previous declaration of 'pthread_once_t' with type 'pthread_once_t' 195 | } pthread_once_t; /* dynamic package initialization */ | ^~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_tls.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:42:13: error: conflicting types for 'pthread_once_t'; have 'int' 42 | typedef int pthread_once_t; | ^~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:23, from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from ../rt-thread/components/libc/pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_mutex.c:12: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\sched.h:48:8: note: originally defined here 48 | struct sched_param { | ^~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_spin.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:102:30: error: conflicting types for 'pthread_mutex_t'; have 'struct pthread_mutex' 102 | typedef struct pthread_mutex pthread_mutex_t; | ^~~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:23, from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from ../rt-thread/components/libc/pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_attr.c:12: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\sched.h:48:8: note: originally defined here 48 | struct sched_param { | ^~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/semaphore.h:15, from ../rt-thread/components/libc/pthreads/semaphore.c:13: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:190:20: note: previous declaration of 'pthread_key_t' with type 'pthread_key_t' {aka 'long unsigned int'} 190 | typedef __uint32_t pthread_key_t; /* thread-specific data keys */ | ^~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_barrier.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:79:8: error: redefinition of 'struct sched_param' 79 | struct sched_param | ^~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_rwlock.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:42:13: error: conflicting types for 'pthread_once_t'; have 'int' 42 | typedef int pthread_once_t; | ^~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_cond.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:154:20: note: previous declaration of 'pthread_mutex_t' with type 'pthread_mutex_t' {aka 'long unsigned int'} 154 | typedef __uint32_t pthread_mutex_t; /* identify a mutex */ | ^~~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_tls.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:195:3: note: previous declaration of 'pthread_once_t' with type 'pthread_once_t' 195 | } pthread_once_t; /* dynamic package initialization */ | ^~~~~~~~~~~~~~ In file included from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/sched.h:14, from ../rt-thread/components/libc/pthreads/sched.c:10: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:79:8: error: redefinition of 'struct sched_param' 79 | struct sched_param | ^~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_spin.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:154:20: note: previous declaration of 'pthread_mutex_t' with type 'pthread_mutex_t' {aka 'long unsigned int'} 154 | typedef __uint32_t pthread_mutex_t; /* identify a mutex */ | ^~~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_mutex.c:12: ../rt-thread/components/libc/pthreads/pthread.h:95:29: error: conflicting types for 'pthread_attr_t'; have 'struct pthread_attr' 95 | typedef struct pthread_attr pthread_attr_t; | ^~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_attr.c:12: ../rt-thread/components/libc/pthreads/pthread.h:95:29: error: conflicting types for 'pthread_attr_t'; have 'struct pthread_attr' 95 | typedef struct pthread_attr pthread_attr_t; | ^~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/semaphore.h:15, from ../rt-thread/components/libc/pthreads/semaphore.c:13: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:42:13: error: conflicting types for 'pthread_once_t'; have 'int' 42 | typedef int pthread_once_t; | ^~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:23, from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_barrier.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\sched.h:48:8: note: originally defined here 48 | struct sched_param { | ^~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/semaphore.h:15, from ../rt-thread/components/libc/pthreads/semaphore.c:13: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:195:3: note: previous declaration of 'pthread_once_t' with type 'pthread_once_t' 195 | } pthread_once_t; /* dynamic package initialization */ | ^~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_cond.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:109:29: error: conflicting types for 'pthread_cond_t'; have 'struct pthread_cond' 109 | typedef struct pthread_cond pthread_cond_t; | ^~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_tls.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:79:8: error: redefinition of 'struct sched_param' 79 | struct sched_param | ^~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:23, from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/sched.h:14, from ../rt-thread/components/libc/pthreads/sched.c:10: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\sched.h:48:8: note: originally defined here 48 | struct sched_param { | ^~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from ../rt-thread/components/libc/pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_attr.c:12: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:75:3: note: previous declaration of 'pthread_attr_t' with type 'pthread_attr_t' 75 | } pthread_attr_t; | ^~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from ../rt-thread/components/libc/pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_mutex.c:12: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:75:3: note: previous declaration of 'pthread_attr_t' with type 'pthread_attr_t' 75 | } pthread_attr_t; | ^~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_spin.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:109:29: error: conflicting types for 'pthread_cond_t'; have 'struct pthread_cond' 109 | typedef struct pthread_cond pthread_cond_t; | ^~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_rwlock.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:195:3: note: previous declaration of 'pthread_once_t' with type 'pthread_once_t' 195 | } pthread_once_t; /* dynamic package initialization */ | ^~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_barrier.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:95:29: error: conflicting types for 'pthread_attr_t'; have 'struct pthread_attr' 95 | typedef struct pthread_attr pthread_attr_t; | ^~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_cond.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:176:20: note: previous declaration of 'pthread_cond_t' with type 'pthread_cond_t' {aka 'long unsigned int'} 176 | typedef __uint32_t pthread_cond_t; /* identify a condition variable */ | ^~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/semaphore.h:15, from ../rt-thread/components/libc/pthreads/semaphore.c:13: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:79:8: error: redefinition of 'struct sched_param' 79 | struct sched_param | ^~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:23, from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_tls.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\sched.h:48:8: note: originally defined here 48 | struct sched_param { | ^~~~~~~~~~~ In file included from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/sched.h:14, from ../rt-thread/components/libc/pthreads/sched.c:10: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:95:29: error: conflicting types for 'pthread_attr_t'; have 'struct pthread_attr' 95 | typedef struct pthread_attr pthread_attr_t; | ^~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_attr.c:12: ../rt-thread/components/libc/pthreads/pthread.h:102:30: error: conflicting types for 'pthread_mutex_t'; have 'struct pthread_mutex' 102 | typedef struct pthread_mutex pthread_mutex_t; | ^~~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_spin.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:176:20: note: previous declaration of 'pthread_cond_t' with type 'pthread_cond_t' {aka 'long unsigned int'} 176 | typedef __uint32_t pthread_cond_t; /* identify a condition variable */ | ^~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_mutex.c:12: ../rt-thread/components/libc/pthreads/pthread.h:102:30: error: conflicting types for 'pthread_mutex_t'; have 'struct pthread_mutex' 102 | typedef struct pthread_mutex pthread_mutex_t; | ^~~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_rwlock.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:79:8: error: redefinition of 'struct sched_param' 79 | struct sched_param | ^~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_barrier.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:75:3: note: previous declaration of 'pthread_attr_t' with type 'pthread_attr_t' 75 | } pthread_attr_t; | ^~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:23, from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/semaphore.h:15, from ../rt-thread/components/libc/pthreads/semaphore.c:13: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\sched.h:48:8: note: originally defined here 48 | struct sched_param { | ^~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/sched.h:14, from ../rt-thread/components/libc/pthreads/sched.c:10: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:75:3: note: previous declaration of 'pthread_attr_t' with type 'pthread_attr_t' 75 | } pthread_attr_t; | ^~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_tls.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:95:29: error: conflicting types for 'pthread_attr_t'; have 'struct pthread_attr' 95 | typedef struct pthread_attr pthread_attr_t; | ^~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from ../rt-thread/components/libc/pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_attr.c:12: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:154:20: note: previous declaration of 'pthread_mutex_t' with type 'pthread_mutex_t' {aka 'long unsigned int'} 154 | typedef __uint32_t pthread_mutex_t; /* identify a mutex */ | ^~~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from ../rt-thread/components/libc/pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_mutex.c:12: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:154:20: note: previous declaration of 'pthread_mutex_t' with type 'pthread_mutex_t' {aka 'long unsigned int'} 154 | typedef __uint32_t pthread_mutex_t; /* identify a mutex */ | ^~~~~~~~~~~~~~~ make: *** [rt-thread/components/libc/pthreads/subdir.mk:48: rt-thread/components/libc/pthreads/pthread_cond.o] Error 1 In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:23, from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_rwlock.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\sched.h:48:8: note: originally defined here 48 | struct sched_param { | ^~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_barrier.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:102:30: error: conflicting types for 'pthread_mutex_t'; have 'struct pthread_mutex' 102 | typedef struct pthread_mutex pthread_mutex_t; | ^~~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/semaphore.h:15, from ../rt-thread/components/libc/pthreads/semaphore.c:13: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:95:29: error: conflicting types for 'pthread_attr_t'; have 'struct pthread_attr' 95 | typedef struct pthread_attr pthread_attr_t; | ^~~~~~~~~~~~~~ In file included from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/sched.h:14, from ../rt-thread/components/libc/pthreads/sched.c:10: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:102:30: error: conflicting types for 'pthread_mutex_t'; have 'struct pthread_mutex' 102 | typedef struct pthread_mutex pthread_mutex_t; | ^~~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_tls.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:75:3: note: previous declaration of 'pthread_attr_t' with type 'pthread_attr_t' 75 | } pthread_attr_t; | ^~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_attr.c:12: ../rt-thread/components/libc/pthreads/pthread.h:109:29: error: conflicting types for 'pthread_cond_t'; have 'struct pthread_cond' 109 | typedef struct pthread_cond pthread_cond_t; | ^~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_mutex.c:12: ../rt-thread/components/libc/pthreads/pthread.h:109:29: error: conflicting types for 'pthread_cond_t'; have 'struct pthread_cond' 109 | typedef struct pthread_cond pthread_cond_t; | ^~~~~~~~~~~~~~ make: *** [rt-thread/components/libc/pthreads/subdir.mk:48: rt-thread/components/libc/pthreads/pthread_spin.o] Error 1 In file included from ../rt-thread/components/libc/pthreads/pthread_rwlock.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:95:29: error: conflicting types for 'pthread_attr_t'; have 'struct pthread_attr' 95 | typedef struct pthread_attr pthread_attr_t; | ^~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_barrier.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:154:20: note: previous declaration of 'pthread_mutex_t' with type 'pthread_mutex_t' {aka 'long unsigned int'} 154 | typedef __uint32_t pthread_mutex_t; /* identify a mutex */ | ^~~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/sched.h:14, from ../rt-thread/components/libc/pthreads/sched.c:10: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:154:20: note: previous declaration of 'pthread_mutex_t' with type 'pthread_mutex_t' {aka 'long unsigned int'} 154 | typedef __uint32_t pthread_mutex_t; /* identify a mutex */ | ^~~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/semaphore.h:15, from ../rt-thread/components/libc/pthreads/semaphore.c:13: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:75:3: note: previous declaration of 'pthread_attr_t' with type 'pthread_attr_t' 75 | } pthread_attr_t; | ^~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_tls.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:102:30: error: conflicting types for 'pthread_mutex_t'; have 'struct pthread_mutex' 102 | typedef struct pthread_mutex pthread_mutex_t; | ^~~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from ../rt-thread/components/libc/pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_attr.c:12: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:176:20: note: previous declaration of 'pthread_cond_t' with type 'pthread_cond_t' {aka 'long unsigned int'} 176 | typedef __uint32_t pthread_cond_t; /* identify a condition variable */ | ^~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from ../rt-thread/components/libc/pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_mutex.c:12: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:176:20: note: previous declaration of 'pthread_cond_t' with type 'pthread_cond_t' {aka 'long unsigned int'} 176 | typedef __uint32_t pthread_cond_t; /* identify a condition variable */ | ^~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_rwlock.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:75:3: note: previous declaration of 'pthread_attr_t' with type 'pthread_attr_t' 75 | } pthread_attr_t; | ^~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_barrier.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:109:29: error: conflicting types for 'pthread_cond_t'; have 'struct pthread_cond' 109 | typedef struct pthread_cond pthread_cond_t; | ^~~~~~~~~~~~~~ In file included from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/sched.h:14, from ../rt-thread/components/libc/pthreads/sched.c:10: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:109:29: error: conflicting types for 'pthread_cond_t'; have 'struct pthread_cond' 109 | typedef struct pthread_cond pthread_cond_t; | ^~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_tls.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:154:20: note: previous declaration of 'pthread_mutex_t' with type 'pthread_mutex_t' {aka 'long unsigned int'} 154 | typedef __uint32_t pthread_mutex_t; /* identify a mutex */ | ^~~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/semaphore.h:15, from ../rt-thread/components/libc/pthreads/semaphore.c:13: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:102:30: error: conflicting types for 'pthread_mutex_t'; have 'struct pthread_mutex' 102 | typedef struct pthread_mutex pthread_mutex_t; | ^~~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_barrier.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:176:20: note: previous declaration of 'pthread_cond_t' with type 'pthread_cond_t' {aka 'long unsigned int'} 176 | typedef __uint32_t pthread_cond_t; /* identify a condition variable */ | ^~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_rwlock.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:102:30: error: conflicting types for 'pthread_mutex_t'; have 'struct pthread_mutex' 102 | typedef struct pthread_mutex pthread_mutex_t; | ^~~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/sched.h:14, from ../rt-thread/components/libc/pthreads/sched.c:10: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:176:20: note: previous declaration of 'pthread_cond_t' with type 'pthread_cond_t' {aka 'long unsigned int'} 176 | typedef __uint32_t pthread_cond_t; /* identify a condition variable */ | ^~~~~~~~~~~~~~ make: *** [rt-thread/components/libc/pthreads/subdir.mk:48: rt-thread/components/libc/pthreads/pthread_attr.o] Error 1 In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/semaphore.h:15, from ../rt-thread/components/libc/pthreads/semaphore.c:13: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:154:20: note: previous declaration of 'pthread_mutex_t' with type 'pthread_mutex_t' {aka 'long unsigned int'} 154 | typedef __uint32_t pthread_mutex_t; /* identify a mutex */ | ^~~~~~~~~~~~~~~ In file included from ../rt-thread/components/libc/pthreads/pthread_tls.c:11: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:109:29: error: conflicting types for 'pthread_cond_t'; have 'struct pthread_cond' 109 | typedef struct pthread_cond pthread_cond_t; | ^~~~~~~~~~~~~~ In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from ../rt-thread/components/libc/pthreads/pthread_rwlock.c:11: d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:154:20: note: previous declaration of 'pthread_mutex_t' with type 'pthread_mutex_t' {aka 'long unsigned int'} 154 | typedef __uint32_t pthread_mutex_t; /* identify a mutex */ | ^~~~~~~~~~~~~~~ make: *** [rt-thread/components/libc/pthreads/subdir.mk:48: rt-thread/components/libc/pthreads/pthread_mutex.o] Error 1 In file included from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\_pthreadtypes.h:23, from d:\rt-threadstudio\repo\extract\toolchain_support_packages\risc-v\risc-v-gcc-rv32\2022-04-12\riscv32-unknown-elf\include\sys\types.h:223, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/posix_types.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/pthread.h:20, from E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/sched.h:14, from ../rt-thread/components/libc/pthreads/sched.c:10: E:\develop\embedded\hpmicro\hpm6750dev\hpm6750dev\rt-thread\components\libc\pthreads/sched.h:19:5: error: expected identifier before numeric constant 19 | SCHED_OTHER = 0, | ^~~~~~~~~~~ ```
查看更多
2
个回答
默认排序
按发布时间排序
bernard
2022-12-02
这家伙很懒,什么也没写!
感觉把C++打开后,和pthread冲突了,这个和工具链还有一定关系
wuzs
2022-12-03
这家伙很懒,什么也没写!
希望rtt官方协助一下解决编译器和库函数不兼容问题,开发者无能为力
撰写答案
登录
注册新账号
关注者
0
被浏览
584
关于作者
wuzs
这家伙很懒,什么也没写!
提问
1
回答
2
被采纳
0
关注TA
发私信
相关问题
1
RT-STUDIO下加入TOUCHGFX?
2
有没有人在RTT上使用C++编程
3
nano c++ 报错如何处理
4
让成员函数能作为rt_device中的回调函数
5
成员函数作为回调函数
6
C++编译问题 undefined reference to `_exit'
7
开启C++功能后,rt_kprintf和单步调试功能无法使用
8
RT-Thread Studio C++ 异常处理 (与预期不一致)
9
C++继承Thread类报错怎么办?
10
STM32使用C++ 编译报错
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
简单两步配置RTT源码阅读环境 vsc+clangd
2
恩智浦[FRDM-MCXN947]初探 之 ADC与DAC
3
LVGL使用字库IC芯片显示中文
4
基于STM32H750和Rt-Thread的CANFD通信实现的记录(一)
5
freemodbus主机在freertos的适配,参考rtthread例程
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
ESP8266
I2C_IIC
UART
WIZnet_W5500
ota在线升级
PWM
cubemx
freemodbus
flash
packages_软件包
BSP
潘多拉开发板_Pandora
定时器
ADC
GD32
flashDB
socket
中断
编译报错
Debug
SFUD
msh
rt_mq_消息队列_msg_queue
keil_MDK
ulog
MicroPython
C++_cpp
本月问答贡献
出出啊
1517
个答案
342
次被采纳
小小李sunny
1443
个答案
289
次被采纳
张世争
805
个答案
174
次被采纳
crystal266
547
个答案
161
次被采纳
whj467467222
1222
个答案
148
次被采纳
本月文章贡献
出出啊
1
篇文章
4
次点赞
小小李sunny
1
篇文章
1
次点赞
张世争
1
篇文章
1
次点赞
crystal266
2
篇文章
2
次点赞
whj467467222
2
篇文章
1
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部