forked from openvela/nuttx-apps
CC: mm_heap/mm_heapmember.c pty_test.c: In function 'pts_main':
pty_test.c:244:3: error: unknown type name 'pthread_t'
244 | pthread_t si_thread;
| ^~~~~~~~~
pty_test.c:245:3: error: unknown type name 'pthread_t'
245 | pthread_t so_thread;
| ^~~~~~~~~
pty_test.c:378:9: warning: implicit declaration of function 'pthread_create'; did you mean 'timer_create'? [-Wimplicit-function-declaration]
378 | ret = pthread_create(&si_thread, NULL,
| ^~~~~~~~~~~~~~
| timer_create
pty_test.c:379:25: error: 'pthread_startroutine_t' undeclared (first use in this function)
379 | (pthread_startroutine_t)serial_in,
| ^~~~~~~~~~~~~~~~~~~~~~
Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com>
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||
| pty_test.c | ||