eren-terzioglu commented on PR #16662: URL: https://github.com/apache/nuttx/pull/16662#issuecomment-3047961988
> > @JianyuWang0623 I meant the Xtensa compiler version. Run `make host_info` and share the results please. > > Here is my results after running `make host_info` . > > ``` > xbd@xbd-ThinkCentre-M760t:~/Documents/Nuttx/nuttx_kernel$ make host_info > NuttX CFLAGS: > -fno-common > -Wall > -Wstrict-prototypes > -Wshadow > -Wundef > -Wno-attributes > -Wno-unknown-pragmas > -Wno-psabi > -Os > -fno-strict-aliasing > -fomit-frame-pointer > -ffunction-sections > -fdata-sections \-g\ > -fno-strength-reduce > -mlongcalls > -isystem /home/xbd/Documents/Nuttx/nuttx_kernel/include > -D__NuttX__ > -DNDEBUG > > > NuttX CXXFLAGS: > -fno-common > -Wall > -Wshadow > -Wundef > -Wno-attributes > -Wno-unknown-pragmas > -nostdinc++ > -Wno-psabi > -std=\gnu++17\ > -fno-exceptions > -fcheck-new > -fno-rtti > -Os > -fno-strict-aliasing > -fomit-frame-pointer > -ffunction-sections > -fdata-sections \-g\ > -fno-strength-reduce > -mlongcalls > -isystem /home/xbd/Documents/Nuttx/nuttx_kernel/include/cxx > -isystem /home/xbd/Documents/Nuttx/nuttx_kernel/include > -D__NuttX__ > -DNDEBUG > > > NuttX LDFLAGS: > -nostdlib > --gc-sections > --cref > -Map=/home/xbd/Documents/Nuttx/nuttx_kernel/nuttx.map > --print-memory-usage > > > NuttX configuration options: > CONFIG_HOST_LINUX=y > > Host system OS: > CONFIG_APPS_DIR=\ > > Host system PATH: > > Espressif specific information: > > Toolchain version: > CONFIG_BASE_DEFCONFIG=\ > > Toolchain version: > > Esptool version: > CONFIG_BUILD_FLAT=y > > HAL version: > CONFIG_INTELHEX_BINARY=y > > CHIP ID: > CONFIG_OUTPUT_STRIP_PATHS=y > > Flash ID: > CONFIG_ARCH_HAVE_STDARG_H=y > > Security information: > CONFIG_ARCH_HAVE_SETJMP=y > > Flash status: > CONFIG_ARCH_NONE_DEBUG_H=y > > MAC address: > CONFIG_FORTIFY_SOURCE=0 > ``` > > I haved checked my `.config` file and it shows: > > ``` > # > # Build Configuration > # > CONFIG_APPS_DIR="../nuttx-apps" > CONFIG_BASE_DEFCONFIG="esp32s3-box:lvgl-3-dirty" > ``` Output looks a bit interesting. Did you change `make host_info` output before posting there? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org