Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save cederom/3e9d1bceb24cccdff4882d93ecb363b6 to your computer and use it in GitHub Desktop.

Select an option

Save cederom/3e9d1bceb24cccdff4882d93ecb363b6 to your computer and use it in GitHub Desktop.
****************************************
* NUTTX RTOS RELEASE BUILD TEST SCRIPT *
****************************************
NX BRANCH : nuttx-12.13.0-RC0
NX RTOS LOC : /tmp/nuttx/nuttx.git
NX APPS LOC : /tmp/nuttx/nuttx-apps.git
TARGET : ESP32S3-DEVKIT
BUILD HOST : FreeBSD hexagon 14.4-RELEASE-p1 FreeBSD 14.4-RELEASE-p1 GENERIC amd64
MFLAGS : -j24 CROSSDEV=xtensa-esp32s3-elf-
LOGFILE : log/nuttx-12.13.0-RC0-1775092222-ESP32S3-DEVKIT.log
TIMESTAMP : 1775092222
=>
=> GIT REPO CLONE CHECK
=>
=>
=> INITIAL CLEAN AND SETUP
=>
++ set -e
++ cd /tmp/nuttx/nuttx.git
++ set +e
++ gmake clean distclean -j24 CROSSDEV=xtensa-esp32s3-elf-
NuttX has not been configured!
NuttX has not been configured!
To configure the project:
To configure the project:
tools/configure.sh <config>
tools/configure.sh <config>
For a list of available configurations:
For a list of available configurations:
tools/configure.sh -L
tools/configure.sh -L
++ rm -f .config
++ set -e
++ git checkout master
Previous HEAD position was b9b5d9afbf Documentation: add NuttX-12.13.0 release notes
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
++ git fetch origin
++ git pull origin
Already up to date.
++ git checkout nuttx-12.13.0-RC0
Note: switching to 'nuttx-12.13.0-RC0'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at b9b5d9afbf Documentation: add NuttX-12.13.0 release notes
++ git reset --hard
HEAD is now at b9b5d9afbf Documentation: add NuttX-12.13.0 release notes
++ cd /tmp/nuttx/nuttx-apps.git
++ git checkout master
Previous HEAD position was e4b84b29d ostest/hrtimer: Update the comments.
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
++ git fetch origin
++ git pull origin
Already up to date.
++ git checkout nuttx-12.13.0-RC0
Note: switching to 'nuttx-12.13.0-RC0'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at e4b84b29d ostest/hrtimer: Update the comments.
++ git reset --hard
HEAD is now at e4b84b29d ostest/hrtimer: Update the comments.
++ cd /tmp/nuttx/nuttx.git
+ set +x
=>
=> BUILDING ESP32S3-DEVKIT
=>
==> LOGFILE: log/nuttx-12.13.0-RC0-1775092222-ESP32S3-DEVKIT.log.
Press Return when ready.
+ xtensa-esp32s3-elf-gcc --version
xtensa-esp-elf-gcc (crosstool-NG esp-14.2.0_20251107) 14.2.0
Copyright (C) 2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ for CFG in $CONFIGS
+ set +x
===>
===> ESP32S3-DEVKIT: esp32s3-devkit:ostest
===>
+ /usr/bin/time -h gmake clean distclean -j24 CROSSDEV=xtensa-esp32s3-elf-
NuttX has not been configured!
NuttX has not been configured!
To configure the project:
To configure the project:
tools/configure.sh <config>
tools/configure.sh <config>
For a list of available configurations:
For a list of available configurations:
tools/configure.sh -L
tools/configure.sh -L
0,00s real 0,00s user 0,00s sys
+ /usr/bin/time -h ./tools/configure.sh -B -S esp32s3-devkit:ostest
Copy files
Select CONFIG_HOST_BSD=y
Refreshing...
CP: arch/dummy/Kconfig to /tmp/nuttx/nuttx.git/arch/dummy/dummy_kconfig
CP: boards/dummy/Kconfig to /tmp/nuttx/nuttx.git/boards/dummy/dummy_kconfig
LN: platform/board to /tmp/nuttx/nuttx-apps.git/platform/dummy
LN: include/arch to arch/xtensa/include
LN: include/arch/board to /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/include
LN: drivers/platform to /tmp/nuttx/nuttx.git/drivers/dummy
LN: include/arch/chip to /tmp/nuttx/nuttx.git/arch/xtensa/include/esp32s3
LN: arch/xtensa/src/chip to /tmp/nuttx/nuttx.git/arch/xtensa/src/esp32s3
LN: arch/xtensa/src/board to /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common
LN: arch/xtensa/src/board/board to /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/src
mkkconfig in /tmp/nuttx/nuttx-apps.git/audioutils
mkkconfig in /tmp/nuttx/nuttx-apps.git/benchmarks
mkkconfig in /tmp/nuttx/nuttx-apps.git/boot
mkkconfig in /tmp/nuttx/nuttx-apps.git/canutils
mkkconfig in /tmp/nuttx/nuttx-apps.git/crypto
mkkconfig in /tmp/nuttx/nuttx-apps.git/database
mkkconfig in /tmp/nuttx/nuttx-apps.git/examples/elf/tests
mkkconfig in /tmp/nuttx/nuttx-apps.git/examples/elf
mkkconfig in /tmp/nuttx/nuttx-apps.git/examples/mcuboot
mkkconfig in /tmp/nuttx/nuttx-apps.git/examples/module
mkkconfig in /tmp/nuttx/nuttx-apps.git/examples/rust
mkkconfig in /tmp/nuttx/nuttx-apps.git/examples/sotest
mkkconfig in /tmp/nuttx/nuttx-apps.git/examples
mkkconfig in /tmp/nuttx/nuttx-apps.git/fsutils
mkkconfig in /tmp/nuttx/nuttx-apps.git/games
mkkconfig in /tmp/nuttx/nuttx-apps.git/graphics
mkkconfig in /tmp/nuttx/nuttx-apps.git/industry
mkkconfig in /tmp/nuttx/nuttx-apps.git/inertial
mkkconfig in /tmp/nuttx/nuttx-apps.git/interpreters/luamodules
mkkconfig in /tmp/nuttx/nuttx-apps.git/interpreters
mkkconfig in /tmp/nuttx/nuttx-apps.git/logging
mkkconfig in /tmp/nuttx/nuttx-apps.git/lte
mkkconfig in /tmp/nuttx/nuttx-apps.git/math
mkkconfig in /tmp/nuttx/nuttx-apps.git/mlearning
mkkconfig in /tmp/nuttx/nuttx-apps.git/netutils
mkkconfig in /tmp/nuttx/nuttx-apps.git/sdr
mkkconfig in /tmp/nuttx/nuttx-apps.git/system
mkkconfig in /tmp/nuttx/nuttx-apps.git/tee
mkkconfig in /tmp/nuttx/nuttx-apps.git/testing/arch
mkkconfig in /tmp/nuttx/nuttx-apps.git/testing/cxx
mkkconfig in /tmp/nuttx/nuttx-apps.git/testing/drivers
mkkconfig in /tmp/nuttx/nuttx-apps.git/testing/fs
mkkconfig in /tmp/nuttx/nuttx-apps.git/testing/libc
mkkconfig in /tmp/nuttx/nuttx-apps.git/testing/mm
mkkconfig in /tmp/nuttx/nuttx-apps.git/testing/sched
mkkconfig in /tmp/nuttx/nuttx-apps.git/testing
mkkconfig in /tmp/nuttx/nuttx-apps.git/videoutils
mkkconfig in /tmp/nuttx/nuttx-apps.git/wireless/bluetooth
mkkconfig in /tmp/nuttx/nuttx-apps.git/wireless/ieee802154
mkkconfig in /tmp/nuttx/nuttx-apps.git/wireless
mkkconfig in /tmp/nuttx/nuttx-apps.git
#
# configuration written to .config
#
1,85s real 0,85s user 1,16s sys
+ /usr/bin/time -h gmake -j24 CROSSDEV=xtensa-esp32s3-elf-
Create version.h
LN: platform/board to /tmp/nuttx/nuttx-apps.git/platform/dummy
Cloning Espressif HAL for 3rd Party Platforms

COMMIT SHA-1: 6b4f19b48c5ba0e847511b5b21584e797ec795dc Register: nsh
Register: sh
Register: dd
Register: ostest


Clone: /tmp/nuttx/nxtmpdir/esp-hal-3rdparty 
Espressif HAL for 3rd Party Platforms: 6b4f19b48c5ba0e847511b5b21584e797ec795dc
Espressif HAL for 3rd Party Platforms: initializing submodules...
Applying patches...

CXX: libminiabi/libxx_cxa_guard.cxx 
CXX: libminiabi/libxx_cxapurevirtual.cxx 
CXX: libminiabi/libxx_deletea.cxx 
CXX: libminiabi/libxx_delete.cxx 
CXX: libminiabi/libxx_new.cxx 
CXX: libminiabi/libxx_newa.cxx 
CXX: libminiabi/libxx_dynamic_cast.cxx 
CXX: libminiabi/libxx_typeinfo.cxx 








IN: libs/libxx/libxx.a -> staging/libxx.a 

CC: clock/clock.c 
CC: clock/clock_initialize.c 
CC: clock/clock_settime.c 
CC: clock/clock_gettime.c 
CC: clock/clock_systime_ticks.c 
CC: clock/clock_systime_timespec.c 
CC: clock/clock_sched_ticks.c 
CC: clock/clock_perf.c 
CC: clock/clock_realtime2absticks.c 
CC: clock/clock_getres.c 
CC: clock/clock_notifier.c 
CC: clock/clock_delay.c 
CC: environ/env_getenvironptr.c 
CC: environ/env_dup.c 
CC: environ/env_release.c 
CC: environ/env_findvar.c 
CC: environ/env_removevar.c 
CC: environ/env_clearenv.c 
CC: environ/env_getenv.c 
CC: environ/env_putenv.c 
CC: environ/env_setenv.c 

CC: environ/env_unsetenv.c 
CC: environ/env_foreach.c 
CC: group/group_create.c 

CC: group/group_join.c 





CC: group/group_leave.c 
CC: group/group_setupidlefiles.c 
CC: group/group_setuptaskfiles.c 
CC: group/group_foreachchild.c 
CC: group/group_killchildren.c 








CC: group/group_signal.c 
CC: group/group_waiter.c 

CC: init/nx_start.c 

CC: init/nx_bringup.c 
CC: instrument/instrument.c 

CC: irq/irq_initialize.c 

CC: irq/irq_attach.c 


CC: irq/irq_dispatch.c 

CC: irq/irq_unexpectedisr.c 
CC: irq/irq_attach_thread.c 
CC: irq/irq_attach_wqueue.c 
CC: misc/assert.c 
CC: misc/panic_notifier.c 
CC: misc/reboot_notifier.c 
CC: mqueue/mq_initialize.c 


CC: mqueue/mq_waitirq.c 

CC: mqueue/mq_recover.c 
CC: mqueue/mq_send.c 

CC: mqueue/mq_sndinternal.c 



CC: mqueue/mq_receive.c 
CC: mqueue/mq_rcvinternal.c 
CC: mqueue/mq_getattr.c 



CC: mqueue/mq_msgfree.c 


CC: mqueue/mq_msgqalloc.c 
CC: mqueue/mq_msgqfree.c 
CC: mqueue/mq_setattr.c 








CC: mqueue/mq_notify.c 

CC: mqueue/msgctl.c 
CC: mqueue/msgget.c 
CC: mqueue/msginternal.c 
CC: mqueue/msgrcv.c 
CC: mqueue/msgsnd.c 


CC: pthread/pthread_create.c 
CC: pthread/pthread_exit.c 
CC: pthread/pthread_join.c 
CC: pthread/pthread_detach.c 
CC: pthread/pthread_getschedparam.c 
CC: pthread/pthread_setschedparam.c 


CC: pthread/pthread_sigmask.c 
CC: pthread/pthread_cancel.c 



CC: pthread/pthread_findjoininfo.c 
CC: pthread/pthread_release.c 
CC: pthread/pthread_completejoin.c 



CC: pthread/pthread_setschedprio.c 
CC: sched/sched_getfiles.c 
CC: sched/sched_profil.c 


CC: sched/sched_addreadytorun.c 
CC: sched/sched_removereadytorun.c 



CC: sched/sched_addblocked.c 


CC: sched/sched_removeblocked.c 
CC: sched/sched_gettcb.c 
CC: sched/sched_verifytcb.c 
CC: sched/sched_releasetcb.c 





CC: sched/sched_setparam.c 

CC: sched/sched_setpriority.c 
CC: sched/sched_getparam.c 

CC: drivers_initialize.c 
CC: loop/losetup.c 
CC: misc/dev_null.c 

CC: misc/dev_zero.c 
CC: misc/ramdisk.c 





CC: sched/sched_setscheduler.c 
CC: misc/mkrd.c 
CC: sched/sched_getscheduler.c 
CC: pipes/pipe.c 

CC: pipes/pipe_common.c 
CC: pipes/fifo.c 
CC: sched/sched_yield.c 




CC: serial/serial.c 


CC: serial/serial_io.c 
CC: sched/sched_rrgetinterval.c 
CC: sched/sched_foreach.c 


CC: sched/sched_lock.c 
CC: sched/sched_unlock.c 
CC: sched/sched_lockcount.c 

CC: sched/sched_idletask.c 


CC: syslog/syslog_early.c 

CC: syslog/vsyslog.c 
CC: syslog/syslog_channel.c 


CC: sched/sched_self.c 

CC: sched/sched_get_stackinfo.c 


CC: sched/sched_get_tls.c 


CC: sched/sched_sysinfo.c 
CC: syslog/syslog_write.c 
CC: sched/sched_get_stateinfo.c 

CC: syslog/syslog_flush.c 
CC: syslog/syslog_initialize.c 


CC: sched/sched_getcpu.c 
CC: sched/sched_switchcontext.c 





CC: sched/sched_sleep.c 


CC: sched/sched_reprioritizertr.c 



CC: sched/sched_mergepending.c 
CC: sched/sched_waitpid.c 


CC: sched/sched_roundrobin.c 
CC: sched/sched_processtick.c 
CC: semaphore/sem_destroy.c 


CC: semaphore/sem_wait.c 
CC: semaphore/sem_trywait.c 
CC: semaphore/sem_tickwait.c 


CC: semaphore/sem_timedwait.c 
CC: semaphore/sem_clockwait.c 
CC: semaphore/sem_timeout.c 

CC: semaphore/sem_post.c 
CC: semaphore/sem_recover.c 
CC: semaphore/sem_reset.c 
CC: semaphore/sem_waitirq.c 



CC: semaphore/sem_rw.c 
CC: signal/sig_nanosleep.c 

CC: signal/sig_sleep.c 
CC: signal/sig_usleep.c 


CC: signal/sig_clockwait.c 
CC: signal/sig_dispatch.c 

CC: signal/sig_kill.c 


CC: signal/sig_lowest.c 
CC: signal/sig_notification.c 





CC: signal/sig_pause.c 

CC: signal/sig_ppoll.c 
CC: signal/sig_procmask.c 
CC: signal/sig_pselect.c 


CC: signal/sig_queue.c 


CC: signal/sig_suspend.c 

CC: signal/sig_tgkill.c 

CC: signal/sig_timedwait.c 
CC: signal/sig_waitinfo.c 
CC: signal/sig_action.c 
CC: signal/sig_allocpendingsigaction.c 
CC: signal/sig_cleanup.c 



CC: signal/sig_deliver.c 
CC: signal/sig_findaction.c 
CC: signal/sig_initialize.c 


CC: dummy.c 
CC: signal/sig_pending.c 


CC: boardctl.c 
CC: signal/sig_releasependingsigaction.c 

CC: signal/sig_releasependingsignal.c 

CC: signal/sig_removependingsignal.c 









CC: signal/sig_unmaskpendingsignal.c 
CC: task/task_argvstr.c 
CC: task/task_create.c 

CC: task/task_init.c 
CC: task/task_setup.c 

CC: task/task_activate.c 

CC: task/task_start.c 
CC: task/task_delete.c 
CC: task/task_exit.c 





CC: task/task_exithook.c 
CC: task/task_getgroup.c 



CC: task/task_getpid.c 
CC: task/task_prctl.c 
CC: task/task_recover.c 
CC: task/task_restart.c 

CC: task/task_spawnparms.c 
CC: task/task_cancelpt.c 
CC: task/task_terminate.c 
CC: task/task_gettid.c 
CC: task/exit.c 



CC: task/task_join.c 
CC: task/task_spawn.c 
CC: timer/timer_initialize.c 


CC: timer/timer_create.c 


CC: timer/timer_delete.c 




CC: timer/timer_getoverrun.c 
CC: timer/timer_getitimer.c 
CC: timer/timer_gettime.c 
CC: timer/timer_setitimer.c 
CC: timer/timer_settime.c 

CC: timer/timer_release.c 

CC: tls/task_initinfo.c 

CC: tls/task_uninitinfo.c 



CC: tls/tls_initinfo.c 

CC: tls/tls_dupinfo.c 




CC: wdog/wd_initialize.c 
CC: wdog/wd_start.c 
CC: wdog/wd_cancel.c 



CC: wdog/wd_gettime.c 














AS: machine/xtensa/arch_setjmp.S 
CC: assert/lib_assert.c 
CC: assert/lib_stackchk.c 
CC: builtin/lib_builtin_getname.c 
CC: builtin/lib_builtin_isavail.c 
CC: builtin/lib_builtin_forindex.c 
CC: ctype/lib_isalnum.c 
CC: ctype/lib_isalpha.c 
CC: ctype/lib_isascii.c 
CC: ctype/lib_isblank.c 
CC: ctype/lib_iscntrl.c 

CC: ctype/lib_isdigit.c 
CC: ctype/lib_isgraph.c 
CC: ctype/lib_islower.c 
CC: ctype/lib_isprint.c 

CC: ctype/lib_ispunct.c 
CC: ctype/lib_isspace.c 
CC: ctype/lib_isupper.c 
CC: ctype/lib_isxdigit.c 
CC: ctype/lib_tolower.c 
CC: ctype/lib_toupper.c 
CC: ctype/lib_ctype.c 



CC: dirent/lib_readdirr.c 
CC: dirent/lib_telldir.c 
CC: dirent/lib_alphasort.c 












CC: dirent/lib_scandir.c 
CC: dirent/lib_ftw.c 
CC: dirent/lib_nftw.c 
CC: dirent/lib_opendir.c 
CC: dirent/lib_fdopendir.c 
CC: dirent/lib_closedir.c 



CC: dirent/lib_readdir.c 


CC: dirent/lib_rewinddir.c 
CC: dirent/lib_seekdir.c 
CC: dirent/lib_dirfd.c 
CC: dirent/lib_versionsort.c 
CC: dlfcn/lib_dlfind_object.c 

CC: errno/lib_errno.c 



CC: fixedmath/lib_fixedmath.c 
CC: fixedmath/lib_b16sin.c 






CC: fixedmath/lib_b16cos.c 
CC: fixedmath/lib_b16atan2.c 
CC: fixedmath/lib_ubsqrt.c 
CC: grp/lib_getgrgid.c 

CC: grp/lib_getgrgidr.c 
CC: grp/lib_getgrnam.c 

CC: grp/lib_getgrnamr.c 
CC: grp/lib_initgroups.c 
CC: grp/lib_getgrbuf.c 

CC: grp/lib_getgrbufr.c 
CC: inttypes/lib_imaxabs.c 
CC: inttypes/lib_imaxdiv.c 
CC: inttypes/lib_strtoimax.c 
CC: inttypes/lib_strtoumax.c 
CC: libgen/lib_basename.c 


CC: libgen/lib_dirname.c 
CC: machine/arch_atomic.c 






CC: misc/lib_bitmap.c 
CC: misc/lib_circbuf.c 

CC: misc/lib_creat.c 
CC: misc/lib_mknod.c 


CC: misc/lib_umask.c 

CC: misc/lib_utsname.c 
CC: misc/lib_getrandom.c 


CC: misc/lib_xorshift128.c 
CC: misc/lib_tea_encrypt.c 

CC: misc/lib_tea_decrypt.c 
CC: mm_heap/mm_initialize.c 

CC: misc/lib_cxx_initialize.c 
CC: mm_heap/mm_lock.c 
CC: mm_heap/mm_malloc_size.c 
CC: mm_heap/mm_shrinkchunk.c 

CC: mm_heap/mm_brkaddr.c 
CC: misc/lib_impure.c 

CC: mm_heap/mm_calloc.c 


CC: mm_heap/mm_extend.c 








CC: mm_heap/mm_free.c 

CC: misc/lib_memfd.c 
CC: mm_heap/mm_mallinfo.c 
CC: misc/lib_mutex.c 
CC: mm_heap/mm_malloc.c 
CC: misc/lib_fchmodat.c 


CC: misc/lib_fstatat.c 
CC: misc/lib_getfullpath.c 
CC: mm_heap/mm_foreach.c 
CC: misc/lib_openat.c 
CC: mm_heap/mm_memalign.c 
CC: mm_heap/mm_realloc.c 


CC: mm_heap/mm_zalloc.c 


CC: mm_heap/mm_heapmember.c 
CC: misc/lib_mkdirat.c 

CC: misc/lib_utimensat.c 

CC: misc/lib_mallopt.c 


CC: mm_heap/mm_memdump.c 
CC: umm_heap/umm_globals.c 


CC: umm_heap/umm_initialize.c 
CC: umm_heap/umm_addregion.c 

CC: misc/lib_idr.c 



CC: umm_heap/umm_malloc_size.c 
CC: misc/lib_getnprocs.c 

CC: misc/lib_tempbuffer.c 

CC: umm_heap/umm_brkaddr.c 

CC: misc/lib_umul32.c 



CC: misc/lib_umul64.c 
CC: misc/lib_umul32x64.c 
CC: misc/lib_uadd32x64.c 
CC: misc/lib_uadd64.c 



CC: misc/lib_usub64x32.c 
CC: umm_heap/umm_calloc.c 

CC: misc/lib_usub64.c 

CC: misc/lib_dumpbuffer.c 



CC: misc/lib_dumpvbuffer.c 
CC: misc/lib_fnmatch.c 


CC: misc/lib_debug.c 
CC: umm_heap/umm_extend.c 

CC: umm_heap/umm_free.c 








CC: misc/lib_crc64.c 
CC: umm_heap/umm_mallinfo.c 

CC: umm_heap/umm_malloc.c 
CC: misc/lib_crc32.c 
CC: misc/lib_crc16.c 

CC: umm_heap/umm_memalign.c 
CC: umm_heap/umm_realloc.c 
CC: umm_heap/umm_zalloc.c 
CC: umm_heap/umm_heapmember.c 
CC: umm_heap/umm_memdump.c 

CC: mempool/mempool.c 

CC: misc/lib_crc16ccitt.c 
CC: misc/lib_crc8.c 

CC: mempool/mempool_multiple.c 



CC: misc/lib_crc8ccitt.c 
CC: mempool/mempool_procfs.c 
CC: misc/lib_crc8table.c 

CC: misc/lib_crc8rohc.c 

CC: kasan/hook.c 
CC: map/mm_map.c 





CC: misc/lib_crc8h1d.c 
CC: misc/lib_crc8h2f.c 

CC: misc/lib_crc16h1021.c 
CC: misc/lib_crc16h8005.c 


CC: misc/lib_crc32h04c11db7.c 
CC: misc/lib_crc32hf4acfb13.c 
CC: misc/lib_crc64emac.c 





CC: misc/lib_backtrace.c 

CC: misc/lib_ftok.c 
CC: misc/lib_err.c 

CC: misc/lib_instrument.c 





CC: misc/lib_glob.c 

CC: misc/lib_crc16ibm.c 

CC: misc/lib_crc16xmodem.c 

CC: net/lib_addrconfig.c 

CC: net/lib_base64.c 
CC: net/lib_htons.c 
CC: net/lib_htonl.c 
CC: net/lib_htonq.c 
CC: net/lib_inetaddr.c 
CC: net/lib_inetaton.c 

CC: net/lib_inetntoa.c 

CC: net/lib_inetntop.c 
CC: net/lib_inetpton.c 
CC: net/lib_inetnetwork.c 





CC: net/lib_etherntoa.c 
CC: net/lib_etheraton.c 

CC: obstack/lib_obstack_init.c 



CC: obstack/lib_obstack_alloc.c 
CC: obstack/lib_obstack_copy.c 
CC: obstack/lib_obstack_free.c 

CC: obstack/lib_obstack_make_room.c 
CC: obstack/lib_obstack_blank.c 


CC: obstack/lib_obstack_grow.c 

CC: obstack/lib_obstack_finish.c 

CC: obstack/lib_obstack_object_size.c 
CC: obstack/lib_obstack_room.c 

CC: obstack/lib_obstack_printf.c 




AS: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_cache_writeback_esp32s3.S 
CC: obstack/lib_obstack_vprintf.c 
AS: common/xtensa_context.S 
CC: pthread/pthread_attr_init.c 
AS: common/xtensa_panic.S 
CC: obstack/lib_obstack_malloc.c 




CC: pthread/pthread_attr_destroy.c 


CC: chip/esp32s3_cache.c 


CC: chip/esp32s3_irq.c 


CC: pthread/pthread_attr_setschedpolicy.c 


CC: chip/esp32s3_clockconfig.c 
CC: pthread/pthread_attr_getschedpolicy.c 
CC: chip/esp32s3_region.c 
CC: chip/esp32s3_systemreset.c 

CC: pthread/pthread_attr_getinheritsched.c 
CC: pthread/pthread_attr_setdetachstate.c 

CC: pthread/pthread_attr_getdetachstate.c 
CC: pthread/pthread_attr_setstackaddr.c 
CC: pthread/pthread_attr_setinheritsched.c 
CC: chip/esp32s3_user.c 



CC: pthread/pthread_attr_getstackaddr.c 

CC: chip/esp32s3_allocateheap.c 

CC: chip/esp32s3_reset_reasons.c 
CC: pthread/pthread_attr_setstacksize.c 




CC: pthread/pthread_attr_getstacksize.c 

CC: pthread/pthread_attr_setstack.c 

CC: chip/esp32s3_wdt.c 
CC: chip/esp32s3_gpio.c 
CC: pthread/pthread_attr_getstack.c 



CC: pthread/pthread_attr_setschedparam.c 
CC: pthread/pthread_attr_getschedparam.c 
CC: pthread/pthread_attr_setscope.c 
CC: pthread/pthread_attr_getscope.c 

CC: pthread/pthread_attr_setguardsize.c 
CC: pthread/pthread_attr_getguardsize.c 


CC: chip/esp32s3_lowputc.c 
CC: chip/esp32s3_serial.c 



CC: pthread/pthread_barrierattr_init.c 
CC: chip/esp32s3_rtc_gpio.c 


CC: chip/esp32s3_libc_stubs.c 
CC: chip/esp32s3_spi_timing.c 


CC: pthread/pthread_barrierattr_destroy.c 

CC: chip/esp32s3_idle.c 
CC: pthread/pthread_barrierattr_getpshared.c 

CC: pthread/pthread_barrierattr_setpshared.c 

CC: pthread/pthread_barrierinit.c 
CC: chip/esp32s3_timerisr.c 


CC: pthread/pthread_barrierdestroy.c 

CC: chip/esp32s3_rtc.c 
CC: pthread/pthread_barrierwait.c 

CC: chip/esp-hal-3rdparty/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32s3.c 


CC: pthread/pthread_condattr_init.c 
CC: chip/esp-hal-3rdparty/components/bootloader_support/bootloader_flash/src/bootloader_flash.c 

CC: chip/esp-hal-3rdparty/components/esp_adc/adc_cali_curve_fitting.c 

CC: chip/esp-hal-3rdparty/components/esp_adc/adc_cali.c 

CC: pthread/pthread_condattr_destroy.c 


CC: chip/esp-hal-3rdparty/components/esp_adc/esp32s3/curve_fitting_coefficients.c 
CC: chip/esp-hal-3rdparty/components/efuse/src/esp_efuse_api.c 

CC: pthread/pthread_condattr_getpshared.c 
CC: pthread/pthread_condattr_setpshared.c 



CC: pthread/pthread_condattr_setclock.c 
CC: chip/esp-hal-3rdparty/components/efuse/src/esp_efuse_startup.c 
CC: chip/esp-hal-3rdparty/components/efuse/src/esp_efuse_utility.c 




CC: pthread/pthread_condattr_getclock.c 



CC: pthread/pthread_condinit.c 
CC: chip/esp-hal-3rdparty/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c 
CC: pthread/pthread_conddestroy.c 

CC: builtin_list.c 

CC: pthread/pthread_condtimedwait.c 
CC: nsh_alias.c 


CC: nsh_builtin.c 

CC: nsh_command.c 
CC: pthread/pthread_equal.c 

CC: board/dummy.c 


CC: nsh_console.c 
CC: exec_builtin.c 
CC: chip/esp-hal-3rdparty/components/efuse/esp32s3/esp_efuse_fields.c 


CC: nsh_consolemain.c 
CC: chip/esp-hal-3rdparty/components/efuse/esp32s3/esp_efuse_rtc_calib.c 


CC: pthread/pthread_condbroadcast.c 

CC: pthread/pthread_condclockwait.c 


CC: nsh_dbgcmds.c 


CC: pthread/pthread_condsignal.c 
CC: pthread/pthread_condwait.c 


CC: nsh_envcmds.c 
CC: chip/esp-hal-3rdparty/components/efuse/esp32s3/esp_efuse_table.c 
CC: dd_main.c 



CC: pthread/pthread_exit.c 


CC: pthread/pthread_create.c 
CC: pthread/pthread_setname_np.c 


CC: pthread/pthread_getname_np.c 

CC: chip/esp-hal-3rdparty/components/efuse/esp32s3/esp_efuse_utility.c 
CC: nsh_fscmds.c 



CC: pthread/pthread_get_stackaddr_np.c 
CC: nsh_main.c 
CC: sh_main.c 
CC: nsh_fsutils.c 
CC: chip/esp-hal-3rdparty/components/esp_app_format/esp_app_desc.c 



CC: chip/esp-hal-3rdparty/components/esp_common/src/esp_err_to_name.c 

CC: chip/esp-hal-3rdparty/components/esp_hw_support/adc_share_hw_ctrl.c 


CC: chip/esp-hal-3rdparty/components/esp_hw_support/clk_ctrl_os.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/clk_utils.c 
CC: nsh_init.c 

CC: chip/esp-hal-3rdparty/components/esp_hw_support/cpu.c 
CC: readline.c 
CC: readline_common.c 

CC: barrier.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/esp_clk.c 


CC: cancel.c 



CC: chip/esp-hal-3rdparty/components/esp_hw_support/esp_memory_utils.c 


CC: readline_fd.c 
CC: readline_stream.c 
CC: pthread/pthread_get_stacksize_np.c 

CC: cond.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/hw_random.c 

CC: pthread/pthread_mutexattr_init.c 
CC: pthread/pthread_mutexattr_destroy.c 


CC: nsh_mmcmds.c 
CC: pthread/pthread_mutexattr_getpshared.c 


CC: dev_null.c 
CC: pthread/pthread_mutexattr_setpshared.c 






CC: chip/esp-hal-3rdparty/components/esp_hw_support/mac_addr.c 
CC: nsh_mntcmds.c 

CC: pthread/pthread_mutexattr_setprotocol.c 
CC: fpu.c 


CC: nsh_parse.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/periph_ctrl.c 


CC: getopt.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_console.c 

CC: pthread/pthread_mutexattr_getprotocol.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_event.c 
CC: fs_initialize.c 


CC: fs_heap.c 

CC: inode/fs_files.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_gpio.c 

CC: nsh_printf.c 

CC: inode/fs_foreachinode.c 

CC: libc_memmem.c 
CC: inode/fs_inode.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_modem.c 

CC: pthread/pthread_mutexattr_settype.c 


CC: mqueue.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/lowpower/port/esp32s3/sleep_cpu.c 





CC: nsh_proccmds.c 
CC: mutex.c 
CC: nsh_prompt.c 


CC: inode/fs_inodeaddref.c 

CC: nsh_script.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/sar_periph_ctrl.c 
CC: nsh_session.c 




CC: ostest_main.c 
CC: perf_gettime.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/cpu_region_protect.c 

CC: nsh_syscmds.c 
CC: pthread/pthread_mutexattr_gettype.c 


CC: posixtimer.c 
CC: nsh_system.c 


CC: nsh_test.c 
CC: nsh_timcmds.c 

CC: pthread/pthread_mutexattr_setrobust.c 




CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/esp_clk_tree.c 

CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/io_mux.c 
CC: pthread/pthread_mutexattr_getrobust.c 
CC: inode/fs_inodebasename.c 


CC: nsh_wait.c 


CC: pthread/pthread_mutexattr_setprioceiling.c 
CC: inode/fs_inodefind.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/rtc_clk.c 

CC: pthread_exit.c 
CC: pthread_rwlock.c 

CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/rtc_init.c 




CC: inode/fs_inodefree.c 

CC: restart.c 


CC: robust.c 

CC: pthread_rwlock_cancel.c 

CC: inode/fs_inodegetpath.c 
CC: pthread/pthread_mutexattr_getprioceiling.c 
CC: inode/fs_inoderelease.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/rtc_clk_init.c 

CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/rtc_sleep.c 

CC: inode/fs_inoderemove.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/rtc_time.c 


CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/systimer.c 

CC: chip/esp-hal-3rdparty/components/esp_hw_support/mspi_timing_tuning/mspi_timing_tuning.c 
CC: inode/fs_inodereserve.c 

CC: roundrobin.c 



CC: sched_thread_local.c 
CC: pthread/pthread_mutex_destroy.c 


CC: inode/fs_inodesearch.c 

CC: schedlock.c 

CC: vfs/fs_chstat.c 


CC: pthread/pthread_mutex_init.c 



CC: pthread/pthread_mutex_trylock.c 
CC: pthread/pthread_mutex_timedlock.c 

CC: sem.c 
CC: vfs/fs_close.c 
CC: semtimed.c 
CC: binfmt_globals.c 

CC: pthread/pthread_mutex.c 
CC: setjmp.c 
CC: vfs/fs_dup.c 


CC: binfmt_initialize.c 

CC: pthread/pthread_mutex_unlock.c 



CC: setvbuf.c 

CC: binfmt_register.c 


CC: chip/esp-hal-3rdparty/components/esp_hw_support/mspi_timing_tuning/port/esp32s3/mspi_timing_config.c 

CC: binfmt_unregister.c 
CC: pthread/pthread_mutex_lock.c 
CC: binfmt_loadmodule.c 

CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp_clk_tree_common.c 

CC: pthread/pthread_mutex_setprioceiling.c 




CC: pthread/pthread_mutex_getprioceiling.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/regi2c_ctrl.c 


CC: sighand.c 
CC: vfs/fs_dup2.c 
CC: binfmt_unloadmodule.c 
CC: pthread/pthread_once.c 


CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_modes.c 


CC: sighelper.c 
CC: binfmt_execmodule.c 
CC: signest.c 




CC: binfmt_exec.c 
CC: vfs/fs_dup3.c 
CC: sigprocmask.c 

CC: spinlock.c 
CC: binfmt_copyargv.c 

CC: chip/esp-hal-3rdparty/components/esp_hw_support/power_supply/brownout.c 

CC: pthread/pthread_yield.c 



CC: chip/esp-hal-3rdparty/components/esp_mm/esp_mmu_map.c 
CC: binfmt_copyactions.c 
CC: vfs/fs_fcntl.c 
CC: pthread/pthread_atfork.c 


CC: timedmqueue.c 



CC: vfs/fs_epoll.c 
CC: chip/esp-hal-3rdparty/components/esp_mm/port/esp32s3/ext_mem_layout.c 
CC: pthread/pthread_rwlockattr_init.c 
CC: timedmutex.c 

CC: timedwait.c 





CC: waitpid.c 
CC: pthread/pthread_rwlockattr_destroy.c 
CC: pthread/pthread_rwlockattr_getpshared.c 
CC: vfs/fs_fchstat.c 
CC: binfmt_dumpmodule.c 

CC: wdog.c 


CC: builtin.c 
CC: chip/esp-hal-3rdparty/components/esp_mm/esp_cache.c 

CC: vfs/fs_fstat.c 

CC: vfs/fs_fstatfs.c 

CC: vfs/fs_ioctl.c 


CC: vfs/fs_lseek.c 


CC: chip/esp-hal-3rdparty/components/esp_phy/esp32s3/phy_init_data.c 
CC: vfs/fs_mkdir.c 


CC: chip/esp-hal-3rdparty/components/esp_phy/src/phy_common.c 

CC: chip/esp-hal-3rdparty/components/esp_phy/src/phy_init.c 
CC: pthread/pthread_rwlockattr_setpshared.c 


CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_wdt.c 

CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_cache_esp32s2_esp32s3.c 


CC: vfs/fs_open.c 


CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_efuse.c 
CC: pthread/pthread_rwlock.c 

CC: chip/esp-hal-3rdparty/components/esp_system/esp_err.c 

CC: pthread/pthread_rwlock_rdlock.c 
CC: pthread/pthread_rwlock_wrlock.c 
CC: pthread/pthread_setcancelstate.c 



CC: pthread/pthread_setcanceltype.c 


CC: vfs/fs_poll.c 
CC: pthread/pthread_testcancel.c 

CC: chip/esp-hal-3rdparty/components/esp_system/startup.c 
CC: vfs/fs_pread.c 


CC: pthread/pthread_getcpuclockid.c 
CC: chip/esp-hal-3rdparty/components/esp_system/startup_funcs.c 


CC: chip/esp-hal-3rdparty/components/esp_system/system_time.c 
CC: pthread/pthread_self.c 

CC: chip/esp-hal-3rdparty/components/esp_system/port/soc/esp32s3/clk.c 



CC: pthread/pthread_gettid_np.c 
CC: vfs/fs_pwrite.c 

CC: pthread/pthread_concurrency.c 
CC: pthread/pthread_kill.c 

CC: chip/esp-hal-3rdparty/components/esp_system/port/soc/esp32s3/system_internal.c 


CC: board/esp32s3_boot.c 
CC: chip/esp-hal-3rdparty/components/esp_timer/src/esp_timer_impl_common.c 
CC: board/esp32s3_bringup.c 






CC: board/esp32s3_appinit.c 
CC: chip/esp-hal-3rdparty/components/esp_timer/src/esp_timer_impl_systimer.c 
CC: chip/esp-hal-3rdparty/components/esp_timer/src/esp_timer_init.c 
CC: vfs/fs_read.c 
CC: pthread/pthread_mutex_consistent.c 
CC: pthread/pthread_mutex_inconsistent.c 

CC: vfs/fs_rename.c 

CC: vfs/fs_rmdir.c 


CC: vfs/fs_select.c 
CC: chip/esp-hal-3rdparty/components/hal/adc_hal_common.c 


CC: vfs/fs_sendfile.c 
CC: vfs/fs_stat.c 



CC: chip/esp-hal-3rdparty/components/hal/adc_oneshot_hal.c 
CC: vfs/fs_statfs.c 


CC: vfs/fs_uio.c 


CC: chip/esp-hal-3rdparty/components/hal/esp32s3/clk_tree_hal.c 
CC: vfs/fs_unlink.c 
CC: chip/esp-hal-3rdparty/components/hal/esp32s3/efuse_hal.c 


CC: chip/esp-hal-3rdparty/components/hal/esp32s3/rtc_cntl_hal.c 
CC: vfs/fs_write.c 


CC: vfs/fs_dir.c 
CC: pwd/lib_getpwnam.c 


CC: pwd/lib_getpwnamr.c 

CC: pwd/lib_getpwuid.c 

CC: chip/esp-hal-3rdparty/components/hal/brownout_hal.c 


CC: vfs/fs_fsync.c 
CC: chip/esp-hal-3rdparty/components/hal/efuse_hal.c 
CC: vfs/fs_syncfs.c 


CC: vfs/fs_truncate.c 

CC: chip/esp-hal-3rdparty/components/hal/gpio_hal.c 
CC: vfs/fs_link.c 


CC: vfs/fs_readlink.c 
CC: vfs/fs_symlink.c 


CC: driver/fs_registerdriver.c 
CC: driver/fs_unregisterdriver.c 
CC: chip/esp-hal-3rdparty/components/hal/ledc_hal_iram.c 


CC: pwd/lib_getpwuidr.c 
CC: chip/esp-hal-3rdparty/components/hal/ledc_hal.c 



CC: chip/esp-hal-3rdparty/components/hal/pcnt_hal.c 

CC: driver/fs_registerpipedriver.c 
CC: chip/esp-hal-3rdparty/components/hal/rmt_hal.c 
CC: pwd/lib_getpwent.c 

CC: chip/esp-hal-3rdparty/components/hal/rtc_io_hal.c 


CC: driver/fs_unregisterpipedriver.c 
CC: pwd/lib_pwd_globals.c 

CC: chip/esp-hal-3rdparty/components/hal/sdm_hal.c 




CC: pwd/lib_getspnam.c 
CC: driver/fs_registerblockdriver.c 
CC: pwd/lib_getpwbuf.c 

IN: sched/libsched.a -> staging/libsched.a 
CC: driver/fs_unregisterblockdriver.c 
CC: driver/fs_findblockdriver.c 



CC: driver/fs_openblockdriver.c 


CC: pwd/lib_getpwbufr.c 
CC: driver/fs_closeblockdriver.c 




CC: driver/fs_blockpartition.c 
CC: queue/queue.c 
CC: driver/fs_findmtddriver.c 


CC: driver/fs_closemtddriver.c 
CC: chip/esp-hal-3rdparty/components/hal/i2s_hal.c 
CC: sched/sched_getprioritymax.c 




CC: chip/esp-hal-3rdparty/components/hal/sha_hal.c 
CC: chip/esp-hal-3rdparty/components/hal/mcpwm_hal.c 
CC: sched/sched_getprioritymin.c 
CC: driver/fs_blockmerge.c 
CC: chip/esp-hal-3rdparty/components/hal/systimer_hal.c 




CC: driver/fs_finddriver.c 
CC: chip/esp-hal-3rdparty/components/hal/timer_hal.c 
CC: sched/task_setcancelstate.c 
CC: sched/task_cancelpt.c 

CC: mmap/fs_mmap.c 


CC: sched/task_setcanceltype.c 


CC: chip/esp-hal-3rdparty/components/hal/touch_sens_hal.c 
CC: sched/task_testcancel.c 
CC: chip/esp-hal-3rdparty/components/hal/cache_hal.c 


CC: sched/task_gettid.c 
CC: mmap/fs_munmap.c 


CC: sched/task_getpid.c 
CC: mmap/fs_mmisc.c 


CC: sched/clock_getcpuclockid.c 
CC: mmap/fs_msync.c 


CC: chip/esp-hal-3rdparty/components/hal/mpu_hal.c 

CC: sched/task_startup.c 
CC: mmap/fs_anonmap.c 

CC: mqueue/mq_open.c 
CC: search/hcreate_r.c 


CC: mqueue/mq_close.c 
CC: mqueue/mq_unlink.c 




CC: chip/esp-hal-3rdparty/components/hal/mmu_hal.c 

CC: mount/fs_mount.c 
CC: search/hcreate.c 
CC: mount/fs_umount2.c 


CC: search/hash_func.c 


CC: chip/esp-hal-3rdparty/components/hal/i2c_hal.c 
CC: semaphore/sem_init.c 
CC: mount/fs_foreachmountpoint.c 



CC: semaphore/sem_setprotocol.c 
CC: mount/fs_procfs_mount.c 
CC: chip/esp-hal-3rdparty/components/hal/uart_hal_iram.c 

CC: mount/fs_gettype.c 
CC: chip/esp-hal-3rdparty/components/hal/uart_hal.c 


CC: chip/esp-hal-3rdparty/components/hal/hal_utils.c 
CC: partition/fs_partition.c 




CC: semaphore/sem_getprotocol.c 


CC: procfs/fs_procfs.c 

CC: procfs/fs_procfscpuinfo.c 
CC: semaphore/sem_getvalue.c 
CC: procfs/fs_procfscpuload.c 
CC: semaphore/sem_destroy.c 
CC: chip/esp-hal-3rdparty/components/hal/spi_flash_hal.c 



CC: procfs/fs_procfscritmon.c 
CC: semaphore/sem_wait.c 

CC: procfs/fs_procfsfdt.c 
CC: semaphore/sem_trywait.c 



CC: semaphore/sem_timedwait.c 
CC: procfs/fs_procfsiobinfo.c 
CC: semaphore/sem_clockwait.c 


CC: chip/esp-hal-3rdparty/components/hal/spi_flash_hal_iram.c 
CC: procfs/fs_procfsmeminfo.c 


CC: chip/esp-hal-3rdparty/components/hal/spi_flash_hal_gpspi.c 

CC: chip/esp-hal-3rdparty/components/hal/spi_flash_encrypt_hal_iram.c 

CC: semaphore/sem_post.c 
CC: signal/sig_addset.c 



CC: procfs/fs_procfsproc.c 
CC: signal/sig_delset.c 
CC: chip/esp-hal-3rdparty/components/log/src/log_level/log_level.c 





CC: signal/sig_emptyset.c 
CC: chip/esp-hal-3rdparty/components/log/src/log_level/tag_log_level/tag_log_level.c 
CC: chip/esp-hal-3rdparty/components/log/src/log_level/tag_log_level/linked_list/log_linked_list.c 
CC: procfs/fs_procfstcbinfo.c 

CC: chip/esp-hal-3rdparty/components/log/src/log.c 
CC: signal/sig_fillset.c 
IN: drivers/libdrivers.a -> staging/libdrivers.a 


CC: signal/sig_nandset.c 
CC: chip/esp-hal-3rdparty/components/log/src/noos/log_lock.c 

CC: signal/sig_andset.c 



CC: signal/sig_orset.c 
CC: procfs/fs_procfsuptime.c 


CC: procfs/fs_procfsutil.c 

CC: signal/sig_xorset.c 



CC: procfs/fs_procfsversion.c 
CC: signal/sig_isemptyset.c 
CC: chip/esp-hal-3rdparty/components/log/src/noos/log_timestamp.c 
CC: signal/sig_killpg.c 

CC: signal/sig_altstack.c 


CC: chip/esp-hal-3rdparty/components/log/src/os/log_write.c 
CC: chip/esp-hal-3rdparty/components/log/src/os/util.c 



CC: signal/sig_hold.c 
CC: chip/esp-hal-3rdparty/components/mbedtls/port/sha/core/esp_sha256.c 

CC: signal/sig_ismember.c 

CC: signal/sig_pause.c 


CC: signal/sig_psignal.c 


CC: chip/esp-hal-3rdparty/components/newlib/src/port/esp_time_impl.c 
CC: signal/sig_raise.c 

CC: signal/sig_relse.c 

CC: signal/sig_ignore.c 

CC: signal/sig_interrupt.c 


CC: signal/sig_wait.c 
CC: chip/esp-hal-3rdparty/components/soc/dport_access_common.c 
CC: chip/esp-hal-3rdparty/components/soc/esp32s3/dedic_gpio_periph.c 


CC: signal/sig_set.c 
CC: signal/sig_signal.c 
CC: spawn/lib_psfa_addaction.c 



CC: chip/esp-hal-3rdparty/components/soc/esp32s3/gdma_periph.c 


CC: chip/esp-hal-3rdparty/components/soc/esp32s3/adc_periph.c 
CC: spawn/lib_psfa_addclose.c 

CC: spawn/lib_psfa_adddup2.c 

CC: chip/esp-hal-3rdparty/components/soc/esp32s3/gpio_periph.c 

CC: spawn/lib_psfa_addopen.c 
CC: spawn/lib_psfa_destroy.c 


CC: chip/esp-hal-3rdparty/components/soc/esp32s3/ledc_periph.c 
CC: spawn/lib_psfa_init.c 




CC: spawn/lib_psa_getflags.c 
CC: spawn/lib_psa_getschedparam.c 






CC: chip/esp-hal-3rdparty/components/soc/esp32s3/pcnt_periph.c 
CC: chip/esp-hal-3rdparty/components/soc/esp32s3/rmt_periph.c 
CC: spawn/lib_psa_getschedpolicy.c 
CC: chip/esp-hal-3rdparty/components/soc/esp32s3/rtc_io_periph.c 
CC: spawn/lib_psa_init.c 

CC: spawn/lib_psa_setflags.c 
CC: chip/esp-hal-3rdparty/components/soc/esp32s3/sdm_periph.c 
CC: chip/esp-hal-3rdparty/components/soc/esp32s3/i2c_periph.c 
CC: chip/esp-hal-3rdparty/components/soc/esp32s3/i2s_periph.c 

CC: spawn/lib_psa_setschedparam.c 

CC: spawn/lib_psa_getsigmask.c 



CC: spawn/lib_psa_setschedpolicy.c 


CC: spawn/lib_psa_setsigmask.c 
CC: spawn/lib_psa_getstacksize.c 


CC: spawn/lib_psa_setstacksize.c 


CC: spawn/lib_psa_destroy.c 

CC: spawn/lib_psa_getpriority.c 
CC: chip/esp-hal-3rdparty/components/soc/esp32s3/mcpwm_periph.c 
CC: chip/esp-hal-3rdparty/components/soc/esp32s3/temperature_sensor_periph.c 
CC: spawn/lib_psa_setpriority.c 
CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_wrap.c 
CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_hpm_enable.c 


CC: chip/esp-hal-3rdparty/components/spi_flash/esp32s3/spi_flash_oct_flash_init.c 
CC: spawn/lib_psa_getstackaddr.c 



CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_os_func_noos.c 

CC: spawn/lib_psa_setstackaddr.c 

CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_generic.c 

CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_os_func_app.c 

CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_boya.c 




CC: stdio/lib_printf.c 
CC: stdio/lib_fileno.c 
CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_gd.c 
CC: stdio/lib_sprintf.c 



CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_winbond.c 


CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_issi.c 

CC: stdio/lib_asprintf.c 
CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_mxic_opi.c 

CC: stdio/lib_snprintf.c 
CC: stdio/lib_vsprintf.c 
CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_mxic.c 

CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_th.c 

CC: stdio/lib_vasprintf.c 
CC: chip/esp-hal-3rdparty/components/spi_flash/esp_flash_api.c 

CC: chip/esp-hal-3rdparty/components/spi_flash/flash_ops.c 


CC: stdio/lib_vsnprintf.c 

CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_drivers.c 


CC: chip/esp-hal-3rdparty/components/spi_flash/memspi_host_driver.c 
CC: stdio/lib_dprintf.c 

CC: chip/esp-hal-3rdparty/components/spi_flash/esp_flash_spi_init.c 
CC: stdio/lib_vdprintf.c 


CC: stdio/lib_vprintf.c 
CC: chip/esp-hal-3rdparty/components/spi_flash/flash_mmap.c 


CC: chip/esp-hal-3rdparty/components/spi_flash/flash_brownout_hook.c 
CC: stdio/lib_perror.c 

IN: boards/libboards.a -> staging/libboards.a 


CC: chip/esp-hal-3rdparty/components/spi_flash/cache_utils.c 
CC: chip/esp-hal-3rdparty/components/ulp/ulp_common/ulp_common.c 
CC: stdio/lib_putchar.c 



CC: stdio/lib_getchar.c 


CC: stdio/lib_puts.c 


CC: stdio/lib_gets_s.c 
CC: chip/esp-hal-3rdparty/components/ulp/ulp_common/ulp_adc.c 

CC: stdio/lib_gets.c 
CC: chip/esp-hal-3rdparty/components/ulp/ulp_riscv/ulp_riscv.c 
CC: chip/esp-hal-3rdparty/components/ulp/ulp_riscv/ulp_riscv_lock.c 
CC: stdio/lib_libdgets.c 

CC: stdio/lib_sscanf.c 

CC: chip/esp-hal-3rdparty/components/ulp/ulp_riscv/ulp_riscv_i2c.c 


CC: stdio/lib_vsscanf.c 

CC: stdio/lib_remove.c 

CC: stdio/lib_tempnam.c 
CC: stdio/lib_tmpnam.c 


CC: stdio/lib_renameat.c 

CC: chip/esp-hal-3rdparty/nuttx/src/components/esp_driver_gpio/src/gpio.c 
CC: stdio/lib_putwchar.c 

CC: stdio/lib_fopen.c 


CC: chip/esp-hal-3rdparty/nuttx/src/components/esp_driver_gpio/src/rtc_io.c 
CC: stdio/lib_freopen.c 

CC: stdio/lib_fclose.c 




CC: stdio/lib_fread.c 
CC: chip/esp-hal-3rdparty/nuttx/src/components/esp_driver_uart/src/uart_wakeup.c 
CC: stdio/lib_libfread_unlocked.c 

CC: chip/esp-hal-3rdparty/components/bootloader_support/src/flash_encrypt.c 
CC: stdio/lib_fseek.c 



CC: stdio/lib_fseeko.c 
CC: stdio/lib_ftell.c 
CC: chip/esp-hal-3rdparty/nuttx/src/bootloader_banner_wrap.c 


CC: stdio/lib_ftello.c 
CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_console.c 




CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_console_loader.c 

CC: chip/esp-hal-3rdparty/components/bootloader_support/src/esp32s3/bootloader_esp32s3.c 
CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_init.c 
CC: stdio/lib_fsetpos.c 


CC: stdio/lib_getdelim.c 


CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_common.c 
CC: stdio/lib_fgetpos.c 
CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_common_loader.c 


CC: stdio/lib_getc.c 
CC: chip/esp-hal-3rdparty/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c 

CC: stdio/lib_fgetc.c 

CC: stdio/lib_fgets.c 
CC: stdio/lib_libfgets.c 


CC: stdio/lib_fwrite.c 
CC: stdio/lib_libfwrite.c 




CC: stdio/lib_fflush.c 
CC: stdio/lib_libflushall.c 
CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_clock_init.c 
CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_clock_loader.c 


CC: stdio/lib_libfflush.c 




CC: stdio/lib_rdflush_unlocked.c 
CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_efuse.c 
CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_mem.c 
CC: stdio/lib_wrflush_unlocked.c 
CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_random.c 

CC: stdio/lib_putc.c 



CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_random_esp32s3.c 
CC: stdio/lib_fputc.c 

CC: chip/esp-hal-3rdparty/components/bootloader_support/src/esp_image_format.c 
CC: stdio/lib_fputs.c 




CC: stdio/lib_ungetc.c 

CC: stdio/lib_fprintf.c 
CC: stdio/lib_vfprintf.c 
CC: chip/esp-hal-3rdparty/components/bootloader_support/src/esp32s3/bootloader_soc.c 
CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_sha.c 

CC: chip/esp-hal-3rdparty/components/soc/esp32s3/uart_periph.c 

CC: stdio/lib_feof.c 





CC: stdio/lib_ferror.c 
CC: stdio/lib_rewind.c 
CC: stdio/lib_clearerr.c 

CC: stdio/lib_scanf.c 
CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_uart.c 

CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_sys.c 
CC: stdio/lib_vscanf.c 




CC: stdio/lib_fscanf.c 
CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_systimer.c 
CC: stdio/lib_vfscanf.c 

CC: stdio/lib_tmpfile.c 
CC: stdio/lib_setbuf.c 


CC: stdio/lib_setvbuf.c 



CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_spiflash.c 
CC: stdio/lib_libfilelock.c 
CC: stdio/lib_libgetstreams.c 


CC: stdio/lib_setbuffer.c 

CC: stdio/lib_fputwc.c 
IN: mm/libmm.a -> staging/libmm.a 



CC: stdio/lib_putwc.c 

CC: stdio/lib_fputws.c 

CC: stdio/lib_fopencookie.c 
CC: chip/esp-hal-3rdparty/components/efuse/src/esp_efuse_fields.c 

CC: stdio/lib_fmemopen.c 

CC: common/espressif/esp_loader.c 





CC: common/espressif/esp_efuse.c 

CC: common/xtensa_assert.c 
CC: stdio/lib_open_memstream.c 
CC: common/xtensa_cache.c 
CC: stdio/lib_fgetwc.c 

CC: stdio/lib_getwc.c 
CC: common/xtensa_cpenable.c 
CC: common/xtensa_cpuinfo.c 



CC: stdio/lib_ungetwc.c 


CC: common/xtensa_cpuint.c 
CC: stdlib/lib_abs.c 
CC: common/xtensa_createstack.c 
CC: stdlib/lib_abort.c 

CC: stdlib/lib_atof.c 

CC: common/xtensa_exit.c 

CC: stdlib/lib_atoi.c 


CC: stdlib/lib_getprogname.c 
CC: common/xtensa_getintstack.c 


CC: stdlib/lib_atol.c 

CC: common/xtensa_initialize.c 


CC: common/xtensa_initialstate.c 

CC: stdlib/lib_atoll.c 

CC: common/xtensa_lowputs.c 
CC: common/xtensa_irqdispatch.c 
CC: stdlib/lib_div.c 



CC: common/xtensa_modifyreg8.c 
CC: stdlib/lib_ldiv.c 
CC: common/xtensa_modifyreg16.c 



CC: common/xtensa_modifyreg32.c 
CC: common/xtensa_mpu.c 

CC: common/xtensa_nputs.c 
CC: stdlib/lib_lldiv.c 

CC: common/xtensa_oneshot.c 

CC: stdlib/lib_exit.c 

CC: stdlib/lib_itoa.c 


CC: stdlib/lib_labs.c 
CC: common/xtensa_perf.c 


CC: stdlib/lib_llabs.c 
CC: common/xtensa_releasestack.c 


CC: common/xtensa_registerdump.c 
CC: stdlib/lib_realpath.c 

CC: stdlib/lib_bsearch.c 

CC: common/xtensa_swint.c 

CC: stdlib/lib_rand.c 

CC: stdlib/lib_rand48.c 

CC: common/xtensa_stackframe.c 

CC: stdlib/lib_qsort.c 



CC: stdlib/lib_strtol.c 
CC: stdlib/lib_srand.c 
CC: stdlib/lib_strtoll.c 

CC: common/xtensa_saveusercontext.c 



CC: common/xtensa_usestack.c 

CC: stdlib/lib_strtoul.c 
CC: common/xtensa_tcbinfo.c 
CC: stdlib/lib_strtoull.c 

CC: stdlib/lib_checkbase.c 

CC: common/xtensa_schedsigaction.c 

CC: stdlib/lib_mktemp.c 

CC: common/xtensa_sigdeliver.c 

CC: common/xtensa_fpucmp.c 

CC: common/xtensa_debug.c 

CC: stdlib/lib_mkstemp.c 


CC: stdlib/lib_mkdtemp.c 


CC: common/xtensa_tls.c 
CC: stdlib/lib_aligned_alloc.c 

CC: stdlib/lib_posix_memalign.c 
CC: stdlib/lib_valloc.c 



CC: stdlib/lib_mblen.c 


CC: stdlib/lib_mbtowc.c 



CC: stdlib/lib_wctomb.c 
CC: stdlib/lib_mbstowcs.c 

CC: stdlib/lib_wcstombs.c 
CC: stdlib/lib_atexit.c 

CC: stdlib/lib_reallocarray.c 
CC: stdlib/lib_arc4random.c 



CC: stdlib/lib_strtold.c 
CC: stream/lib_meminstream.c 


CC: stream/lib_memoutstream.c 
CC: stream/lib_memsistream.c 
IN: /tmp/nuttx/nuttx-apps.git/libapps.a -> staging/libapps.a 



CC: stream/lib_memsostream.c 

CC: stream/lib_lowoutstream.c 

CC: stream/lib_rawinstream.c 
CC: stream/lib_rawoutstream.c 
CC: stream/lib_rawsistream.c 

CC: stream/lib_rawsostream.c 

CC: stream/lib_zeroinstream.c 

CC: stream/lib_nullinstream.c 
CC: stream/lib_nulloutstream.c 



CC: stream/lib_mtdoutstream.c 

CC: stream/lib_libnoflush.c 
CC: stream/lib_libsnoflush.c 


CC: stream/lib_syslogstream.c 
CC: stream/lib_syslograwstream.c 
CC: stream/lib_bufferedoutstream.c 

CC: stream/lib_hexdumpstream.c 
CC: stream/lib_base64outstream.c 

CC: stream/lib_mtdsostream.c 


CC: stream/lib_fileinstream.c 



CC: stream/lib_libbsprintf.c 
CC: stream/lib_fileoutstream.c 
CC: stream/lib_libvscanf.c 









CC: stream/lib_libvsprintf.c 
CC: stream/lib_ultoa_invert.c 
CC: stream/lib_dtoa_engine.c 
CC: stream/lib_dtoa_data.c 
CC: stream/lib_stdinstream.c 
CC: stream/lib_stdoutstream.c 
CC: stream/lib_stdsistream.c 
CC: stream/lib_stdsostream.c 
CC: stream/lib_blkoutstream.c 

CC: string/lib_ffs.c 

CC: string/lib_ffsl.c 
CC: string/lib_ffsll.c 


CC: string/lib_fls.c 

CC: string/lib_flsl.c 
CC: string/lib_flsll.c 


CC: string/lib_isbasedigit.c 

CC: string/lib_memmem.c 



CC: string/lib_popcount.c 







CC: string/lib_popcountl.c 
CC: string/lib_popcountll.c 
CC: string/lib_skipspace.c 
CC: string/lib_strcasecmp.c 
CC: string/lib_strcspn.c 
CC: string/lib_strdup.c 
CC: string/lib_strerror.c 
CC: string/lib_strncasecmp.c 
CC: string/lib_strncat.c 


CC: string/lib_strndup.c 



CC: string/lib_strcasestr.c 


CC: string/lib_strpbrk.c 

CC: string/lib_strspn.c 
CC: string/lib_strstr.c 
CC: string/lib_strtok.c 

CC: string/lib_strtokr.c 
CC: string/lib_strsep.c 
CC: string/lib_strerrorr.c 

CC: string/lib_explicit_bzero.c 
CC: string/lib_strsignal.c 



IN: fs/libfs.a -> staging/libfs.a 




CC: string/lib_index.c 




CC: string/lib_rindex.c 




CC: string/lib_timingsafe_bcmp.c 



CC: string/lib_strverscmp.c 
CC: string/lib_mempcpy.c 
CC: string/lib_rawmemchr.c 
CC: string/lib_memmove.c 
CC: string/lib_strlcat.c 
CC: string/lib_strlcpy.c 
CC: string/lib_strnlen.c 
CC: string/lib_memcpy.c 
CC: string/lib_memccpy.c 


CC: string/lib_memcmp.c 
CC: string/lib_memrchr.c 
CC: string/lib_stpncpy.c 


CC: string/lib_strchr.c 

CC: string/lib_strcmp.c 
CC: string/lib_strlen.c 
CC: string/lib_strncpy.c 


CC: string/lib_memchr.c 
CC: string/lib_stpcpy.c 

CC: string/lib_strcat.c 






CC: string/lib_strchrnul.c 
CC: string/lib_strcpy.c 
CC: string/lib_strncmp.c 
CC: string/lib_strrchr.c 




CC: string/lib_memset.c 
CC: symtab/symtab_findbyname.c 
CC: symtab/symtab_findbyvalue.c 
CC: symtab/symtab_sortbyname.c 

CC: syslog/lib_syslog.c 
CC: syslog/lib_setlogmask.c 
CC: termios/lib_cfspeed.c 


CC: termios/lib_cfmakeraw.c 
CC: termios/lib_isatty.c 





CC: termios/lib_tcflush.c 
CC: termios/lib_tcdrain.c 







CC: termios/lib_tcflow.c 


CC: termios/lib_tcgetattr.c 
CC: termios/lib_tcsetattr.c 
CC: termios/lib_tcsendbreak.c 
CC: termios/lib_ttyname.c 
CC: termios/lib_ttynamer.c 

CC: time/lib_strftime.c 
CC: time/lib_calendar2utc.c 
CC: time/lib_daysbeforemonth.c 

CC: time/lib_gettimeofday.c 


CC: time/lib_isleapyear.c 

CC: time/lib_settimeofday.c 
CC: time/lib_time.c 
CC: time/lib_timespec_get.c 



CC: time/lib_nanosleep.c 
CC: time/lib_difftime.c 


CC: time/lib_dayofweek.c 
CC: time/lib_asctime.c 
CC: time/lib_asctimer.c 
CC: time/lib_ctime.c 
CC: time/lib_ctimer.c 
CC: time/lib_gethrtime.c 

CC: time/lib_timegm.c 

CC: time/lib_gmtime.c 


CC: time/lib_gmtimer.c 


IN: binfmt/libbinfmt.a -> staging/libbinfmt.a 

CC: tls/task_getinfo.c 




CC: tls/tls_getinfo.c 
CC: uio/lib_preadv.c 
CC: uio/lib_pwritev.c 

CC: unistd/lib_access.c 


CC: unistd/lib_daemon.c 

CC: unistd/lib_swab.c 
CC: unistd/lib_pathconf.c 
CC: unistd/lib_sysconf.c 
CC: unistd/lib_getcwd.c 
CC: unistd/lib_getentropy.c 
CC: unistd/lib_getopt_common.c 
CC: unistd/lib_getopt.c 
CC: unistd/lib_getopt_long.c 
CC: unistd/lib_getopt_longonly.c 




CC: unistd/lib_getoptvars.c 




CC: unistd/lib_getoptargp.c 

CC: unistd/lib_getopterrp.c 
CC: unistd/lib_getoptindp.c 
CC: unistd/lib_getoptoptp.c 


CC: unistd/lib_times.c 
CC: unistd/lib_alarm.c 
CC: unistd/lib_fstatvfs.c 
CC: unistd/lib_statvfs.c 
CC: unistd/lib_sleep.c 
CC: unistd/lib_nice.c 


CC: unistd/lib_setreuid.c 

CC: unistd/lib_setregid.c 



CC: unistd/lib_getrusage.c 


CC: unistd/lib_utime.c 


CC: unistd/lib_utimes.c 









CC: unistd/lib_setrlimit.c 

CC: unistd/lib_getrlimit.c 


CC: unistd/lib_setpriority.c 

CC: unistd/lib_getpriority.c 
CC: unistd/lib_futimes.c 
CC: unistd/lib_lutimes.c 
CC: unistd/lib_gethostname.c 

CC: unistd/lib_sethostname.c 
CC: unistd/lib_fchownat.c 
CC: unistd/lib_linkat.c 
CC: unistd/lib_readlinkat.c 


CC: unistd/lib_symlinkat.c 
CC: unistd/lib_unlinkat.c 
CC: unistd/lib_usleep.c 
CC: unistd/lib_getpgrp.c 
CC: unistd/lib_getpgid.c 
CC: unistd/lib_lockf.c 


CC: unistd/lib_flock.c 


CC: unistd/lib_getpass.c 

CC: unistd/lib_chdir.c 
CC: unistd/lib_fchdir.c 

CC: unistd/lib_confstr.c 
CC: unistd/lib_ulimit.c 



CC: unistd/lib_setuid.c 

CC: unistd/lib_setgid.c 
CC: unistd/lib_getuid.c 





CC: unistd/lib_getgid.c 
CC: unistd/lib_seteuid.c 

CC: unistd/lib_setegid.c 
CC: unistd/lib_geteuid.c 
CC: unistd/lib_getegid.c 
CC: unistd/lib_restoredir.c 



CC: unistd/lib_truncate.c 
CC: unistd/lib_posix_fallocate.c 
CC: uuid/lib_uuid_compare.c 







CC: uuid/lib_uuid_create.c 
CC: uuid/lib_uuid_create_nil.c 
CC: uuid/lib_uuid_equal.c 


CC: uuid/lib_uuid_from_string.c 

CC: uuid/lib_uuid_hash.c 
IN: arch/xtensa/src/board/libboard.a -> staging/libboard.a 

CC: uuid/lib_uuid_is_nil.c 
CC: uuid/lib_uuid_stream.c 
CC: uuid/lib_uuid_to_string.c 
CC: wchar/lib_wcscmp.c 

CC: wchar/lib_wcslen.c 

CC: wchar/lib_wmemchr.c 


CC: wchar/lib_wmemcmp.c 
CC: wchar/lib_wmemcpy.c 
CC: wchar/lib_wmemmove.c 



CC: wchar/lib_wmemset.c 


CC: wchar/lib_btowc.c 
CC: wchar/lib_mbrtowc.c 

CC: wchar/lib_wctob.c 

CC: wchar/lib_wcslcpy.c 


CC: wchar/lib_wcsxfrm.c 

CC: wchar/lib_wcrtomb.c 
CC: wchar/lib_wcsftime.c 
CC: wchar/lib_wcscoll.c 
CC: wchar/lib_wcstol.c 
CC: wchar/lib_wcstoll.c 
CC: wchar/lib_wcstoul.c 
CC: wchar/lib_wcstoull.c 


CC: wchar/lib_wcstold.c 






CC: wchar/lib_wcstof.c 

CC: wchar/lib_wcstod.c 

CC: wchar/lib_swprintf.c 

CC: wchar/lib_mbsnrtowcs.c 


CC: wchar/lib_wcsnrtombs.c 
CC: wchar/lib_mbsinit.c 




CC: wchar/lib_mbrlen.c 
CC: wchar/lib_mbsrtowcs.c 
CC: wchar/lib_wcsrtombs.c 
CC: wchar/lib_wcscpy.c 

CC: wchar/lib_wcscat.c 



CC: wchar/lib_wcslcat.c 
CC: wchar/lib_wcsncat.c 
CC: wchar/lib_wcsrchr.c 
CC: wchar/lib_wcschr.c 

CC: wchar/lib_wcsncpy.c 
CC: wchar/lib_wcsncmp.c 
CC: wchar/lib_wcscspn.c 



CC: wchar/lib_wcspbrk.c 
CC: wchar/lib_wcsspn.c 



CC: wchar/lib_wcsstr.c 


CC: wchar/lib_wcstok.c 
CC: wchar/lib_wcswcs.c 



CC: wchar/lib_wcwidth.c 



CC: wchar/lib_wcswidth.c 
CC: wctype/lib_wctype.c 
CC: wctype/lib_iswctype.c 
CC: wctype/lib_towlower.c 

CC: wctype/lib_towupper.c 







IN: arch/xtensa/src/libarch.a -> staging/libarch.a 








IN: libs/libc/libc.a -> staging/libc.a 

AS: common/xtensa_window_vector.S 
AS: common/xtensa_vectors.S 
AS: common/xtensa_windowspill.S 
AS: common/xtensa_int_handlers.S 
AS: common/xtensa_user_handler.S 
CC: chip/esp32s3_start.c 
CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_peripherals.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_peripherals.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_rom_aliases.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_rom_aliases.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/flat_memory.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/flat_memory.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_sections.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_sections.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.api.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.api.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libc.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libc.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.version.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.version.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.wdt.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.wdt.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/soc/esp32s3/ld/esp32s3.peripherals.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/soc/esp32s3/ld/esp32s3.peripherals.ld.tmp 

















LD: nuttx
Memory region Used Size Region Size %age Used
ROM: 237582 B 4194272 B 5.66%
iram0_0_seg: 36608 B 304 KB 11.76%
irom0_0_seg: 186464 B 4194272 B 4.45%
dram0_0_seg: 38100 B 288 KB 12.92%
drom0_0_seg: 303086 B 4194272 B 7.23%
rtc_iram_seg: 0 B 8168 B 0.00%
rtc_data_seg: 0 B 8168 B 0.00%
rtc_reserved_seg: 24 B 24 B 100.00%
rtc_slow_seg: 32 B 8 KB 0.39%
CP: nuttx.hex
MKIMAGE: ESP32-S3 binary
esptool.py -c esp32s3 elf2image --ram-only-header -fs 4MB -fm dio -ff "40m" -o nuttx.bin nuttx
esptool.py v4.10.0
Creating esp32s3 image...
Image has only RAM segments visible. ROM segments are hidden and SHA256 digest is not appended.
Merged 1 ELF section
Successfully created esp32s3 image.
Generated: nuttx.bin
6,83s real 40,27s user 29,82s sys
+ /usr/bin/time -h gmake flash -j24 CROSSDEV=xtensa-esp32s3-elf-

CC: misc/lib_utsname.c 

IN: libs/libc/libc.a -> staging/libc.a 

CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_peripherals.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_peripherals.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_rom_aliases.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_rom_aliases.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/flat_memory.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/flat_memory.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_sections.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_sections.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.api.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.api.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libc.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libc.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.version.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.version.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.wdt.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.wdt.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/soc/esp32s3/ld/esp32s3.peripherals.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/soc/esp32s3/ld/esp32s3.peripherals.ld.tmp 











LD: nuttx
Memory region Used Size Region Size %age Used
ROM: 237582 B 4194272 B 5.66%
iram0_0_seg: 36608 B 304 KB 11.76%
irom0_0_seg: 186464 B 4194272 B 4.45%
dram0_0_seg: 38100 B 288 KB 12.92%
drom0_0_seg: 303086 B 4194272 B 7.23%
rtc_iram_seg: 0 B 8168 B 0.00%
rtc_data_seg: 0 B 8168 B 0.00%
rtc_reserved_seg: 24 B 24 B 100.00%
rtc_slow_seg: 32 B 8 KB 0.39%
CP: nuttx.hex
MKIMAGE: ESP32-S3 binary
esptool.py -c esp32s3 elf2image --ram-only-header -fs 4MB -fm dio -ff "40m" -o nuttx.bin nuttx
esptool.py v4.10.0
Creating esp32s3 image...
Image has only RAM segments visible. ROM segments are hidden and SHA256 digest is not appended.
Merged 1 ELF section
Successfully created esp32s3 image.
Generated: nuttx.bin
esptool.py -c esp32s3 -p /dev/cuaU0 -b 115200 write_flash -fs detect -fm dio -ff "40m" 0x0000 nuttx.bin
esptool.py v4.10.0
Serial port /dev/cuaU0
Connecting....
Chip is ESP32-S3 (QFN56) (revision v0.2)
Features: WiFi, BLE, Embedded PSRAM 8MB (AP_3v3)
Crystal is 40MHz
MAC: 24:ec:4a:03:47:0c
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Auto-detected Flash size: 8MB
Flash will be erased from 0x00000000 to 0x0003afff...
Flash params set to 0x0230
Compressed 237584 bytes to 117175...
Writing at 0x00000000... (12 %)
Writing at 0x000070ae... (25 %)
Writing at 0x000134d4... (37 %)
Writing at 0x00019193... (50 %)
Writing at 0x0001eee3... (62 %)
Writing at 0x00024e80... (75 %)
Writing at 0x0002b0bb... (87 %)
Writing at 0x00038b2b... (100 %)
Wrote 237584 bytes (117175 compressed) at 0x00000000 in 10.4 seconds (effective 182.5 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...
14,79s real 1,55s user 1,58s sys
+ cu -l /dev/cuaU0 -s 115200
Connected
nsh> uname -a
NuttX 12.13.0 b9b5d9afbf Apr 2 2026 03:10:34 xtensa esp32s3-devkit
nsh> ?
help usage: help [-v] [<cmd>]
. cp expr mount kill uname
[ cmp false mv pkill umount
? dirname fdinfo pidof sleep unset
alias df free printf usleep uptime
unalias dmesg help ps source watch
basename echo hexdump pwd test xd
break env ls rm time wait
cat exec mkdir rmdir true
cd exit mkrd set truncate
Builtin Apps:
dd nsh ostest sh
nsh> free
total used free maxused maxfree nused nfree name
383320 6744 376576 7112 376576 22 1 Umem
nsh> ostest
stdio_test: write fd=1
stdio_test: Standard I/O Check: printf
stdio_test: write fd=2
stdio_test: Standard I/O Check: fprintf to stderr
ostest_main: putenv(Variable1=BadValue3)
ostest_main: setenv(Variable1, GoodValue1, TRUE)
ostest_main: setenv(Variable2, BadValue1, FALSE)
ostest_main: setenv(Variable2, GoodValue2, TRUE)
ostest_main: setenv(Variable3, GoodValue3, FALSE)
ostest_main: setenv(Variable3, BadValue2, FALSE)
show_variable: Variable=Variable1 has value=GoodValue1
show_variable: Variable=Variable2 has value=GoodValue2
show_variable: Variable=Variable3 has value=GoodValue3
ostest_main: Started user_main at PID=3
user_main: Begin argument test
user_main: Started with argc=5
user_main: argv[0]="ostest"
user_main: argv[1]="Arg1"
user_main: argv[2]="Arg2"
user_main: argv[3]="Arg3"
user_main: argv[4]="Arg4"
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 1 1
mxordblk 592f8 592f8
uordblks 4660 4660
fordblks 592f8 592f8
user_main: getopt() test
getopt(): Simple test
getopt(): Invalid argument
getopt(): Missing optional argument
getopt_long(): Simple test
getopt_long(): No short options
getopt_long(): Argument for --option=argument
getopt_long(): Invalid long option
getopt_long(): Mixed long and short options
getopt_long(): Invalid short option
getopt_long(): Missing optional arguments
getopt_long_only(): Mixed long and short options
getopt_long_only(): Single hyphen long options
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 1 1
mxordblk 592f8 592f8
uordblks 4660 4660
fordblks 592f8 592f8
user_main: libc tests
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 1 1
mxordblk 592f8 592f8
uordblks 4660 4660
fordblks 592f8 592f8
show_variable: Variable=Variable1 has value=GoodValue1
show_variable: Variable=Variable2 has value=GoodValue2
show_variable: Variable=Variable3 has value=GoodValue3
show_variable: Variable=Variable1 has no value
show_variable: Variable=Variable2 has value=GoodValue2
show_variable: Variable=Variable3 has value=GoodValue3
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 1 2
mxordblk 592f8 592f8
uordblks 4660 4640
fordblks 592f8 59318
show_variable: Variable=Variable1 has no value
show_variable: Variable=Variable2 has no value
show_variable: Variable=Variable3 has no value
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 2 2
mxordblk 592f8 592f8
uordblks 4640 45c8
fordblks 59318 59390
user_main: sched_thread_local test
sched_thread_local_test: g_tls_int value is: 6
sched_thread_local_test: Starting waiter thread 0
sched_thread_local_test: Starting waiter thread 1
sched_thread_local_test: Starting waiter thread 2
thread_func[2]: Thread Started
thread_func[2]: g_tls_short (at 0x0x3fc96de0) initial value = 6
thread_func[2]: g_tls_int (at 0x0x3fc96ddc) initial value = 6
thread_func[2]: g_tls_lld (at 0x0x3fc96dd4) initial value = -6
thread_func[2]: setting value_short (at 0x0x3fc96de0) to 8
thread_func[2]: setting value_int (at 0x0x3fc96ddc) to 8
thread_func[2]: setting value_lld (at 0x0x3fc96dd4) to -8
thread_func[2]: Thread done
thread_func[0]: Thread Started
thread_func[0]: g_tls_short (at 0x0x3fc95c30) initial value = 6
thread_func[0]: g_tls_int (at 0x0x3fc95c2c) initial value = 6
thread_func[0]: g_tls_lld (at 0x0x3fc95c24) initial value = -6
thread_func[0]: setting value_short (at 0x0x3fc95c30) to 6
thread_func[0]: setting value_int (at 0x0x3fc95c2c) to 6
thread_func[0]: setting value_lld (at 0x0x3fc95c24) to -6
thread_func[0]: Thread done
thread_func[1]: Thread Started
thread_func[1]: g_tls_short (at 0x0x3fc96508) initial value = 6
thread_func[1]: g_tls_int (at 0x0x3fc96504) initial value = 6
thread_func[1]: g_tls_lld (at 0x0x3fc964fc) initial value = -6
thread_func[1]: setting value_short (at 0x0x3fc96508) to 7
thread_func[1]: setting value_int (at 0x0x3fc96504) to 7
thread_func[1]: setting value_lld (at 0x0x3fc964fc) to -7
thread_func[1]: Thread done
sched_thread_local_test: g_tls_variables[thread_0][g_tls_short] = 6
sched_thread_local_test: g_tls_variables[thread_0][g_tls_int] = 6
sched_thread_local_test: g_tls_variables[thread_0][g_tls_lld] = -6
sched_thread_local_test: g_tls_variables[thread_1][g_tls_short] = 7
sched_thread_local_test: g_tls_variables[thread_1][g_tls_int] = 7
sched_thread_local_test: g_tls_variables[thread_1][g_tls_lld] = -7
sched_thread_local_test: g_tls_variables[thread_2][g_tls_short] = 8
sched_thread_local_test: g_tls_variables[thread_2][g_tls_int] = 8
sched_thread_local_test: g_tls_variables[thread_2][g_tls_lld] = -8
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 2 2
mxordblk 592f8 592f8
uordblks 45c8 45c8
fordblks 59390 59390
user_main: setvbuf test
setvbuf_test: Test NO buffering
setvbuf_test: Using NO buffering
setvbuf_test: Test default FULL buffering
setvbuf_test: Using default FULL buffering
setvbuf_test: Test FULL buffering, buffer size 64
setvbuf_test: Using FULL buffering, buffer size 64
setvbuf_test: Test FULL buffering, pre-allocated buffer
setvbuf_test: Using FULL buffering, pre-allocated buffer
setvbuf_test: Test LINE buffering, buffer size 64
setvbuf_test: Using LINE buffering, buffer size 64
setvbuf_test: Test FULL buffering, pre-allocated buffer
setvbuf_test: Using FULL buffering, pre-allocated buffer
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 2 2
mxordblk 592f8 592f8
uordblks 45c8 45c8
fordblks 59390 59390
user_main: /dev/null test
dev_null: Read 0 bytes from /dev/null
dev_null: Wrote 1024 bytes to /dev/null
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 2 2
mxordblk 592f8 592f8
uordblks 45c8 45c8
fordblks 59390 59390
user_main: FPU test
Starting task FPU#1
fpu_test: Started task FPU#1 at PID=7
FPU#1: pass 1
Starting task FPU#2
fpu_test: Started task FPU#2 at PID=8
FPU#2: pass 1
FPU#1: pass 2
FPU#2: pass 2
FPU#1: pass 3
FPU#2: pass 3
FPU#1: pass 4
FPU#2: pass 4
FPU#1: pass 5
FPU#2: pass 5
FPU#1: pass 6
FPU#2: pass 6
FPU#1: pass 7
FPU#2: pass 7
FPU#1: pass 8
FPU#2: pass 8
FPU#1: pass 9
FPU#2: pass 9
FPU#1: pass 10
FPU#2: pass 10
FPU#1: pass 11
FPU#2: pass 11
FPU#1: pass 12
FPU#2: pass 12
FPU#1: pass 13
FPU#2: pass 13
FPU#1: pass 14
FPU#2: pass 14
FPU#1: pass 15
FPU#2: pass 15
FPU#1: pass 16
FPU#2: pass 16
FPU#1: Succeeded
FPU#2: Succeeded
fpu_test: Returning
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 2 2
mxordblk 592f8 592f8
uordblks 45c8 45c8
fordblks 59390 59390
user_main: task_restart test
Test task_restart()
restart_main: setenv(VarName, VarValue, TRUE)
restart_main: Started restart_main at PID=9
restart_main: Started with argc=4
restart_main: argv[0]="ostest"
restart_main: argv[1]="This is argument 1"
restart_main: argv[2]="Argument 2 here"
restart_main: argv[3]="Lastly, the 3rd argument"
restart_main: Variable=VarName has value=VarValue
restart_main: I am still here
restart_main: I am still here
restart_main: Started restart_main at PID=9
restart_main: Started with argc=4
restart_main: argv[0]="ostest"
restart_main: argv[1]="This is argument 1"
restart_main: argv[2]="Argument 2 here"
restart_main: argv[3]="Lastly, the 3rd argument"
restart_main: Variable=VarName has value=VarValue
restart_main: Started with argc=4
restart_main: argv[0]="ostest"
restart_main: argv[1]="This is argument 1"
restart_main: argv[2]="Argument 2 here"
restart_main: argv[3]="Lastly, the 3rd argument"
restart_main: Variable=VarName has value=VarValue
restart_main: Exiting
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 2 2
mxordblk 592f8 592f8
uordblks 45c8 4600
fordblks 59390 59358
user_main: waitpid test
Test waitpid()
waitpid_start_child: Started waitpid_main at PID=10
waitpid_start_child: Started waitpid_main at PID=11
waitpid_start_child: Started waitpid_main at PID=12
waitpid_test: Waiting for PID=10 with waitpid()
waitpid_main: PID 10 Started
waitpid_main: PID 11 Started
waitpid_main: PID 12 Started
waitpid_main: PID 10 exitting with result=14
waitpid_main: PID 11 exitting with result=14
waitpid_main: PID 12 exitting with result=14
waitpid_test: PID 10 waitpid succeeded with stat_loc=0e00
waitpid_last: Waiting for PID=12 with waitpid()
waitpid_last: PASS: PID 12 waitpid failed with ECHILD. That may be
acceptable because child status is disabled on this thread.
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 2 2
mxordblk 592f8 592f8
uordblks 4600 4600
fordblks 59358 59358
user_main: mutex test
Initializing mutex
Starting thread 1
Starting thread 2
Thread1 Thread2
Loops 32 32
Errors 0 0
Testing moved mutex
Starting moved mutex thread 1
Starting moved mutex thread 2
Thread1 Thread2
Moved Loops 32 32
Moved Errors 0 0
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 2 2
mxordblk 592f8 592f8
uordblks 4600 4600
fordblks 59358 59358
user_main: timed mutex test
mutex_test: Initializing mutex
mutex_test: Starting thread
pthread: Started
pthread: Waiting for lock or timeout
mutex_test: Unlocking
pthread: Got the lock
pthread: Waiting for lock or timeout
pthread: Got the timeout. Terminating
mutex_test: PASSED
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 2 2
mxordblk 592f8 592f8
uordblks 4600 4600
fordblks 59358 59358
user_main: cancel test
cancel_test: Test 1a: Normal Cancellation
cancel_test: Starting thread
start_thread: Initializing mutex
start_thread: Initializing cond
start_thread: Starting thread
start_thread: Yielding
sem_waiter: Taking mutex
sem_waiter: Starting wait for condition
cancel_test: Canceling thread
cancel_test: Joining
cancel_test: waiter exited with result=0xffffffff
cancel_test: PASS thread terminated with PTHREAD_CANCELED
cancel_test: Test 2: Asynchronous Cancellation
... Skipped
cancel_test: Test 3: Cancellation of detached thread
cancel_test: Re-starting thread
restart_thread: Destroying cond
restart_thread: Destroying mutex
restart_thread: Re-starting thread
start_thread: Initializing mutex
start_thread: Initializing cond
start_thread: Starting thread
start_thread: Yielding
sem_waiter: Taking mutex
sem_waiter: Starting wait for condition
cancel_test: Canceling thread
cancel_test: Joining
cancel_test: PASS pthread_join failed with status=ESRCH
cancel_test: Test 5: Non-cancelable threads
cancel_test: Re-starting thread (non-cancelable)
restart_thread: Destroying cond
restart_thread: Destroying mutex
restart_thread: Re-starting thread
start_thread: Initializing mutex
start_thread: Initializing cond
start_thread: Starting thread
start_thread: Yielding
sem_waiter: Taking mutex
sem_waiter: Starting wait for condition
sem_waiter: Setting non-cancelable
cancel_test: Canceling thread
cancel_test: Joining
sem_waiter: Releasing mutex
sem_waiter: Setting cancelable
cancel_test: waiter exited with result=0xffffffff
cancel_test: PASS thread terminated with PTHREAD_CANCELED
cancel_test: Test 6: Cancel message queue wait
cancel_test: Starting thread (cancelable)
Skipped
cancel_test: Test 7: Cancel signal wait
cancel_test: Starting thread (cancelable)
Skipped
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 2 2
mxordblk 592f8 592f8
uordblks 4600 4600
fordblks 59358 59358
user_main: robust test
robust_test: Initializing mutex
robust_test: Starting thread
robust_waiter: Taking mutex
robust_waiter: Exiting with mutex
robust_test: Take the lock again
robust_test: Make the mutex consistent again.
robust_test: Take the lock again
robust_test: Joining
robust_test: waiter exited with result=0
robust_test: Test complete with nerrors=0
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 2 2
mxordblk 592f8 592f8
uordblks 4600 4600
fordblks 59358 59358
user_main: semaphore test
sem_test: Initializing semaphore to 0
sem_test: Starting waiter thread 1
sem_test: Set thread 1 priority to 191
waiter_func: Thread 1 Started
waiter_func: Thread 1 initial semaphore value = 0
waiter_func: Thread 1 waiting on semaphore
sem_test: Starting waiter thread 2
sem_test: Set thread 2 priority to 128
waiter_func: Thread 2 Started
waiter_func: Thread 2 initial semaphore value = -1
waiter_func: Thread 2 waiting on semaphore
sem_test: Starting poster thread 3
sem_test: Set thread 3 priority to 64
poster_func: Thread 3 started
poster_func: Thread 3 semaphore value = -2
poster_func: Thread 3 posting semaphore
waiter_func: Thread 1 awakened
waiter_func: Thread 1 new semaphore value = -1
waiter_func: Thread 1 done
poster_func: Thread 3 new semaphore value = -1
poster_func: Thread 3 semaphore value = -1
poster_func: Thread 3 posting semaphore
waiter_func: Thread 2 awakened
waiter_func: Thread 2 new semaphore value = 0
waiter_func: Thread 2 done
poster_func: Thread 3 new semaphore value = 0
poster_func: Thread 3 done
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 2 2
mxordblk 592f8 592f8
uordblks 4600 4600
fordblks 59358 59358
user_main: timed semaphore test
semtimed_test: Initializing semaphore to 0
semtimed_test: Waiting for two second timeout
semtimed_test: PASS: first test returned timeout
BEFORE: (1323129654 sec, 310000000 nsec)
AFTER: (1323129656 sec, 310000000 nsec)
semtimed_test: Starting poster thread
semtimed_test: Set thread 1 priority to 191
semtimed_test: Starting poster thread 3
semtimed_test: Set thread 3 priority to 64
semtimed_test: Waiting for two second timeout
poster_func: Waiting for 1 second
poster_func: Posting
semtimed_test: PASS: sem_timedwait succeeded
BEFORE: (1323129656 sec, 320000000 nsec)
AFTER: (1323129657 sec, 340000000 nsec)
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 2 2
mxordblk 592f8 592f8
uordblks 4600 4600
fordblks 59358 59358
user_main: condition variable test
cond_test: Initializing mutex
cond_test: Initializing cond
cond_test: Starting waiter
cond_test: Set thread 1 priority to 128
waiter_thread: Started
cond_test: Starting signaler
cond_test: Set thread 2 priority to 64
thread_signaler: Started
thread_signaler: Terminating
cond_test: signaler terminated, now cancel the waiter
cond_test: Waiter Signaler
cond_test: Loops 32 32
cond_test: Errors 0 0
cond_test:
cond_test: 0 times, waiter did not have to wait for data
cond_test: 0 times, data was already available when the signaler run
cond_test: 0 times, the waiter was in an unexpected state when the signaler ran
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 2 2
mxordblk 592f8 592f8
uordblks 4600 4600
fordblks 59358 59358
user_main: pthread_exit() test
pthread_exit_test: Started pthread_exit_main at PID=36
pthread_exit_main 36: Starting pthread_exit_thread
pthread_exit_main 36: Sleeping for 5 seconds
pthread_exit_thread 37: Sleeping for 10 second
pthread_exit_main 36: Calling pthread_exit()
pthread_exit_thread 37: Still running...
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 2 3
mxordblk 592f8 56948
uordblks 4600 4ed8
fordblks 59358 58a80
user_main: pthread_rwlock test
pthread_rwlock: Initializing rwlock
pthread_exit_thread 37: Exiting
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 3 2
mxordblk 56948 592f8
uordblks 4ed8 4610
fordblks 58a80 59348
user_main: pthread_rwlock_cancel test
pthread_rwlock_cancel: Starting test
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 2 2
mxordblk 592f8 592f8
uordblks 4610 4610
fordblks 59348 59348
user_main: timed wait test
thread_waiter: Initializing mutex
timedwait_test: Initializing cond
timedwait_test: Starting waiter
timedwait_test: Set thread 2 priority to 177
thread_waiter: Taking mutex
thread_waiter: Starting 5 second wait for condition
timedwait_test: Joining
thread_waiter: pthread_cond_timedwait timed out
thread_waiter: Releasing mutex
thread_waiter: Exit with status 0x12345678
timedwait_test: waiter exited with result=0x12345678
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 2 2
mxordblk 592f8 592f8
uordblks 4610 4610
fordblks 59348 59348
user_main: timed message queue test
timedmqueue_test: Starting sender
timedmqueue_test: Waiting for sender to complete
sender_thread: Starting
sender_thread: mq_timedsend succeeded on msg 0
sender_thread: mq_timedsend succeeded on msg 1
sender_thread: mq_timedsend succeeded on msg 2
sender_thread: mq_timedsend succeeded on msg 3
sender_thread: mq_timedsend succeeded on msg 4
sender_thread: mq_timedsend succeeded on msg 5
sender_thread: mq_timedsend succeeded on msg 6
sender_thread: mq_timedsend succeeded on msg 7
sender_thread: mq_timedsend succeeded on msg 8
sender_thread: mq_timedsend 9 timed out as expected
sender_thread: returning nerrors=0
timedmqueue_test: Starting receiver
timedmqueue_test: Waiting for receiver to complete
receiver_thread: Starting
receiver_thread: mq_timedreceive succeed on msg 0
receiver_thread: mq_timedreceive succeed on msg 1
receiver_thread: mq_timedreceive succeed on msg 2
receiver_thread: mq_timedreceive succeed on msg 3
receiver_thread: mq_timedreceive succeed on msg 4
receiver_thread: mq_timedreceive succeed on msg 5
receiver_thread: mq_timedreceive succeed on msg 6
receiver_thread: mq_timedreceive succeed on msg 7
receiver_thread: mq_timedreceive succeed on msg 8
receiver_thread: Receive 9 timed out as expected
receiver_thread: returning nerrors=0
timedmqueue_test: Test complete
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 2 3
mxordblk 592f8 571e8
uordblks 4610 4680
fordblks 59348 592d8
user_main: sigprocmask test
sigprocmask_test: SUCCESS
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 3 3
mxordblk 571e8 571e8
uordblks 4680 4680
fordblks 592d8 592d8
user_main: message queue test
mqueue_test: Starting receiver
mqueue_test: Set receiver priority to 128
receiver_thread: Starting
mqueue_test: Starting sender
mqueue_test: Set sender thread priority to 64
mqueue_test: Waiting for sender to complete
sender_thread: Starting
receiver_thread: mq_receive succeeded on msg 0
sender_thread: mq_send succeeded on msg 0
receiver_thread: mq_receive succeeded on msg 1
sender_thread: mq_send succeeded on msg 1
receiver_thread: mq_receive succeeded on msg 2
sender_thread: mq_send succeeded on msg 2
receiver_thread: mq_receive succeeded on msg 3
sender_thread: mq_send succeeded on msg 3
receiver_thread: mq_receive succeeded on msg 4
sender_thread: mq_send succeeded on msg 4
receiver_thread: mq_receive succeeded on msg 5
sender_thread: mq_send succeeded on msg 5
receiver_thread: mq_receive succeeded on msg 6
sender_thread: mq_send succeeded on msg 6
receiver_thread: mq_receive succeeded on msg 7
sender_thread: mq_send succeeded on msg 7
receiver_thread: mq_receive succeeded on msg 8
sender_thread: mq_send succeeded on msg 8
receiver_thread: mq_receive succeeded on msg 9
sender_thread: mq_send succeeded on msg 9
sender_thread: returning nerrors=0
mqueue_test: Killing receiver
receiver_thread: mq_receive interrupted!
receiver_thread: returning nerrors=0
mqueue_test: Canceling receiver
mqueue_test: receiver has already terminated
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 3 3
mxordblk 571e8 571e8
uordblks 4680 4680
fordblks 592d8 592d8
user_main: signal handler test
sighand_test: Initializing semaphore to 0
sighand_test: Starting waiter task
sighand_test: Started waiter_main pid=53
waiter_main: Waiter started
waiter_main: Unmasking signal 32
waiter_main: Registering signal handler
waiter_main: oact.sigaction=0 oact.sa_flags=0 oact.sa_mask=0000000000000000
waiter_main: Waiting on semaphore
sighand_test: Signaling pid=53 with signo=32 sigvalue=42
waiter_main: sem_wait() successfully interrupted by signal
waiter_main: done
sighand_test: done
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 3 2
mxordblk 571e8 571e8
uordblks 4680 4698
fordblks 592d8 592c0
user_main: nested signal handler test
signest_test: Starting signal waiter task at priority 101
waiter_main: Waiter started
waiter_main: Setting signal mask
waiter_main: Registering signal handler
waiter_main: Waiting on semaphore
signest_test: Started waiter_main pid=54
signest_test: Starting interfering task at priority 102
interfere_main: Waiting on semaphore
signest_test: Started interfere_main pid=55
signest_test: Simple case:
Total signalled 1240 Odd=620 Even=620
Total handled 1240 Odd=620 Even=620
Total nested 0 Odd=0 Even=0
signest_test: With task locking
Total signalled 2480 Odd=1240 Even=1240
Total handled 2480 Odd=1240 Even=1240
Total nested 0 Odd=0 Even=0
signest_test: With intefering thread
Total signalled 3720 Odd=1860 Even=1860
Total handled 3720 Odd=1860 Even=1860
Total nested 0 Odd=0 Even=0
signest_test: done
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 2 5
mxordblk 571e8 549a0
uordblks 4698 46f8
fordblks 592c0 59260
user_main: POSIX timer test
timer_test: Initializing semaphore to 0
timer_test: Unmasking signal 32
timer_test: Registering signal handler
timer_test: oact.sigaction=0 oact.sa_flags=0 oact.sa_mask=0000000000000000
timer_test: Creating timer
timer_test: Starting timer
timer_test: Waiting on semaphore
timer_expiration: Received signal 32
timer_expiration: sival_int=42
timer_expiration: si_code=2 (SI_TIMER)
timer_expiration: ucontext=0
timer_test: sem_wait() successfully interrupted by signal
timer_test: g_nsigreceived=1
timer_test: Waiting on semaphore
timer_expiration: Received signal 32
timer_expiration: sival_int=42
timer_expiration: si_code=2 (SI_TIMER)
timer_expiration: ucontext=0
timer_test: sem_wait() successfully interrupted by signal
timer_test: g_nsigreceived=2
timer_test: Waiting on semaphore
timer_expiration: Received signal 32
timer_expiration: sival_int=42
timer_expiration: si_code=2 (SI_TIMER)
timer_expiration: ucontext=0
timer_test: sem_wait() successfully interrupted by signal
timer_test: g_nsigreceived=3
timer_test: Waiting on semaphore
timer_expiration: Received signal 32
timer_expiration: sival_int=42
timer_expiration: si_code=2 (SI_TIMER)
timer_expiration: ucontext=0
timer_test: sem_wait() successfully interrupted by signal
timer_test: g_nsigreceived=4
timer_test: Waiting on semaphore
timer_expiration: Received signal 32
timer_expiration: sival_int=42
timer_expiration: si_code=2 (SI_TIMER)
timer_expiration: ucontext=0
timer_test: sem_wait() successfully interrupted by signal
timer_test: g_nsigreceived=5
timer_test: Deleting timer
timer_test: done
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 5 5
mxordblk 549a0 549a0
uordblks 46f8 46f8
fordblks 59260 59260
user_main: spinlock test
Start Lock test:
Thread num: 1, Loop times: 10000000
Test type: spinlock
spinlock: Test Results:
spinlock: Final counter: 10000000
spinlock: Average throughput : 15873015 op/s
spinlock: Total execution time: 630000000 ns
Test type: rspinlock
rspinlock: Test Results:
rspinlock: Final counter: 10000000
rspinlock: Average throughput : 15873015 op/s
rspinlock: Total execution time: 630000000 ns
Test type: seqcount
seqcount: Test Results:
seqcount: Final counter: 10000000
seqcount: Average throughput : 10869565 op/s
seqcount: Total execution time: 920000000 ns
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 5 5
mxordblk 549a0 549a0
uordblks 46f8 46f8
fordblks 59260 59260
user_main: wdog test
wdog_test start...
wdtest_once 0 ns
wdtest_once 0 ns
wdtest_once 0 ns
wdtest_once 0 ns
wdtest_once 1 ns
wdtest_once 1 ns
wdtest_once 1 ns
wdtest_once 1 ns
wdtest_once 10 ns
wdtest_once 10 ns
wdtest_once 10 ns
wdtest_once 10 ns
wdtest_once 100 ns
wdtest_once 100 ns
wdtest_once 100 ns
wdtest_once 100 ns
wdtest_once 1000 ns
wdtest_once 1000 ns
wdtest_once 1000 ns
wdtest_once 1000 ns
wdtest_once 10000 ns
wdtest_once 10000 ns
wdtest_once 10000 ns
wdtest_once 10000 ns
wdtest_once 100000 ns
wdtest_once 100000 ns
wdtest_once 100000 ns
wdtest_once 100000 ns
wdtest_once 1000000 ns
wdtest_once 1000000 ns
wdtest_once 1000000 ns
wdtest_once 1000000 ns
wd_start with maximum delay, cancel OK, rest 1073741821
wdtest_recursive 1000000ns
wd_start with maximum delay, cancel OK, rest 1073741821
wdtest_recursive 1000000ns
wd_start with maximum delay, cancel OK, rest 1073741821
wdtest_recursive 1000000ns
wd_start with maximum delay, cancel OK, rest 1073741820
wdtest_recursive 1000000ns
recursive wdog triggered 6 times, elapsed tick 12
wdtest_recursive 10000000ns
recursive wdog triggered 6 times, elapsed tick 12
wdtest_recursive 10000000ns
recursive wdog triggered 6 times, elapsed tick 12
wdtest_recursive 10000000ns
recursive wdog triggered 6 times, elapsed tick 12
wdtest_recursive 10000000ns
recursive wdog triggered 6 times, elapsed tick 12
recursive wdog triggered 6 times, elapsed tick 12
recursive wdog triggered 6 times, elapsed tick 12
recursive wdog triggered 6 times, elapsed tick 12
wdog_test end...
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 5 5
mxordblk 549a0 549a0
uordblks 46f8 46f8
fordblks 59260 59260
user_main: round-robin scheduler test
rr_test: Set thread priority to 1
rr_test: Set thread policy to SCHED_RR
rr_test: Starting first get_primes_thread
First get_primes_thread: 63
rr_test: Starting second get_primes_thread
Second get_primes_thread: 68
rr_test: Waiting for threads to complete -- this should take awhile
If RR scheduling is working, they should start and complete at
about the same time
get_primes_thread id=1 started, looking for primes < 30000, doing 10 run(s)
get_primes_thread id=2 started, looking for primes < 30000, doing 10 run(s)
get_primes_thread id=1 finished, found 3246 primes, last one was 29989
get_primes_thread id=2 finished, found 3246 primes, last one was 29989
rr_test: Done
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 5 5
mxordblk 549a0 549a0
uordblks 46f8 46f8
fordblks 59260 59260
user_main: barrier test
barrier_test: Initializing barrier
barrier_test: Thread 0 created
barrier_test: Thread 1 created
barrier_test: Thread 2 created
barrier_test: Thread 3 created
barrier_test: Thread 4 created
barrier_test: Thread 5 created
barrier_test: Thread 6 created
barrier_test: Thread 7 created
barrier_func: Thread 0 started
barrier_func: Thread 1 started
barrier_func: Thread 2 started
barrier_func: Thread 3 started
barrier_func: Thread 4 started
barrier_func: Thread 5 started
barrier_func: Thread 6 started
barrier_func: Thread 7 started
barrier_func: Thread 0 calling pthread_barrier_wait()
barrier_func: Thread 1 calling pthread_barrier_wait()
barrier_func: Thread 2 calling pthread_barrier_wait()
barrier_func: Thread 3 calling pthread_barrier_wait()
barrier_func: Thread 4 calling pthread_barrier_wait()
barrier_func: Thread 5 calling pthread_barrier_wait()
barrier_func: Thread 6 calling pthread_barrier_wait()
barrier_func: Thread 7 calling pthread_barrier_wait()
barrier_func: Thread 7, back with status=PTHREAD_BARRIER_SERIAL_THREAD (I AM SPECIAL)
barrier_func: Thread 0, back with status=0 (I am not special)
barrier_func: Thread 1, back with status=0 (I am not special)
barrier_func: Thread 2, back with status=0 (I am not special)
barrier_func: Thread 3, back with status=0 (I am not special)
barrier_func: Thread 4, back with status=0 (I am not special)
barrier_func: Thread 5, back with status=0 (I am not special)
barrier_func: Thread 6, back with status=0 (I am not special)
barrier_func: Thread 7 done
barrier_func: Thread 0 done
barrier_test: Thread 0 completed with result=0
barrier_func: Thread 1 done
barrier_func: Thread 2 done
barrier_test: Thread 1 completed with result=0
barrier_test: Thread 2 completed with result=0
barrier_func: Thread 3 done
barrier_func: Thread 4 done
barrier_test: Thread 3 completed with result=0
barrier_test: Thread 4 completed with result=0
barrier_func: Thread 5 done
barrier_func: Thread 6 done
barrier_test: Thread 5 completed with result=0
barrier_test: Thread 6 completed with result=0
barrier_test: Thread 7 completed with result=0
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 5 5
mxordblk 549a0 549a0
uordblks 46f8 46f8
fordblks 59260 59260
user_main: setjmp test
setjmp_test: Initializing jmp_buf
setjmp_test: Try jump
setjmp_test: About to jump, longjmp with ret val: 123
setjmp_test: Jump succeed
setjmp_test: Try jump
setjmp_test: About to jump, longjmp with ret val: 0
setjmp_test: Jump succeed
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 5 5
mxordblk 549a0 549a0
uordblks 46f8 46f8
fordblks 59260 59260
user_main: scheduler lock test
sched_lock: Starting lowpri_thread at 97
sched_lock: Set lowpri_thread priority to 97
sched_lock: Starting highpri_thread at 98
sched_lock: Set highpri_thread priority to 98
sched_lock: Waiting...
sched_lock: PASSED No pre-emption occurred while scheduler was locked.
sched_lock: Starting lowpri_thread at 97
sched_lock: Set lowpri_thread priority to 97
sched_lock: Starting highpri_thread at 98
sched_lock: Set highpri_thread priority to 98
sched_lock: Waiting...
sched_lock: PASSED No pre-emption occurred while scheduler was locked.
sched_lock: Finished
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 5 5
mxordblk 549a0 549a0
uordblks 46f8 46f8
fordblks 59260 59260
Final memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 5d958 5d958
ordblks 1 5
mxordblk 592f8 549a0
uordblks 4660 46f8
fordblks 592f8 59260
user_main: Exiting
ostest_main: Exiting with status 0
nsh> free
total used free maxused maxfree nused nfree name
383320 6856 376464 45752 356840 24 3 Umem
nsh> ~
[EOT]
+ for CFG in $CONFIGS
+ set +x
===>
===> ESP32S3-DEVKIT: esp32s3-devkit:coremark
===>
+ /usr/bin/time -h gmake clean distclean -j24 CROSSDEV=xtensa-esp32s3-elf-
3,47s real 2,39s user 3,67s sys
+ /usr/bin/time -h ./tools/configure.sh -B -S esp32s3-devkit:coremark
Copy files
Select CONFIG_HOST_BSD=y
Refreshing...
CP: arch/dummy/Kconfig to /tmp/nuttx/nuttx.git/arch/dummy/dummy_kconfig
CP: boards/dummy/Kconfig to /tmp/nuttx/nuttx.git/boards/dummy/dummy_kconfig
LN: platform/board to /tmp/nuttx/nuttx-apps.git/platform/dummy
LN: include/arch to arch/xtensa/include
LN: include/arch/board to /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/include
LN: drivers/platform to /tmp/nuttx/nuttx.git/drivers/dummy
LN: include/arch/chip to /tmp/nuttx/nuttx.git/arch/xtensa/include/esp32s3
LN: arch/xtensa/src/chip to /tmp/nuttx/nuttx.git/arch/xtensa/src/esp32s3
LN: arch/xtensa/src/board to /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common
LN: arch/xtensa/src/board/board to /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/src
mkkconfig in /tmp/nuttx/nuttx-apps.git/audioutils
mkkconfig in /tmp/nuttx/nuttx-apps.git/benchmarks
mkkconfig in /tmp/nuttx/nuttx-apps.git/boot
mkkconfig in /tmp/nuttx/nuttx-apps.git/canutils
mkkconfig in /tmp/nuttx/nuttx-apps.git/crypto
mkkconfig in /tmp/nuttx/nuttx-apps.git/database
mkkconfig in /tmp/nuttx/nuttx-apps.git/examples/elf/tests
mkkconfig in /tmp/nuttx/nuttx-apps.git/examples/elf
mkkconfig in /tmp/nuttx/nuttx-apps.git/examples/mcuboot
mkkconfig in /tmp/nuttx/nuttx-apps.git/examples/module
mkkconfig in /tmp/nuttx/nuttx-apps.git/examples/rust
mkkconfig in /tmp/nuttx/nuttx-apps.git/examples/sotest
mkkconfig in /tmp/nuttx/nuttx-apps.git/examples
mkkconfig in /tmp/nuttx/nuttx-apps.git/fsutils
mkkconfig in /tmp/nuttx/nuttx-apps.git/games
mkkconfig in /tmp/nuttx/nuttx-apps.git/graphics
mkkconfig in /tmp/nuttx/nuttx-apps.git/industry
mkkconfig in /tmp/nuttx/nuttx-apps.git/inertial
mkkconfig in /tmp/nuttx/nuttx-apps.git/interpreters/luamodules
mkkconfig in /tmp/nuttx/nuttx-apps.git/interpreters
mkkconfig in /tmp/nuttx/nuttx-apps.git/logging
mkkconfig in /tmp/nuttx/nuttx-apps.git/lte
mkkconfig in /tmp/nuttx/nuttx-apps.git/math
mkkconfig in /tmp/nuttx/nuttx-apps.git/mlearning
mkkconfig in /tmp/nuttx/nuttx-apps.git/netutils
mkkconfig in /tmp/nuttx/nuttx-apps.git/sdr
mkkconfig in /tmp/nuttx/nuttx-apps.git/system
mkkconfig in /tmp/nuttx/nuttx-apps.git/tee
mkkconfig in /tmp/nuttx/nuttx-apps.git/testing/arch
mkkconfig in /tmp/nuttx/nuttx-apps.git/testing/cxx
mkkconfig in /tmp/nuttx/nuttx-apps.git/testing/drivers
mkkconfig in /tmp/nuttx/nuttx-apps.git/testing/fs
mkkconfig in /tmp/nuttx/nuttx-apps.git/testing/libc
mkkconfig in /tmp/nuttx/nuttx-apps.git/testing/mm
mkkconfig in /tmp/nuttx/nuttx-apps.git/testing/sched
mkkconfig in /tmp/nuttx/nuttx-apps.git/testing
mkkconfig in /tmp/nuttx/nuttx-apps.git/videoutils
mkkconfig in /tmp/nuttx/nuttx-apps.git/wireless/bluetooth
mkkconfig in /tmp/nuttx/nuttx-apps.git/wireless/ieee802154
mkkconfig in /tmp/nuttx/nuttx-apps.git/wireless
mkkconfig in /tmp/nuttx/nuttx-apps.git
#
# configuration written to .config
#
1,84s real 0,86s user 1,13s sys
+ /usr/bin/time -h gmake -j24 CROSSDEV=xtensa-esp32s3-elf-
Create version.h
Downloading: https://github.com/eembc/coremark/archive/main.zip
LN: platform/board to /tmp/nuttx/nuttx-apps.git/platform/dummy
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 0Cloning Espressif HAL for 3rd Party Platforms

COMMIT SHA-1: 6b4f19b48c5ba0e847511b5b21584e797ec795dc 

Clone: /tmp/nuttx/nxtmpdir/esp-hal-3rdparty 
Espressif HAL for 3rd Party Platforms: 6b4f19b48c5ba0e847511b5b21584e797ec795dc
Espressif HAL for 3rd Party Platforms: initializing submodules...
Applying patches...
0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0
100 479.3k 0 479.3k 0 0 565.6k 0 0
100 479.3k 0 479.3k 0 0 565.5k 0 0
100 479.3k 0 479.3k 0 0 565.5k 0 0
Unpacking: main.zip -> coremark
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- coremark/posix/core_portme.c
|+++ coremark/posix/core_portme.c
--------------------------
Patching file coremark/posix/core_portme.c using Plan A...
Hunk #1 succeeded at 208.
done
Register: dd
Register: coremark

CC: clock/clock.c 
CC: clock/clock_initialize.c 
CC: clock/clock_settime.c 
CC: clock/clock_gettime.c 
CC: clock/clock_systime_ticks.c 
CC: clock/clock_systime_timespec.c 
CC: clock/clock_sched_ticks.c 
CC: clock/clock_perf.c 
CC: clock/clock_realtime2absticks.c 
CC: clock/clock_getres.c 
CC: clock/clock_notifier.c 
CC: clock/clock_delay.c 
CC: environ/env_getenvironptr.c 
CC: environ/env_dup.c 
CC: environ/env_release.c 
CC: environ/env_findvar.c 
CC: environ/env_removevar.c 
CC: environ/env_clearenv.c 
CC: environ/env_getenv.c 
CC: environ/env_putenv.c 

CC: environ/env_setenv.c 
CC: environ/env_unsetenv.c 
CC: environ/env_foreach.c 
CC: group/group_create.c 






CC: group/group_join.c 


CC: group/group_leave.c 
CC: group/group_setupidlefiles.c 
CC: group/group_setuptaskfiles.c 
CC: group/group_foreachchild.c 





CC: group/group_killchildren.c 
CC: group/group_signal.c 




CC: group/group_waiter.c 
CC: init/nx_start.c 
CC: init/nx_bringup.c 
CC: init/nx_smpstart.c 
CC: instrument/instrument.c 
CC: irq/irq_initialize.c 

CC: irq/irq_attach.c 
CC: irq/irq_dispatch.c 
CC: irq/irq_unexpectedisr.c 
CC: irq/irq_attach_thread.c 

CC: irq/irq_attach_wqueue.c 
CC: irq/irq_spinlock.c 

CC: irq/irq_csection.c 







CC: misc/assert.c 

CC: misc/panic_notifier.c 

CC: misc/reboot_notifier.c 

CC: mqueue/mq_initialize.c 

CC: mqueue/mq_waitirq.c 
CC: mqueue/mq_recover.c 
CC: mqueue/mq_send.c 
CC: mqueue/mq_sndinternal.c 
CC: mqueue/mq_receive.c 

CC: mqueue/mq_rcvinternal.c 


CC: mqueue/mq_getattr.c 
CC: mqueue/mq_msgqalloc.c 




CC: mqueue/mq_msgfree.c 




CC: mqueue/mq_msgqfree.c 

CC: mqueue/mq_setattr.c 
CC: mqueue/mq_notify.c 

CC: mqueue/msgctl.c 
CC: mqueue/msgget.c 
CC: mqueue/msginternal.c 

CC: mqueue/msgrcv.c 
CC: mqueue/msgsnd.c 
CC: pthread/pthread_create.c 

CC: pthread/pthread_exit.c 
CC: pthread/pthread_join.c 
CC: pthread/pthread_detach.c 
CC: pthread/pthread_getschedparam.c 


CC: pthread/pthread_setschedparam.c 
CC: pthread/pthread_sigmask.c 











CC: pthread/pthread_cancel.c 
CC: pthread/pthread_completejoin.c 
CC: pthread/pthread_findjoininfo.c 


CC: pthread/pthread_release.c 
CC: pthread/pthread_setschedprio.c 
CC: pthread/pthread_setaffinity.c 
CC: pthread/pthread_getaffinity.c 
CC: sched/sched_getfiles.c 
CC: sched/sched_profil.c 
CC: sched/sched_addreadytorun.c 
CC: sched/sched_removereadytorun.c 
CC: sched/sched_addblocked.c 
CC: sched/sched_removeblocked.c 

CC: sched/sched_gettcb.c 

CC: drivers_initialize.c 
CC: sched/sched_verifytcb.c 




CC: loop/losetup.c 
CC: misc/dev_null.c 

CC: sched/sched_releasetcb.c 

CC: sched/sched_setparam.c 
CC: sched/sched_setpriority.c 
CC: misc/dev_zero.c 


CC: sched/sched_getparam.c 
CC: misc/ramdisk.c 




CC: pipes/pipe.c 


CC: pipes/pipe_common.c 
CC: pipes/fifo.c 
CC: sched/sched_setscheduler.c 

CC: serial/serial.c 
CC: sched/sched_getscheduler.c 



CC: serial/serial_io.c 


CC: syslog/syslog_early.c 

CC: syslog/vsyslog.c 
CC: syslog/syslog_channel.c 
CC: syslog/syslog_write.c 



CC: syslog/syslog_flush.c 



CC: sched/sched_yield.c 
CC: syslog/syslog_initialize.c 
CC: sched/sched_rrgetinterval.c 
CC: sched/sched_foreach.c 
CC: sched/sched_unlock.c 
CC: sched/sched_lock.c 


CC: sched/sched_lockcount.c 

CC: sched/sched_idletask.c 



CC: sched/sched_self.c 
CC: sched/sched_get_stackinfo.c 

CC: sched/sched_get_tls.c 

CC: sched/sched_sysinfo.c 
CC: sched/sched_get_stateinfo.c 

CC: sched/sched_getcpu.c 

CC: sched/sched_switchcontext.c 
CC: sched/sched_sleep.c 



CC: sched/sched_process_delivered.c 

CC: sched/sched_getaffinity.c 
CC: sched/sched_setaffinity.c 


CC: sched/sched_waitpid.c 

CC: sched/sched_roundrobin.c 


CC: sched/sched_processtick.c 
CC: sched/sched_smp.c 
CC: semaphore/sem_destroy.c 
CC: semaphore/sem_wait.c 



CC: semaphore/sem_trywait.c 


CC: semaphore/sem_tickwait.c 
CC: semaphore/sem_timedwait.c 
CC: semaphore/sem_clockwait.c 



CC: semaphore/sem_timeout.c 
CC: semaphore/sem_post.c 
CC: semaphore/sem_recover.c 
CC: semaphore/sem_reset.c 




CC: semaphore/sem_waitirq.c 
CC: semaphore/sem_rw.c 


CC: signal/sig_sleep.c 
CC: signal/sig_nanosleep.c 








CC: signal/sig_usleep.c 

CC: signal/sig_clockwait.c 

CC: signal/sig_dispatch.c 
CC: signal/sig_kill.c 
CC: signal/sig_lowest.c 


CC: signal/sig_notification.c 
CC: signal/sig_pause.c 
CC: signal/sig_ppoll.c 
CC: signal/sig_procmask.c 
CC: signal/sig_pselect.c 
CC: signal/sig_queue.c 
CC: signal/sig_suspend.c 


CC: signal/sig_tgkill.c 

CC: signal/sig_timedwait.c 
CC: signal/sig_waitinfo.c 
CC: signal/sig_action.c 
CC: signal/sig_allocpendingsigaction.c 


CC: signal/sig_cleanup.c 



CC: signal/sig_deliver.c 






CC: signal/sig_findaction.c 
CC: signal/sig_initialize.c 
CC: signal/sig_pending.c 
CC: signal/sig_releasependingsigaction.c 
CC: signal/sig_releasependingsignal.c 



CC: signal/sig_removependingsignal.c 

CC: signal/sig_unmaskpendingsignal.c 
CC: task/task_argvstr.c 
CC: task/task_create.c 
CC: task/task_init.c 


CC: task/task_setup.c 
CC: task/task_activate.c 

CC: task/task_start.c 

CC: task/task_delete.c 
CC: task/task_exit.c 

CC: task/task_exithook.c 
CC: task/task_getgroup.c 


CC: dummy.c 




CC: task/task_getpid.c 






CC: task/task_prctl.c 
CC: task/task_recover.c 
CC: task/task_restart.c 

CC: task/task_spawnparms.c 

CC: task/task_cancelpt.c 


CC: task/task_terminate.c 
CC: task/task_gettid.c 
CC: task/exit.c 
CC: task/task_join.c 

CC: task/task_spawn.c 



CC: timer/timer_initialize.c 
CC: timer/timer_create.c 
CC: timer/timer_delete.c 
CC: timer/timer_getoverrun.c 

CC: timer/timer_getitimer.c 

CC: timer/timer_gettime.c 
CC: timer/timer_settime.c 
CC: timer/timer_setitimer.c 
CC: timer/timer_release.c 




CC: tls/task_initinfo.c 


CC: tls/task_uninitinfo.c 

CC: tls/tls_initinfo.c 
CC: tls/tls_dupinfo.c 


CC: wdog/wd_initialize.c 
CC: wdog/wd_start.c 
CC: wdog/wd_cancel.c 
CC: wdog/wd_gettime.c 




















AS: machine/xtensa/arch_setjmp.S 
CC: assert/lib_assert.c 
CC: assert/lib_stackchk.c 
CC: ctype/lib_isalnum.c 
CC: ctype/lib_isalpha.c 
CC: ctype/lib_isascii.c 
CC: ctype/lib_isblank.c 
CC: ctype/lib_iscntrl.c 
CC: ctype/lib_isdigit.c 
CC: ctype/lib_isgraph.c 
CC: ctype/lib_islower.c 
CC: ctype/lib_isprint.c 
CC: ctype/lib_ispunct.c 
CC: ctype/lib_isspace.c 
CC: ctype/lib_isupper.c 
CC: ctype/lib_isxdigit.c 
CC: ctype/lib_tolower.c 
CC: ctype/lib_toupper.c 
CC: ctype/lib_ctype.c 
CC: dirent/lib_readdirr.c 
CC: dirent/lib_telldir.c 
CC: dirent/lib_alphasort.c 


CC: dirent/lib_scandir.c 
CC: dirent/lib_ftw.c 


CC: dirent/lib_nftw.c 




CC: dirent/lib_opendir.c 

CC: dirent/lib_fdopendir.c 

CC: dirent/lib_closedir.c 

CC: dirent/lib_readdir.c 
CC: dirent/lib_rewinddir.c 

CC: dirent/lib_seekdir.c 
CC: dirent/lib_dirfd.c 



CC: dirent/lib_versionsort.c 
CC: dlfcn/lib_dlfind_object.c 

CC: errno/lib_errno.c 
CC: fixedmath/lib_fixedmath.c 

CC: fixedmath/lib_b16sin.c 

CC: fixedmath/lib_b16cos.c 

CC: fixedmath/lib_b16atan2.c 

CC: fixedmath/lib_ubsqrt.c 


CC: grp/lib_getgrgid.c 
CC: grp/lib_getgrgidr.c 
CC: grp/lib_getgrnam.c 
CC: grp/lib_getgrnamr.c 
CC: grp/lib_initgroups.c 



CC: grp/lib_getgrbuf.c 



CC: grp/lib_getgrbufr.c 

CC: inttypes/lib_imaxabs.c 



CC: inttypes/lib_imaxdiv.c 
CC: inttypes/lib_strtoimax.c 
CC: inttypes/lib_strtoumax.c 






CC: libgen/lib_basename.c 

CC: libgen/lib_dirname.c 
CC: machine/arch_atomic.c 
CC: misc/lib_bitmap.c 


CC: misc/lib_circbuf.c 

CC: misc/lib_creat.c 
CC: misc/lib_mknod.c 

CC: misc/lib_umask.c 

CC: misc/lib_utsname.c 


CC: misc/lib_getrandom.c 
CC: misc/lib_xorshift128.c 
CC: misc/lib_tea_encrypt.c 



CC: misc/lib_tea_decrypt.c 
CC: misc/lib_cxx_initialize.c 

CC: misc/lib_impure.c 
CC: misc/lib_memfd.c 


CC: mm_heap/mm_initialize.c 
CC: mm_heap/mm_lock.c 
CC: misc/lib_mutex.c 
CC: mm_heap/mm_malloc_size.c 
CC: mm_heap/mm_shrinkchunk.c 
CC: misc/lib_fchmodat.c 
CC: mm_heap/mm_brkaddr.c 
CC: misc/lib_fstatat.c 
CC: mm_heap/mm_calloc.c 



CC: mm_heap/mm_extend.c 
CC: mm_heap/mm_free.c 
CC: misc/lib_getfullpath.c 


CC: mm_heap/mm_mallinfo.c 

CC: misc/lib_openat.c 
CC: mm_heap/mm_malloc.c 



CC: misc/lib_mkdirat.c 

CC: mm_heap/mm_foreach.c 
CC: mm_heap/mm_memalign.c 
CC: misc/lib_utimensat.c 





CC: mm_heap/mm_realloc.c 
CC: misc/lib_mallopt.c 
CC: misc/lib_idr.c 
CC: mm_heap/mm_zalloc.c 
CC: misc/lib_getnprocs.c 


CC: misc/lib_tempbuffer.c 

CC: misc/lib_umul32.c 









CC: misc/lib_umul64.c 
CC: misc/lib_umul32x64.c 
CC: mm_heap/mm_heapmember.c 
CC: mm_heap/mm_memdump.c 
CC: umm_heap/umm_globals.c 
CC: umm_heap/umm_initialize.c 

CC: misc/lib_uadd32x64.c 
CC: misc/lib_uadd64.c 
CC: misc/lib_usub64x32.c 

CC: misc/lib_usub64.c 


CC: misc/lib_dumpbuffer.c 
CC: umm_heap/umm_addregion.c 




CC: umm_heap/umm_malloc_size.c 
CC: misc/lib_dumpvbuffer.c 

CC: umm_heap/umm_brkaddr.c 

CC: umm_heap/umm_calloc.c 
CC: misc/lib_fnmatch.c 
CC: misc/lib_debug.c 
CC: misc/lib_crc64.c 



CC: umm_heap/umm_extend.c 




CC: misc/lib_crc32.c 
CC: misc/lib_crc16.c 

CC: misc/lib_crc16ccitt.c 

CC: umm_heap/umm_free.c 
CC: umm_heap/umm_mallinfo.c 
CC: umm_heap/umm_malloc.c 
CC: misc/lib_crc8.c 
CC: umm_heap/umm_memalign.c 


CC: misc/lib_crc8ccitt.c 


CC: misc/lib_crc8table.c 


CC: umm_heap/umm_realloc.c 

CC: umm_heap/umm_zalloc.c 


CC: umm_heap/umm_heapmember.c 
CC: misc/lib_crc8rohc.c 
CC: umm_heap/umm_memdump.c 
CC: misc/lib_crc8h1d.c 

CC: misc/lib_crc8h2f.c 





CC: mempool/mempool.c 

CC: mempool/mempool_multiple.c 
CC: misc/lib_crc16h1021.c 
CC: mempool/mempool_procfs.c 
CC: kasan/hook.c 
CC: map/mm_map.c 




CC: misc/lib_crc16h8005.c 






CC: misc/lib_crc32h04c11db7.c 
CC: misc/lib_crc32hf4acfb13.c 
CC: misc/lib_crc64emac.c 


CC: misc/lib_backtrace.c 
CC: misc/lib_ftok.c 

CC: misc/lib_err.c 
CC: misc/lib_instrument.c 

CC: misc/lib_glob.c 

CC: misc/lib_crc16ibm.c 

CC: misc/lib_crc16xmodem.c 


CC: net/lib_addrconfig.c 
CC: net/lib_base64.c 
CC: net/lib_htons.c 



CC: net/lib_htonl.c 
CC: net/lib_htonq.c 
CC: net/lib_inetaddr.c 

CC: net/lib_inetaton.c 

CC: net/lib_inetntoa.c 

CC: net/lib_inetpton.c 
CC: net/lib_inetntop.c 
CC: net/lib_inetnetwork.c 
CC: net/lib_etherntoa.c 
CC: net/lib_etheraton.c 





CC: obstack/lib_obstack_init.c 



CC: obstack/lib_obstack_alloc.c 


CC: obstack/lib_obstack_copy.c 
CC: obstack/lib_obstack_free.c 


CC: obstack/lib_obstack_make_room.c 

CC: obstack/lib_obstack_blank.c 
CC: obstack/lib_obstack_grow.c 
CC: obstack/lib_obstack_finish.c 
CC: obstack/lib_obstack_object_size.c 





CC: obstack/lib_obstack_room.c 
CC: obstack/lib_obstack_printf.c 

CC: obstack/lib_obstack_vprintf.c 
CC: obstack/lib_obstack_malloc.c 

CC: pthread/pthread_attr_init.c 
CC: pthread/pthread_attr_setschedpolicy.c 
CC: pthread/pthread_attr_destroy.c 


CC: pthread/pthread_attr_getschedpolicy.c 
CC: pthread/pthread_attr_setinheritsched.c 

CC: pthread/pthread_attr_getinheritsched.c 



CC: pthread/pthread_attr_setdetachstate.c 
CC: pthread/pthread_attr_getdetachstate.c 

CC: pthread/pthread_attr_setstackaddr.c 




CC: pthread/pthread_attr_getstackaddr.c 
CC: pthread/pthread_attr_setstacksize.c 
CC: pthread/pthread_attr_getstacksize.c 
CC: pthread/pthread_attr_setstack.c 
CC: pthread/pthread_attr_getstack.c 
AS: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_cache_writeback_esp32s3.S 
CC: pthread/pthread_attr_setschedparam.c 
CC: pthread/pthread_attr_getschedparam.c 
AS: common/xtensa_context.S 







CC: pthread/pthread_attr_setscope.c 
AS: common/xtensa_panic.S 

CC: chip/esp32s3_cache.c 
CC: pthread/pthread_attr_getscope.c 
CC: pthread/pthread_attr_setguardsize.c 


CC: pthread/pthread_attr_getguardsize.c 
CC: chip/esp32s3_irq.c 



CC: chip/esp32s3_clockconfig.c 
CC: pthread/pthread_barrierattr_init.c 
CC: pthread/pthread_barrierattr_destroy.c 

CC: pthread/pthread_barrierattr_getpshared.c 
CC: chip/esp32s3_systemreset.c 

CC: chip/esp32s3_user.c 

CC: chip/esp32s3_allocateheap.c 
CC: pthread/pthread_barrierattr_setpshared.c 

CC: chip/esp32s3_reset_reasons.c 



CC: chip/esp32s3_region.c 
CC: pthread/pthread_barrierinit.c 

CC: pthread/pthread_barrierdestroy.c 

CC: chip/esp32s3_gpio.c 

CC: chip/esp32s3_wdt.c 
CC: pthread/pthread_barrierwait.c 
CC: pthread/pthread_condattr_init.c 

CC: chip/esp32s3_lowputc.c 


CC: pthread/pthread_condattr_destroy.c 
CC: pthread/pthread_condattr_getpshared.c 



CC: chip/esp32s3_serial.c 

CC: pthread/pthread_condattr_setpshared.c 


CC: chip/esp32s3_rtc_gpio.c 
CC: pthread/pthread_condattr_setclock.c 
CC: pthread/pthread_condattr_getclock.c 
CC: chip/esp32s3_libc_stubs.c 


CC: pthread/pthread_condinit.c 

CC: chip/esp32s3_spi_timing.c 

CC: chip/esp32s3_idle.c 
CC: pthread/pthread_conddestroy.c 

CC: pthread/pthread_condtimedwait.c 


CC: chip/esp32s3_cpuidlestack.c 

CC: chip/esp32s3_cpustart.c 
CC: pthread/pthread_equal.c 




CC: chip/esp32s3_intercpu_interrupt.c 
CC: chip/esp32s3_timerisr.c 
CC: pthread/pthread_condbroadcast.c 

CC: chip/esp32s3_rtc.c 
CC: chip/esp-hal-3rdparty/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32s3.c 

CC: pthread/pthread_condclockwait.c 

CC: pthread/pthread_condsignal.c 

CC: pthread/pthread_condwait.c 



CC: pthread/pthread_create.c 
CC: pthread/pthread_exit.c 
CC: chip/esp-hal-3rdparty/components/bootloader_support/bootloader_flash/src/bootloader_flash.c 

CC: pthread/pthread_setname_np.c 


CC: chip/esp-hal-3rdparty/components/esp_adc/adc_cali_curve_fitting.c 



CC: chip/esp-hal-3rdparty/components/esp_adc/adc_cali.c 

CC: chip/esp-hal-3rdparty/components/esp_adc/esp32s3/curve_fitting_coefficients.c 

CC: pthread/pthread_getname_np.c 
CC: pthread/pthread_get_stackaddr_np.c 

CC: coremark/core_list_join.c 
CC: chip/esp-hal-3rdparty/components/efuse/src/esp_efuse_api.c 

CC: board/dummy.c 
CC: chip/esp-hal-3rdparty/components/efuse/src/esp_efuse_startup.c 



CC: chip/esp-hal-3rdparty/components/efuse/src/esp_efuse_utility.c 
CC: pthread/pthread_get_stacksize_np.c 

CC: coremark/core_main.c 





CC: coremark/core_matrix.c 
CC: coremark/posix/core_portme.c 


CC: pthread/pthread_mutexattr_init.c 
CC: chip/esp-hal-3rdparty/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c 
CC: chip/esp-hal-3rdparty/components/efuse/esp32s3/esp_efuse_fields.c 
CC: pthread/pthread_mutexattr_destroy.c 
CC: dd_main.c 
CC: chip/esp-hal-3rdparty/components/efuse/esp32s3/esp_efuse_rtc_calib.c 
CC: coremark/core_state.c 


CC: pthread/pthread_mutexattr_getpshared.c 
CC: coremark/core_util.c 

CC: chip/esp-hal-3rdparty/components/efuse/esp32s3/esp_efuse_table.c 


CC: pthread/pthread_mutexattr_setpshared.c 




CC: pthread/pthread_mutexattr_getprotocol.c 
CC: pthread/pthread_mutexattr_setprotocol.c 
CC: chip/esp-hal-3rdparty/components/efuse/esp32s3/esp_efuse_utility.c 
CC: pthread/pthread_mutexattr_settype.c 
CC: chip/esp-hal-3rdparty/components/esp_app_format/esp_app_desc.c 


CC: chip/esp-hal-3rdparty/components/esp_common/src/esp_err_to_name.c 
CC: pthread/pthread_mutexattr_gettype.c 


CC: pthread/pthread_mutexattr_setrobust.c 
CC: pthread/pthread_mutexattr_getrobust.c 



CC: chip/esp-hal-3rdparty/components/esp_hw_support/adc_share_hw_ctrl.c 
CC: pthread/pthread_mutexattr_setprioceiling.c 

CC: chip/esp-hal-3rdparty/components/esp_hw_support/clk_ctrl_os.c 

CC: pthread/pthread_mutexattr_getprioceiling.c 



CC: chip/esp-hal-3rdparty/components/esp_hw_support/clk_utils.c 
CC: pthread/pthread_mutex_destroy.c 

CC: pthread/pthread_mutex_init.c 



CC: chip/esp-hal-3rdparty/components/esp_hw_support/cpu.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/esp_clk.c 
CC: pthread/pthread_mutex_trylock.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/esp_memory_utils.c 


CC: chip/esp-hal-3rdparty/components/esp_hw_support/hw_random.c 

CC: pthread/pthread_mutex_timedlock.c 
CC: pthread/pthread_mutex.c 
CC: pthread/pthread_mutex_unlock.c 




CC: chip/esp-hal-3rdparty/components/esp_hw_support/mac_addr.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/periph_ctrl.c 


CC: pthread/pthread_mutex_lock.c 



CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_console.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_event.c 
CC: pthread/pthread_mutex_setprioceiling.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_gpio.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_modem.c 


CC: chip/esp-hal-3rdparty/components/esp_hw_support/lowpower/port/esp32s3/sleep_cpu.c 
CC: pthread/pthread_mutex_getprioceiling.c 

CC: pthread/pthread_once.c 

CC: pthread/pthread_yield.c 


CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/sar_periph_ctrl.c 

CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/cpu_region_protect.c 
CC: pthread/pthread_atfork.c 

CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/esp_clk_tree.c 


CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/io_mux.c 

CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/rtc_clk.c 

CC: pthread/pthread_rwlockattr_init.c 
CC: fs_initialize.c 


CC: pthread/pthread_rwlockattr_destroy.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/rtc_init.c 
CC: fs_heap.c 




CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/rtc_clk_init.c 
CC: inode/fs_files.c 
CC: pthread/pthread_rwlockattr_getpshared.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/rtc_sleep.c 


CC: inode/fs_foreachinode.c 
CC: inode/fs_inode.c 

CC: pthread/pthread_rwlockattr_setpshared.c 

CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/rtc_time.c 


CC: inode/fs_inodeaddref.c 

CC: pthread/pthread_rwlock.c 


CC: inode/fs_inodebasename.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/systimer.c 


CC: pthread/pthread_rwlock_rdlock.c 
CC: inode/fs_inodefind.c 
CC: inode/fs_inodefree.c 


CC: chip/esp-hal-3rdparty/components/esp_hw_support/mspi_timing_tuning/mspi_timing_tuning.c 

CC: chip/esp-hal-3rdparty/components/esp_hw_support/mspi_timing_tuning/port/esp32s3/mspi_timing_config.c 
CC: pthread/pthread_rwlock_wrlock.c 


CC: pthread/pthread_setcancelstate.c 
CC: inode/fs_inodegetpath.c 

CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp_clk_tree_common.c 


CC: pthread/pthread_setcanceltype.c 
CC: pthread/pthread_testcancel.c 


CC: inode/fs_inoderelease.c 
CC: inode/fs_inoderemove.c 





CC: inode/fs_inodereserve.c 

CC: pthread/pthread_getcpuclockid.c 

CC: inode/fs_inodesearch.c 

CC: chip/esp-hal-3rdparty/components/esp_hw_support/regi2c_ctrl.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_modes.c 
CC: chip/esp-hal-3rdparty/components/esp_hw_support/power_supply/brownout.c 


CC: pthread/pthread_self.c 
CC: chip/esp-hal-3rdparty/components/esp_mm/esp_mmu_map.c 
CC: pthread/pthread_gettid_np.c 
CC: vfs/fs_chstat.c 


CC: pthread/pthread_concurrency.c 

CC: pthread/pthread_kill.c 
CC: chip/esp-hal-3rdparty/components/esp_mm/port/esp32s3/ext_mem_layout.c 



CC: chip/esp-hal-3rdparty/components/esp_mm/esp_cache.c 
CC: vfs/fs_close.c 
CC: chip/esp-hal-3rdparty/components/esp_phy/esp32s3/phy_init_data.c 

CC: chip/esp-hal-3rdparty/components/esp_phy/src/phy_common.c 



CC: pthread/pthread_attr_getaffinity.c 
CC: vfs/fs_dup.c 


CC: chip/esp-hal-3rdparty/components/esp_phy/src/phy_init.c 
CC: vfs/fs_dup2.c 


CC: pthread/pthread_attr_setaffinity.c 




CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_wdt.c 
CC: vfs/fs_dup3.c 
CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_cache_esp32s2_esp32s3.c 
CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_efuse.c 

CC: vfs/fs_fcntl.c 
CC: pthread/pthread_mutex_consistent.c 
CC: vfs/fs_epoll.c 


CC: vfs/fs_fchstat.c 
CC: chip/esp-hal-3rdparty/components/esp_system/esp_err.c 


CC: chip/esp-hal-3rdparty/components/esp_system/startup.c 

CC: vfs/fs_fstat.c 

CC: pthread/pthread_mutex_inconsistent.c 


CC: pwd/lib_getpwnam.c 

CC: vfs/fs_fstatfs.c 
CC: vfs/fs_ioctl.c 
CC: pwd/lib_getpwnamr.c 


CC: vfs/fs_lseek.c 
CC: vfs/fs_mkdir.c 



CC: vfs/fs_open.c 
CC: vfs/fs_poll.c 
CC: chip/esp-hal-3rdparty/components/esp_system/startup_funcs.c 


CC: vfs/fs_pread.c 
CC: chip/esp-hal-3rdparty/components/esp_system/system_time.c 
CC: binfmt_globals.c 




CC: chip/esp-hal-3rdparty/components/esp_system/port/soc/esp32s3/clk.c 
CC: pwd/lib_getpwuid.c 
CC: pwd/lib_getpwuidr.c 



CC: vfs/fs_pwrite.c 

CC: vfs/fs_read.c 
CC: chip/esp-hal-3rdparty/components/esp_system/port/soc/esp32s3/system_internal.c 
CC: vfs/fs_rename.c 

CC: binfmt_initialize.c 
CC: binfmt_register.c 



CC: vfs/fs_rmdir.c 
CC: vfs/fs_select.c 
CC: chip/esp-hal-3rdparty/components/esp_timer/src/esp_timer_impl_common.c 

CC: chip/esp-hal-3rdparty/components/esp_timer/src/esp_timer_impl_systimer.c 

CC: chip/esp-hal-3rdparty/components/esp_timer/src/esp_timer_init.c 

CC: vfs/fs_sendfile.c 





CC: pwd/lib_getpwent.c 
CC: binfmt_unregister.c 

CC: chip/esp-hal-3rdparty/components/hal/adc_hal_common.c 
CC: pwd/lib_pwd_globals.c 


CC: chip/esp-hal-3rdparty/components/hal/adc_oneshot_hal.c 

CC: chip/esp-hal-3rdparty/components/hal/esp32s3/clk_tree_hal.c 
CC: pwd/lib_getspnam.c 
CC: pwd/lib_getpwbuf.c 



CC: binfmt_loadmodule.c 

CC: binfmt_unloadmodule.c 
CC: pwd/lib_getpwbufr.c 





CC: chip/esp-hal-3rdparty/components/hal/esp32s3/efuse_hal.c 
CC: vfs/fs_stat.c 
CC: binfmt_execmodule.c 
CC: vfs/fs_statfs.c 

CC: chip/esp-hal-3rdparty/components/hal/esp32s3/rtc_cntl_hal.c 
CC: vfs/fs_uio.c 
CC: chip/esp-hal-3rdparty/components/hal/brownout_hal.c 

CC: chip/esp-hal-3rdparty/components/hal/efuse_hal.c 

CC: chip/esp-hal-3rdparty/components/hal/gpio_hal.c 

CC: queue/queue.c 


CC: binfmt_exec.c 


CC: sched/sched_getprioritymax.c 
CC: chip/esp-hal-3rdparty/components/hal/ledc_hal_iram.c 
CC: vfs/fs_unlink.c 



CC: vfs/fs_write.c 
CC: binfmt_copyargv.c 
CC: chip/esp-hal-3rdparty/components/hal/ledc_hal.c 



CC: sched/sched_getprioritymin.c 
CC: chip/esp-hal-3rdparty/components/hal/pcnt_hal.c 
CC: binfmt_copyactions.c 

CC: sched/task_cancelpt.c 




CC: vfs/fs_dir.c 
CC: sched/task_setcancelstate.c 

CC: vfs/fs_fsync.c 
CC: vfs/fs_syncfs.c 
CC: binfmt_dumpmodule.c 


CC: vfs/fs_truncate.c 
CC: sched/task_setcanceltype.c 



CC: chip/esp-hal-3rdparty/components/hal/rmt_hal.c 
CC: sched/task_testcancel.c 
CC: vfs/fs_link.c 


CC: sched/task_gettid.c 
CC: sched/task_getpid.c 


CC: sched/clock_getcpuclockid.c 




CC: chip/esp-hal-3rdparty/components/hal/rtc_io_hal.c 
CC: sched/sched_cpucount.c 
CC: sched/task_startup.c 
CC: chip/esp-hal-3rdparty/components/hal/sdm_hal.c 

CC: search/hcreate_r.c 

CC: vfs/fs_symlink.c 
CC: search/hcreate.c 

CC: chip/esp-hal-3rdparty/components/hal/i2s_hal.c 



CC: chip/esp-hal-3rdparty/components/hal/sha_hal.c 





CC: chip/esp-hal-3rdparty/components/hal/mcpwm_hal.c 
CC: chip/esp-hal-3rdparty/components/hal/systimer_hal.c 


CC: chip/esp-hal-3rdparty/components/hal/timer_hal.c 
CC: vfs/fs_readlink.c 
CC: search/hash_func.c 

CC: chip/esp-hal-3rdparty/components/hal/touch_sens_hal.c 
CC: semaphore/sem_init.c 
CC: chip/esp-hal-3rdparty/components/hal/cache_hal.c 
CC: driver/fs_registerdriver.c 

CC: chip/esp-hal-3rdparty/components/hal/mpu_hal.c 



CC: driver/fs_unregisterdriver.c 
CC: chip/esp-hal-3rdparty/components/hal/mmu_hal.c 
CC: semaphore/sem_setprotocol.c 



CC: semaphore/sem_getprotocol.c 

CC: chip/esp-hal-3rdparty/components/hal/i2c_hal.c 
CC: semaphore/sem_getvalue.c 
CC: driver/fs_registerpipedriver.c 

CC: chip/esp-hal-3rdparty/components/hal/uart_hal_iram.c 


CC: chip/esp-hal-3rdparty/components/hal/uart_hal.c 

CC: semaphore/sem_destroy.c 
CC: driver/fs_unregisterpipedriver.c 

CC: semaphore/sem_wait.c 


CC: chip/esp-hal-3rdparty/components/hal/hal_utils.c 
CC: driver/fs_registerblockdriver.c 

CC: chip/esp-hal-3rdparty/components/hal/spi_flash_hal.c 




CC: semaphore/sem_timedwait.c 
CC: semaphore/sem_trywait.c 
CC: board/esp32s3_boot.c 
CC: driver/fs_unregisterblockdriver.c 

CC: semaphore/sem_clockwait.c 
CC: chip/esp-hal-3rdparty/components/hal/spi_flash_hal_iram.c 


CC: semaphore/sem_post.c 

CC: board/esp32s3_bringup.c 

CC: signal/sig_addset.c 
CC: signal/sig_delset.c 


CC: chip/esp-hal-3rdparty/components/hal/spi_flash_hal_gpspi.c 

CC: signal/sig_emptyset.c 

CC: chip/esp-hal-3rdparty/components/hal/spi_flash_encrypt_hal_iram.c 
CC: driver/fs_findblockdriver.c 



CC: driver/fs_openblockdriver.c 

CC: signal/sig_fillset.c 
CC: signal/sig_nandset.c 


CC: signal/sig_andset.c 


CC: driver/fs_closeblockdriver.c 



CC: signal/sig_orset.c 


CC: driver/fs_blockpartition.c 
CC: signal/sig_xorset.c 
CC: driver/fs_findmtddriver.c 

CC: signal/sig_isemptyset.c 
CC: chip/esp-hal-3rdparty/components/log/src/log_level/log_level.c 
CC: signal/sig_killpg.c 
CC: driver/fs_closemtddriver.c 

CC: driver/fs_blockmerge.c 


CC: chip/esp-hal-3rdparty/components/log/src/log_level/tag_log_level/tag_log_level.c 


CC: driver/fs_finddriver.c 
CC: chip/esp-hal-3rdparty/components/log/src/log_level/tag_log_level/linked_list/log_linked_list.c 
CC: mmap/fs_mmap.c 

CC: mmap/fs_munmap.c 


CC: chip/esp-hal-3rdparty/components/log/src/log.c 


CC: mmap/fs_mmisc.c 




CC: signal/sig_altstack.c 
CC: mmap/fs_msync.c 
CC: signal/sig_hold.c 
CC: chip/esp-hal-3rdparty/components/log/src/noos/log_lock.c 
CC: mmap/fs_anonmap.c 
CC: signal/sig_ismember.c 


CC: chip/esp-hal-3rdparty/components/log/src/noos/log_timestamp.c 
CC: signal/sig_pause.c 




CC: signal/sig_psignal.c 
CC: mqueue/mq_open.c 
CC: signal/sig_raise.c 
CC: mqueue/mq_close.c 

CC: signal/sig_relse.c 

CC: chip/esp-hal-3rdparty/components/log/src/os/log_write.c 




CC: signal/sig_wait.c 
CC: mqueue/mq_unlink.c 
CC: signal/sig_ignore.c 
CC: chip/esp-hal-3rdparty/components/log/src/os/util.c 

CC: signal/sig_interrupt.c 



CC: mount/fs_mount.c 
CC: signal/sig_set.c 

CC: mount/fs_umount2.c 
CC: signal/sig_signal.c 


CC: mount/fs_foreachmountpoint.c 

CC: mount/fs_procfs_mount.c 

CC: spawn/lib_psfa_addaction.c 
CC: mount/fs_gettype.c 


CC: partition/fs_partition.c 

CC: chip/esp-hal-3rdparty/components/mbedtls/port/sha/core/esp_sha256.c 

CC: chip/esp-hal-3rdparty/components/newlib/src/port/esp_time_impl.c 

CC: spawn/lib_psfa_addclose.c 


CC: procfs/fs_procfs.c 
CC: chip/esp-hal-3rdparty/components/soc/dport_access_common.c 
CC: procfs/fs_procfscpuinfo.c 


CC: chip/esp-hal-3rdparty/components/soc/esp32s3/dedic_gpio_periph.c 
CC: chip/esp-hal-3rdparty/components/soc/esp32s3/gdma_periph.c 


CC: chip/esp-hal-3rdparty/components/soc/esp32s3/adc_periph.c 

CC: spawn/lib_psfa_adddup2.c 
CC: procfs/fs_procfscpuload.c 



CC: chip/esp-hal-3rdparty/components/soc/esp32s3/gpio_periph.c 
CC: spawn/lib_psfa_addopen.c 

CC: spawn/lib_psfa_destroy.c 



CC: procfs/fs_procfscritmon.c 

CC: procfs/fs_procfsfdt.c 
CC: chip/esp-hal-3rdparty/components/soc/esp32s3/ledc_periph.c 
CC: spawn/lib_psfa_init.c 
CC: chip/esp-hal-3rdparty/components/soc/esp32s3/pcnt_periph.c 
CC: spawn/lib_psa_getflags.c 




CC: spawn/lib_psa_getschedpolicy.c 
CC: procfs/fs_procfsiobinfo.c 
CC: spawn/lib_psa_init.c 
CC: spawn/lib_psa_getschedparam.c 

IN: sched/libsched.a -> staging/libsched.a 

CC: spawn/lib_psa_setflags.c 


CC: spawn/lib_psa_setschedparam.c 



CC: chip/esp-hal-3rdparty/components/soc/esp32s3/rmt_periph.c 
CC: spawn/lib_psa_setschedpolicy.c 
CC: spawn/lib_psa_getsigmask.c 
CC: chip/esp-hal-3rdparty/components/soc/esp32s3/rtc_io_periph.c 






CC: procfs/fs_procfsmeminfo.c 
CC: spawn/lib_psa_setsigmask.c 


CC: chip/esp-hal-3rdparty/components/soc/esp32s3/i2c_periph.c 
CC: procfs/fs_procfsproc.c 
CC: chip/esp-hal-3rdparty/components/soc/esp32s3/sdm_periph.c 
CC: chip/esp-hal-3rdparty/components/soc/esp32s3/i2s_periph.c 
CC: spawn/lib_psa_getstacksize.c 

CC: chip/esp-hal-3rdparty/components/soc/esp32s3/mcpwm_periph.c 



CC: procfs/fs_procfstcbinfo.c 
CC: chip/esp-hal-3rdparty/components/soc/esp32s3/temperature_sensor_periph.c 

CC: procfs/fs_procfsuptime.c 
CC: procfs/fs_procfsutil.c 
CC: procfs/fs_procfsversion.c 





CC: spawn/lib_psa_setstacksize.c 
CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_wrap.c 

CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_hpm_enable.c 
CC: chip/esp-hal-3rdparty/components/spi_flash/esp32s3/spi_flash_oct_flash_init.c 




CC: spawn/lib_psa_destroy.c 

CC: spawn/lib_psa_getpriority.c 




CC: spawn/lib_psa_setpriority.c 
CC: spawn/lib_psa_getstackaddr.c 
CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_os_func_noos.c 

CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_os_func_app.c 
CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_generic.c 
CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_boya.c 
CC: spawn/lib_psa_setstackaddr.c 
CC: stdio/lib_fileno.c 
CC: stdio/lib_printf.c 

CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_gd.c 



CC: stdio/lib_sprintf.c 

CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_winbond.c 
CC: stdio/lib_asprintf.c 

CC: stdio/lib_snprintf.c 

CC: stdio/lib_vsprintf.c 
CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_issi.c 


CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_mxic_opi.c 


CC: stdio/lib_vasprintf.c 
CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_mxic.c 
CC: stdio/lib_vsnprintf.c 


CC: stdio/lib_dprintf.c 
CC: stdio/lib_vdprintf.c 


CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_th.c 
CC: stdio/lib_vprintf.c 


CC: chip/esp-hal-3rdparty/components/spi_flash/esp_flash_api.c 

CC: stdio/lib_perror.c 

CC: chip/esp-hal-3rdparty/components/spi_flash/flash_ops.c 
CC: stdio/lib_putchar.c 



CC: stdio/lib_getchar.c 
CC: stdio/lib_puts.c 

CC: stdio/lib_gets_s.c 
CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_drivers.c 


CC: stdio/lib_gets.c 
CC: stdio/lib_libdgets.c 




CC: stdio/lib_sscanf.c 

CC: stdio/lib_vsscanf.c 
CC: chip/esp-hal-3rdparty/components/spi_flash/memspi_host_driver.c 
CC: chip/esp-hal-3rdparty/components/spi_flash/esp_flash_spi_init.c 


CC: stdio/lib_remove.c 

CC: stdio/lib_tempnam.c 
CC: chip/esp-hal-3rdparty/components/spi_flash/flash_mmap.c 
CC: stdio/lib_tmpnam.c 

CC: stdio/lib_renameat.c 


CC: stdio/lib_putwchar.c 

CC: stdio/lib_fopen.c 

CC: chip/esp-hal-3rdparty/components/spi_flash/flash_brownout_hook.c 



CC: stdio/lib_freopen.c 
CC: chip/esp-hal-3rdparty/components/spi_flash/cache_utils.c 


CC: stdio/lib_fclose.c 
CC: chip/esp-hal-3rdparty/components/ulp/ulp_common/ulp_common.c 
CC: stdio/lib_fread.c 
CC: chip/esp-hal-3rdparty/components/ulp/ulp_common/ulp_adc.c 




CC: stdio/lib_libfread_unlocked.c 
CC: chip/esp-hal-3rdparty/components/ulp/ulp_riscv/ulp_riscv.c 
CC: stdio/lib_fseek.c 
CC: stdio/lib_fseeko.c 
CC: chip/esp-hal-3rdparty/components/ulp/ulp_riscv/ulp_riscv_lock.c 


CC: stdio/lib_ftell.c 

CC: chip/esp-hal-3rdparty/components/ulp/ulp_riscv/ulp_riscv_i2c.c 


CC: chip/esp-hal-3rdparty/nuttx/src/components/esp_driver_gpio/src/gpio.c 
CC: stdio/lib_ftello.c 

CC: chip/esp-hal-3rdparty/nuttx/src/components/esp_driver_gpio/src/rtc_io.c 

CC: chip/esp-hal-3rdparty/nuttx/src/components/esp_driver_uart/src/uart_wakeup.c 
IN: drivers/libdrivers.a -> staging/libdrivers.a 




CC: stdio/lib_fsetpos.c 
CC: chip/esp-hal-3rdparty/components/bootloader_support/src/flash_encrypt.c 
CC: stdio/lib_getdelim.c 
CC: chip/esp-hal-3rdparty/nuttx/src/bootloader_banner_wrap.c 


CC: stdio/lib_fgetpos.c 
CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_console.c 

CC: stdio/lib_getc.c 

CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_console_loader.c 

CC: stdio/lib_fgetc.c 


CC: stdio/lib_fgets.c 
CC: stdio/lib_libfgets.c 

CC: stdio/lib_fwrite.c 



CC: stdio/lib_libfwrite.c 
CC: chip/esp-hal-3rdparty/components/bootloader_support/src/esp32s3/bootloader_esp32s3.c 
CC: stdio/lib_fflush.c 


CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_init.c 
CC: stdio/lib_libflushall.c 


CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_common.c 

CC: stdio/lib_libfflush.c 
CC: stdio/lib_rdflush_unlocked.c 



CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_common_loader.c 
CC: chip/esp-hal-3rdparty/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c 
CC: stdio/lib_wrflush_unlocked.c 


CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_clock_init.c 
CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_clock_loader.c 

CC: stdio/lib_putc.c 


CC: stdio/lib_fputc.c 
CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_efuse.c 


CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_mem.c 
CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_random.c 

CC: stdio/lib_fputs.c 

CC: stdio/lib_ungetc.c 

CC: stdio/lib_fprintf.c 


CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_random_esp32s3.c 
CC: chip/esp-hal-3rdparty/components/bootloader_support/src/esp_image_format.c 


CC: chip/esp-hal-3rdparty/components/bootloader_support/src/esp32s3/bootloader_soc.c 
CC: stdio/lib_vfprintf.c 


CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_sha.c 
CC: chip/esp-hal-3rdparty/components/soc/esp32s3/uart_periph.c 

CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_uart.c 

CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_sys.c 

CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_systimer.c 

CC: stdio/lib_feof.c 


CC: stdio/lib_ferror.c 
CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_spiflash.c 


CC: stdio/lib_rewind.c 

CC: stdio/lib_clearerr.c 
CC: chip/esp-hal-3rdparty/components/efuse/src/esp_efuse_fields.c 




CC: common/espressif/esp_loader.c 
CC: common/espressif/esp_efuse.c 
CC: stdio/lib_scanf.c 

CC: stdio/lib_vscanf.c 
CC: stdio/lib_fscanf.c 

CC: stdio/lib_vfscanf.c 


CC: common/xtensa_assert.c 
CC: stdio/lib_tmpfile.c 



CC: stdio/lib_setbuf.c 
CC: common/xtensa_cache.c 
CC: stdio/lib_setvbuf.c 

CC: common/xtensa_cpenable.c 

CC: stdio/lib_libfilelock.c 

CC: common/xtensa_cpuinfo.c 


CC: stdio/lib_libgetstreams.c 
CC: common/xtensa_cpuint.c 




CC: common/xtensa_createstack.c 
CC: common/xtensa_exit.c 
CC: stdio/lib_setbuffer.c 
CC: common/xtensa_getintstack.c 

CC: common/xtensa_initialize.c 

CC: stdio/lib_fputwc.c 

CC: common/xtensa_initialstate.c 

CC: stdio/lib_putwc.c 



CC: stdio/lib_fputws.c 
CC: common/xtensa_irqdispatch.c 




CC: common/xtensa_lowputs.c 
CC: stdio/lib_fopencookie.c 
CC: common/xtensa_modifyreg8.c 
CC: stdio/lib_fmemopen.c 
CC: stdio/lib_open_memstream.c 

CC: common/xtensa_modifyreg16.c 

CC: common/xtensa_modifyreg32.c 

CC: common/xtensa_mpu.c 


CC: stdio/lib_fgetwc.c 


CC: stdio/lib_getwc.c 
CC: common/xtensa_nputs.c 
CC: common/xtensa_oneshot.c 


CC: stdio/lib_ungetwc.c 



CC: common/xtensa_perf.c 
CC: common/xtensa_releasestack.c 
CC: stdlib/lib_abs.c 
CC: common/xtensa_registerdump.c 


CC: common/xtensa_swint.c 
CC: stdlib/lib_abort.c 



CC: stdlib/lib_atof.c 
CC: common/xtensa_stackframe.c 


CC: common/xtensa_saveusercontext.c 
CC: common/xtensa_usestack.c 



CC: stdlib/lib_atoi.c 
CC: common/xtensa_tcbinfo.c 
CC: stdlib/lib_getprogname.c 
CC: common/xtensa_schedsigaction.c 


CC: stdlib/lib_atol.c 
CC: stdlib/lib_atoll.c 



CC: common/xtensa_sigdeliver.c 
CC: common/xtensa_fpucmp.c 
CC: stdlib/lib_div.c 


CC: stdlib/lib_ldiv.c 


CC: stdlib/lib_lldiv.c 

CC: stdlib/lib_exit.c 
CC: stdlib/lib_itoa.c 
CC: common/xtensa_debug.c 


CC: stdlib/lib_labs.c 

CC: common/xtensa_smpcall.c 

CC: stdlib/lib_llabs.c 
IN: boards/libboards.a -> staging/libboards.a 
CC: stdlib/lib_realpath.c 





CC: stdlib/lib_bsearch.c 

CC: stdlib/lib_rand.c 
CC: stdlib/lib_rand48.c 


CC: stdlib/lib_qsort.c 
CC: stdlib/lib_srand.c 
CC: stdlib/lib_strtol.c 

CC: stdlib/lib_strtoll.c 

CC: stdlib/lib_strtoul.c 


CC: stdlib/lib_strtoull.c 


CC: stdlib/lib_checkbase.c 
CC: stdlib/lib_mktemp.c 
CC: stdlib/lib_mkstemp.c 


CC: stdlib/lib_mkdtemp.c 

CC: stdlib/lib_aligned_alloc.c 
CC: stdlib/lib_posix_memalign.c 


CC: stdlib/lib_valloc.c 
CC: stdlib/lib_mblen.c 



CC: stdlib/lib_mbtowc.c 

CC: stdlib/lib_wctomb.c 

CC: stdlib/lib_mbstowcs.c 



CC: stdlib/lib_wcstombs.c 
CC: stdlib/lib_atexit.c 

CC: stdlib/lib_reallocarray.c 

CC: stdlib/lib_arc4random.c 


CC: stdlib/lib_strtold.c 
CC: stream/lib_meminstream.c 


CC: stream/lib_memoutstream.c 



CC: stream/lib_memsistream.c 
CC: stream/lib_memsostream.c 
CC: stream/lib_lowoutstream.c 
CC: stream/lib_rawinstream.c 
CC: stream/lib_rawoutstream.c 


CC: stream/lib_rawsistream.c 
CC: stream/lib_rawsostream.c 







CC: stream/lib_zeroinstream.c 
CC: stream/lib_nullinstream.c 
CC: stream/lib_nulloutstream.c 
CC: stream/lib_mtdoutstream.c 
CC: stream/lib_libnoflush.c 
CC: stream/lib_libsnoflush.c 




CC: stream/lib_syslogstream.c 
CC: stream/lib_syslograwstream.c 

CC: stream/lib_bufferedoutstream.c 
CC: stream/lib_hexdumpstream.c 
CC: stream/lib_base64outstream.c 
CC: stream/lib_mtdsostream.c 

CC: stream/lib_fileinstream.c 



CC: stream/lib_fileoutstream.c 
CC: stream/lib_libbsprintf.c 
CC: stream/lib_libvscanf.c 

CC: stream/lib_ultoa_invert.c 
CC: stream/lib_libvsprintf.c 

CC: stream/lib_dtoa_engine.c 





CC: stream/lib_dtoa_data.c 
CC: stream/lib_stdinstream.c 

CC: stream/lib_stdoutstream.c 
CC: stream/lib_stdsistream.c 

CC: stream/lib_stdsostream.c 

CC: stream/lib_blkoutstream.c 

CC: string/lib_ffs.c 



CC: string/lib_ffsl.c 
CC: string/lib_ffsll.c 

CC: string/lib_fls.c 

CC: string/lib_flsl.c 
CC: string/lib_flsll.c 
CC: string/lib_isbasedigit.c 
CC: string/lib_memmem.c 


CC: string/lib_popcount.c 






CC: string/lib_popcountl.c 
CC: string/lib_popcountll.c 
CC: string/lib_skipspace.c 

CC: string/lib_strcasecmp.c 

CC: string/lib_strcspn.c 





CC: string/lib_strdup.c 

CC: string/lib_strerror.c 
CC: string/lib_strncasecmp.c 
CC: string/lib_strncat.c 


CC: string/lib_strndup.c 
CC: string/lib_strcasestr.c 
CC: string/lib_strpbrk.c 

CC: string/lib_strspn.c 


CC: string/lib_strstr.c 
CC: string/lib_strtok.c 
CC: string/lib_strtokr.c 
CC: string/lib_strsep.c 

CC: string/lib_strerrorr.c 
CC: string/lib_explicit_bzero.c 
CC: string/lib_strsignal.c 
CC: string/lib_index.c 



CC: string/lib_rindex.c 




CC: string/lib_timingsafe_bcmp.c 

CC: string/lib_strverscmp.c 
CC: string/lib_mempcpy.c 


CC: string/lib_rawmemchr.c 
IN: mm/libmm.a -> staging/libmm.a 

CC: string/lib_memmove.c 






CC: string/lib_strlcat.c 
CC: string/lib_strlcpy.c 
CC: string/lib_strnlen.c 
CC: string/lib_memcpy.c 

CC: string/lib_memccpy.c 
CC: string/lib_memrchr.c 
CC: string/lib_stpncpy.c 
CC: string/lib_memcmp.c 
CC: string/lib_strchr.c 



CC: string/lib_strcmp.c 
CC: string/lib_strlen.c 
CC: string/lib_strncpy.c 

CC: string/lib_memchr.c 
CC: string/lib_stpcpy.c 
CC: string/lib_strcat.c 
CC: string/lib_strchrnul.c 

CC: string/lib_strcpy.c 




CC: string/lib_strncmp.c 






CC: string/lib_strrchr.c 

CC: string/lib_memset.c 
CC: symtab/symtab_findbyname.c 


CC: symtab/symtab_findbyvalue.c 
CC: symtab/symtab_sortbyname.c 


CC: syslog/lib_syslog.c 

CC: syslog/lib_setlogmask.c 
CC: termios/lib_cfspeed.c 
CC: termios/lib_cfmakeraw.c 
CC: termios/lib_isatty.c 
CC: termios/lib_tcflush.c 
CC: termios/lib_tcdrain.c 



CC: termios/lib_tcflow.c 

CC: termios/lib_tcgetattr.c 
CC: termios/lib_tcsetattr.c 
CC: termios/lib_tcsendbreak.c 







CC: termios/lib_ttyname.c 


CC: termios/lib_ttynamer.c 

CC: time/lib_strftime.c 


CC: time/lib_calendar2utc.c 



CC: time/lib_daysbeforemonth.c 

CC: time/lib_gettimeofday.c 
CC: time/lib_isleapyear.c 
CC: time/lib_settimeofday.c 

CC: time/lib_time.c 
CC: time/lib_timespec_get.c 
CC: time/lib_nanosleep.c 
CC: time/lib_difftime.c 
CC: time/lib_dayofweek.c 
CC: time/lib_asctime.c 
CC: time/lib_asctimer.c 
CC: time/lib_ctime.c 

CC: time/lib_ctimer.c 

CC: time/lib_gethrtime.c 









CC: time/lib_timegm.c 

CC: time/lib_gmtime.c 
CC: time/lib_gmtimer.c 
CC: tls/task_getinfo.c 
CC: tls/tls_getinfo.c 
CC: uio/lib_preadv.c 
CC: uio/lib_pwritev.c 

CC: unistd/lib_access.c 

CC: unistd/lib_daemon.c 

CC: unistd/lib_swab.c 
CC: unistd/lib_pathconf.c 

CC: unistd/lib_sysconf.c 

CC: unistd/lib_getcwd.c 
CC: unistd/lib_getentropy.c 
CC: unistd/lib_getopt_common.c 
CC: unistd/lib_getopt.c 
CC: unistd/lib_getopt_long.c 
CC: unistd/lib_getopt_longonly.c 
CC: unistd/lib_getoptvars.c 
IN: /tmp/nuttx/nuttx-apps.git/libapps.a -> staging/libapps.a 
CC: unistd/lib_getoptargp.c 











CC: unistd/lib_getopterrp.c 


CC: unistd/lib_getoptindp.c 
CC: unistd/lib_getoptoptp.c 


CC: unistd/lib_times.c 
CC: unistd/lib_alarm.c 
CC: unistd/lib_fstatvfs.c 
CC: unistd/lib_statvfs.c 

CC: unistd/lib_sleep.c 
CC: unistd/lib_nice.c 
CC: unistd/lib_setreuid.c 

CC: unistd/lib_setregid.c 

CC: unistd/lib_getrusage.c 
CC: unistd/lib_utime.c 
CC: unistd/lib_utimes.c 
CC: unistd/lib_setrlimit.c 
CC: unistd/lib_getrlimit.c 


CC: unistd/lib_setpriority.c 
CC: unistd/lib_getpriority.c 

CC: unistd/lib_futimes.c 


CC: unistd/lib_lutimes.c 









CC: unistd/lib_gethostname.c 

CC: unistd/lib_sethostname.c 

CC: unistd/lib_fchownat.c 

CC: unistd/lib_linkat.c 

CC: unistd/lib_readlinkat.c 
CC: unistd/lib_symlinkat.c 
CC: unistd/lib_unlinkat.c 
CC: unistd/lib_usleep.c 
CC: unistd/lib_getpgrp.c 
CC: unistd/lib_getpgid.c 
CC: unistd/lib_lockf.c 
CC: unistd/lib_flock.c 






CC: unistd/lib_getpass.c 
CC: unistd/lib_chdir.c 
CC: unistd/lib_fchdir.c 


CC: unistd/lib_confstr.c 
CC: unistd/lib_ulimit.c 
CC: unistd/lib_setuid.c 
CC: unistd/lib_setgid.c 








CC: unistd/lib_getuid.c 
CC: unistd/lib_getgid.c 
CC: unistd/lib_seteuid.c 

CC: unistd/lib_setegid.c 
CC: unistd/lib_geteuid.c 

CC: unistd/lib_getegid.c 
CC: unistd/lib_restoredir.c 

CC: unistd/lib_truncate.c 

CC: unistd/lib_posix_fallocate.c 

CC: uuid/lib_uuid_compare.c 


CC: uuid/lib_uuid_create.c 
CC: uuid/lib_uuid_create_nil.c 
CC: uuid/lib_uuid_equal.c 
CC: uuid/lib_uuid_from_string.c 






CC: uuid/lib_uuid_hash.c 


CC: uuid/lib_uuid_is_nil.c 
CC: uuid/lib_uuid_stream.c 

CC: uuid/lib_uuid_to_string.c 
CC: wchar/lib_wcscmp.c 
CC: wchar/lib_wcslen.c 
CC: wchar/lib_wmemchr.c 
CC: wchar/lib_wmemcmp.c 

CC: wchar/lib_wmemcpy.c 
CC: wchar/lib_wmemmove.c 





CC: wchar/lib_wmemset.c 



CC: wchar/lib_btowc.c 

CC: wchar/lib_mbrtowc.c 
CC: wchar/lib_wctob.c 
IN: fs/libfs.a -> staging/libfs.a 

CC: wchar/lib_wcslcpy.c 
CC: wchar/lib_wcsxfrm.c 

CC: wchar/lib_wcrtomb.c 
CC: wchar/lib_wcsftime.c 
CC: wchar/lib_wcscoll.c 
CC: wchar/lib_wcstol.c 
CC: wchar/lib_wcstoll.c 

CC: wchar/lib_wcstoul.c 
CC: wchar/lib_wcstoull.c 
CC: wchar/lib_wcstold.c 


CC: wchar/lib_wcstof.c 




CC: wchar/lib_wcstod.c 
CC: wchar/lib_swprintf.c 
CC: wchar/lib_mbsnrtowcs.c 



CC: wchar/lib_wcsnrtombs.c 
CC: wchar/lib_mbsinit.c 






CC: wchar/lib_mbrlen.c 
CC: wchar/lib_mbsrtowcs.c 
CC: wchar/lib_wcsrtombs.c 


CC: wchar/lib_wcscpy.c 

CC: wchar/lib_wcscat.c 
CC: wchar/lib_wcslcat.c 
CC: wchar/lib_wcsncat.c 
CC: wchar/lib_wcsrchr.c 
CC: wchar/lib_wcschr.c 
CC: wchar/lib_wcsncpy.c 

CC: wchar/lib_wcsncmp.c 
CC: wchar/lib_wcscspn.c 

CC: wchar/lib_wcspbrk.c 

CC: wchar/lib_wcsspn.c 
CC: wchar/lib_wcsstr.c 
CC: wchar/lib_wcstok.c 




CC: wchar/lib_wcswcs.c 






CC: wchar/lib_wcwidth.c 

CC: wchar/lib_wcswidth.c 

CC: wctype/lib_wctype.c 
CC: wctype/lib_iswctype.c 
CC: wctype/lib_towlower.c 
CC: wctype/lib_towupper.c 















IN: binfmt/libbinfmt.a -> staging/libbinfmt.a 



IN: arch/xtensa/src/board/libboard.a -> staging/libboard.a 

IN: arch/xtensa/src/libarch.a -> staging/libarch.a 

IN: libs/libc/libc.a -> staging/libc.a 

AS: common/xtensa_windowspill.S 
AS: common/xtensa_vectors.S 
AS: common/xtensa_window_vector.S 
AS: common/xtensa_int_handlers.S 
AS: common/xtensa_user_handler.S 
CC: chip/esp32s3_start.c 
CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_peripherals.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_peripherals.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_rom_aliases.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_rom_aliases.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/flat_memory.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/flat_memory.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_sections.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_sections.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.api.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.api.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libc.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libc.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.version.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.version.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.wdt.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.wdt.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/soc/esp32s3/ld/esp32s3.peripherals.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/soc/esp32s3/ld/esp32s3.peripherals.ld.tmp 

















LD: nuttx
Memory region Used Size Region Size %age Used
ROM: 134676 B 4194272 B 3.21%
iram0_0_seg: 41216 B 304 KB 13.24%
irom0_0_seg: 129792 B 4194272 B 3.09%
dram0_0_seg: 42692 B 288 KB 14.48%
drom0_0_seg: 200180 B 4194272 B 4.77%
rtc_iram_seg: 0 B 8168 B 0.00%
rtc_data_seg: 0 B 8168 B 0.00%
rtc_reserved_seg: 24 B 24 B 100.00%
rtc_slow_seg: 32 B 8 KB 0.39%
CP: nuttx.hex
MKIMAGE: ESP32-S3 binary
esptool.py -c esp32s3 elf2image --ram-only-header -fs 4MB -fm dio -ff "40m" -o nuttx.bin nuttx
esptool.py v4.10.0
Creating esp32s3 image...
Image has only RAM segments visible. ROM segments are hidden and SHA256 digest is not appended.
Merged 1 ELF section
Successfully created esp32s3 image.
Generated: nuttx.bin
6,85s real 37,65s user 29,61s sys
+ /usr/bin/time -h gmake flash -j24 CROSSDEV=xtensa-esp32s3-elf-

CC: misc/lib_utsname.c 

IN: libs/libc/libc.a -> staging/libc.a 

CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_peripherals.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_peripherals.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_rom_aliases.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_rom_aliases.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/flat_memory.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/flat_memory.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_sections.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_sections.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.api.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.api.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libc.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libc.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.version.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.version.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.wdt.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.wdt.ld.tmp 
CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/soc/esp32s3/ld/esp32s3.peripherals.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/soc/esp32s3/ld/esp32s3.peripherals.ld.tmp 











LD: nuttx
Memory region Used Size Region Size %age Used
ROM: 134676 B 4194272 B 3.21%
iram0_0_seg: 41216 B 304 KB 13.24%
irom0_0_seg: 129792 B 4194272 B 3.09%
dram0_0_seg: 42692 B 288 KB 14.48%
drom0_0_seg: 200180 B 4194272 B 4.77%
rtc_iram_seg: 0 B 8168 B 0.00%
rtc_data_seg: 0 B 8168 B 0.00%
rtc_reserved_seg: 24 B 24 B 100.00%
rtc_slow_seg: 32 B 8 KB 0.39%
CP: nuttx.hex
MKIMAGE: ESP32-S3 binary
esptool.py -c esp32s3 elf2image --ram-only-header -fs 4MB -fm dio -ff "40m" -o nuttx.bin nuttx
esptool.py v4.10.0
Creating esp32s3 image...
Image has only RAM segments visible. ROM segments are hidden and SHA256 digest is not appended.
Merged 1 ELF section
Successfully created esp32s3 image.
Generated: nuttx.bin
esptool.py -c esp32s3 -p /dev/cuaU0 -b 115200 write_flash -fs detect -fm dio -ff "40m" 0x0000 nuttx.bin
esptool.py v4.10.0
Serial port /dev/cuaU0
Connecting....
Chip is ESP32-S3 (QFN56) (revision v0.2)
Features: WiFi, BLE, Embedded PSRAM 8MB (AP_3v3)
Crystal is 40MHz
MAC: 24:ec:4a:03:47:0c
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Auto-detected Flash size: 8MB
Flash will be erased from 0x00000000 to 0x00020fff...
Flash params set to 0x0230
Compressed 134676 bytes to 74713...
Writing at 0x00000000... (20 %)
Writing at 0x00006883... (40 %)
Writing at 0x00011c39... (60 %)
Writing at 0x000175d3... (80 %)
Writing at 0x0001d1e0... (100 %)
Wrote 134676 bytes (74713 compressed) at 0x00000000 in 6.7 seconds (effective 160.7 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...
10,74s real 1,31s user 1,38s sys
+ cu -l /dev/cuaU0 -s 115200
Connected
2K performance run parameters for coremark.
CoreMark Size : 666
Total ticks : 2311
Total time (secs): 23.110000
Iterations/Sec : 951.968845
Iterations : 22000
Compiler version : GCC14.2.0
Compiler flags : -O3 -fno-strict-aliasing -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-strength-reduce
Parallel PThreads : 2
Memory location : HEAP
seedcrc : 0xe9f5
[0]crclist : 0xe714
[1]crclist : 0xe714
[0]crcmatrix : 0x1fd7
[1]crcmatrix : 0x1fd7
[0]crcstate : 0x8e3a
[1]crcstate : 0x8e3a
[0]crcfinal : 0x33ff
[1]crcfinal : 0x33ff
Correct operation validated. See README.md for run and reporting rules.
CoreMark 1.0 : 951.968845 / GCC14.2.0 -O3 -fno-strict-aliasing -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-strength-reduce / HEAP / 2:PThreads
~
[EOT]
+ /usr/bin/time -h gmake clean distclean -j24 CROSSDEV=xtensa-esp32s3-elf-
3,43s real 2,47s user 3,45s sys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment