FelipeMdeO commented on PR #18331: URL: https://github.com/apache/nuttx/pull/18331#issuecomment-3868097260
Hello @aditya0yadav , @acassis , @simbit18 , @raiden00pl, @linguini1 . I did several build to try get first macOS build break. The last **OK** macOS build (commit sha): nuttx: 7e925dbeaac9804760361c3d32fe18e14ad6862f apps: f517b66d607ba185622bc6562778da6660ad82e3 **Crash Commit SHA:** nuttx: 002f3c75e4a7d7ca1bb68c794c37972960d4d715 apps: f517b66d607ba185622bc6562778da6660ad82e3 https://github.com/apache/nuttx/commit/002f3c75e4a7d7ca1bb68c794c37972960d4d715 Using this SHA, the build output is: ``` ~/nuttx-tests/nuttx on HEAD (002f3c7) via △ v4.2.0 took 2s ❯ make -j all Create version.h LN: platform/board to /Users/felipemouradeoliveira/nuttx-tests/apps/platform/dummy Register: gpio Register: ostest Register: nsh Register: sh Register: dumpstack Register: hello clangclang: : error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' ERROR: cc failed: 1 command: cc -MT ./nsh_main.c.Users.felipemouradeoliveira.nuttx-tests.apps.system.nsh.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/apps/include' ./nsh_main.c clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' ERROR: cc failed: 1 command: cc -MT ./mkfatfs.c.Users.felipemouradeoliveira.nuttx-tests.apps.fsutils.mkfatfs.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/apps/include' ./mkfatfs.c clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' clang: ERROR: cc failed: 1 command: cc -MT ./dumpstack.c.Users.felipemouradeoliveira.nuttx-tests.apps.system.dumpstack.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/apps/include' ./dumpstack.c error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' ERROR: cc failed: 1 ERROR: cc failed: 1 command: cc -MT ./hello_main.c.Users.felipemouradeoliveira.nuttx-tests.apps.examples.hello.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/apps/include' ./hello_main.c command: cc -MT ./dummy.c.Users.felipemouradeoliveira.nuttx-tests.apps.platform.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/apps/include' ./board/dummy.c ERROR: cc failed: 1 command: cc -MT ./getopt.c.Users.felipemouradeoliveira.nuttx-tests.apps.testing.ostest.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/apps/include' ./getopt.c clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' ERROR: cc failed: 1 command: cc -MT ./gpio_main.c.Users.felipemouradeoliveira.nuttx-tests.apps.examples.gpio.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/apps/include' ./gpio_main.c clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' ERROR: cc failed: 1 command: cc -MT ./builtin_list.c.Users.felipemouradeoliveira.nuttx-tests.apps.builtin.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/apps/include' ./builtin_list.c clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' ERROR: cc failed: 1 command: cc -MT ./nsh_init.c.Users.felipemouradeoliveira.nuttx-tests.apps.nshlib.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/apps/include' ./nsh_init.c clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' ERROR: cc failed: 1 command: cc -MT ./readline.c.Users.felipemouradeoliveira.nuttx-tests.apps.system.readline.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/apps/include' ./readline.c clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' ERROR: cc failed: 1 command: cc -MT ./clock.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./clock/clock.c ERROR: cc failed: 1 command: cc -MT ./clock_gettime.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./clock/clock_gettime.c clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' ERROR: cc failed: 1 command: cc -MT ./clock_settime.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./clock/clock_settime.c clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: clock.ddc] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: clock_gettime.ddc] Error 1 gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: clock_settime.ddc] Error 1 ERROR: cc failed: 1 command: cc -MT ./clock_systime_timespec.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./clock/clock_systime_timespec.c clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: clock_systime_timespec.ddc] Error 1 ERROR: cc failed: 1 command: cc -MT ./clock_initialize.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./clock/clock_initialize.c ERROR: cc failed: 1 command: cc -MT ./clock_realtime2absticks.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./clock/clock_realtime2absticks.c clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' ERROR: cc failed: 1 command: cc -MT ./clock_systime_ticks.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./clock/clock_systime_ticks.c gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: clock_realtime2absticks.ddc] Error 1 gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: clock_initialize.ddc] Error 1 clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' clang: lang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' ERROR: cc failed: 1 command: cc -MT ./group_leave.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./group/group_leave.c ERROR: cc failed: 1 command: cc -MT ./env_getenv.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunctiongmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: clock_systime_ticks.ddc] Error 1 ERROR: cc failed: 1 command: cc -MT ./env_findvar.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./environ/env_findvar.c clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' -sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./environ/env_getenv.c 31merror: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: group_leave.ddc] Error 1 clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' ^[[?1;2cERROR: cc failed: 1 command: cc -MT ./env_release.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./environ/env_release.c ERROR: cc failed: 1 command: cc -MT ./env_getenvironptr.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunctionERROR: cc failed: 1 command: cc -MT ./env_clearenv.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./environ/env_clearenv.c clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' -sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN3clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' ERROR: cc failed: 1 command: cc -MT ./env_setenv.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./environ/env_setenv.c ERROR: cc failed: 1 command: cc -MT ./env_removevar.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./environ/env_removevar.c 2' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./environ/env_getenvironptr.c gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: env_getenv.ddc] Error 1 gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: env_clearenv.ddc] Error 1 gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: env_findvar.ddc] Error 1 gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' 232: env_release.ddc] Error 1 gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: env_setenv.ddc] Error 1 clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' ERROR: cc failed: 1 command: cc -MT ./env_dup.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas'gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: env_getenvironptr.ddc] Error 1 gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: env_removevar.ddc] Error 1 '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./environ/env_dup.c clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' ERROR: cc failed: 1 command: cc -MT ./group_join.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./group/group_join.c clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: group_join.ddc] Error 1 gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: env_dup.ddc] Error 1 clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' ERROR: cc failed: 1 command: cc -MT ./event_init.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./event/event_init.c ERROR: cc failed: 1 command: cc -MT ./clock_perf.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./clock/clock_perf.c ERROR: cc failed: 1 command: cc -MT ./event_destroy.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX'clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: event_init.ddc] Error 1 ERROR: cc failed: 1 command: cc -MT ./event_post.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./event/event_post.c '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./event/event_destroy.c clang: error: ERROR: cc failed: 1 unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' command: cc -MT ./group_foreachchild.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./group/group_foreachchild.c clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' ERROR: cc failed: 1 command: cc -MT ./event_wait.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./event/event_wait.c ERROR: cc failed: 1 command: cc -MT ./env_unsetenv.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fnoclang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' -pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./environ/env_unsetenv.c gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: event_post.ddc] Error 1 gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: event_wait.ddc] Error 1 gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: clock_perf.ddc] Error 1 ERROR: cc failed: 1 command: cc -MT ./group_signal.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./group/group_signal.c ERROR: cc failed: 1 command: cc -MT ./group_create.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AERROR: cc failed: 1 command: cc -MT ./event_reset.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./event/event_reset.c gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: env_unsetenv.ddc] Error 1 gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: event_reset.ddc] Error 1 clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' ERROR: cc failed: 1 command: cc -MT ./group_setuptaskfiles.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./group/group_setuptaskfiles.c clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' clangERROR: cc failed: 1 : command: cc -MT ./irq_initialize.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./irq/irq_initialize.c error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: group_signal.ddc] Error 1 gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: group_foreachchild.ddc] Error 1 gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Conficlang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' g.mk:232: group_setuptaskfiles.ddc] Error 1 IX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./group/group_create.c gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: irq_initialize.ddc] Error 1 gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: event_destroy.ddc] Error 1 ERROR: cc failed: 1 command: cc -MT ./group_setupidlefiles.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-ERROR: cc failed: 1 command: cc -MT ./nx_bringup.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./init/nx_bringup.c ERROR: cc failed: 1 command: cc -MT ./group_killchildren.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_ERROR: cc failed: 1 command: cc -MT ./irq_dispatch.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./irq/irq_dispatch.c AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./group/group_killchildren.c DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./group/group_setupidlefiles.c ERROR: cc failed: 1 command: cc -MT ./env_foreach.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./environ/env_foreach.c ERROR: cc failed: 1 command: cc -MT ./env_putenv.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: group_create.ddc] Error 1 ERROR: cc failed: 1 ERROR: cc failed: 1 command: cc -MT ./nx_start.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./init/nx_start.c command: cc -MT ./irq_unexpectedisr.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./irq/irq_unexpectedisr.c gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: irq_dispatch.ddc] Error 1 gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: nx_bringup.ddc] Error 1 gmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./environ/env_putenv.c gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: group_killchildren.ddc] Error 1 gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: env_foreach.ddc] Error 1 gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: group_setupidlefiles.ddc] Error 1 gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: irq_unexpectedisr.ddc] Error 1 gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: nx_start.ddc] Error 1 gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: env_putenv.ddc] Error 1 clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' ERROR: cc failed: 1 command: cc -MT ./irq_attach.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./irq/irq_attach.c gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: irq_attach.ddc] Error 1 clang: error: unsupported argument 'medium' to option '-mcmodel=' for target 'arm64-apple-macosx26.0.0' ERROR: cc failed: 1 command: cc -MT ./instrument.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-isystem' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-I' '/Users/felipemouradeoliveira/nuttx-tests/nuttx/sched' ./instrument/instrument.c gmake[2]: *** [/Users/felipemouradeoliveira/nuttx-tests/nuttx/tools/Config.mk:232: instrument.ddc] Error 1 gmake[1]: *** [Makefile:74: .depend] Error 2 gmake: *** [tools/Unix.mk:630: pass2dep] Error 2 ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
