merge
This commit is contained in:
parent
488f094ebf
commit
b3f985944e
@ -9,6 +9,7 @@ find_package(CURL REQUIRED)
|
|||||||
|
|
||||||
# add the executable
|
# add the executable
|
||||||
ADD_EXECUTABLE(main
|
ADD_EXECUTABLE(main
|
||||||
|
<<<<<<< HEAD
|
||||||
|
|
||||||
# OSX Files
|
# OSX Files
|
||||||
source/osx/cpu.c
|
source/osx/cpu.c
|
||||||
@ -30,3 +31,10 @@ ADD_EXECUTABLE(main
|
|||||||
|
|
||||||
TARGET_LINK_LIBRARIES(main PRIVATE CURL::libcurl)
|
TARGET_LINK_LIBRARIES(main PRIVATE CURL::libcurl)
|
||||||
TARGET_INCLUDE_DIRECTORIES(main PRIVATE source/lib/osx source/lib/linux)
|
TARGET_INCLUDE_DIRECTORIES(main PRIVATE source/lib/osx source/lib/linux)
|
||||||
|
=======
|
||||||
|
source/main.c
|
||||||
|
source/lib/osx/cpu.c
|
||||||
|
)
|
||||||
|
|
||||||
|
target_include_directories(main PRIVATE source/lib/osx)
|
||||||
|
>>>>>>> 7e64275 (maocs now returns cpu name)
|
||||||
|
|||||||
@ -81,8 +81,8 @@ CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
|
|||||||
//Flags used by the linker during RELWITHDEBINFO builds.
|
//Flags used by the linker during RELWITHDEBINFO builds.
|
||||||
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||||
|
|
||||||
//Enable/Disable output of compile commands during generation.
|
//No help, variable specified on the command line.
|
||||||
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
|
CMAKE_EXPORT_COMPILE_COMMANDS:UNINITIALIZED=ON
|
||||||
|
|
||||||
//Value Computed by CMake.
|
//Value Computed by CMake.
|
||||||
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/Users/nasr/synf/synf-sys/build/CMakeFiles/pkgRedirects
|
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/Users/nasr/synf/synf-sys/build/CMakeFiles/pkgRedirects
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@ -143,8 +143,8 @@ events:
|
|||||||
checks:
|
checks:
|
||||||
- "Detecting C compiler ABI info"
|
- "Detecting C compiler ABI info"
|
||||||
directories:
|
directories:
|
||||||
source: "/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-3t3BVy"
|
source: "/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-u77VtP"
|
||||||
binary: "/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-3t3BVy"
|
binary: "/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-u77VtP"
|
||||||
cmakeVariables:
|
cmakeVariables:
|
||||||
CMAKE_C_FLAGS: ""
|
CMAKE_C_FLAGS: ""
|
||||||
CMAKE_C_FLAGS_DEBUG: "-g"
|
CMAKE_C_FLAGS_DEBUG: "-g"
|
||||||
@ -156,18 +156,18 @@ events:
|
|||||||
variable: "CMAKE_C_ABI_COMPILED"
|
variable: "CMAKE_C_ABI_COMPILED"
|
||||||
cached: true
|
cached: true
|
||||||
stdout: |
|
stdout: |
|
||||||
Change Dir: '/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-3t3BVy'
|
Change Dir: '/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-u77VtP'
|
||||||
|
|
||||||
Run Build Command(s): /opt/homebrew/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9137a/fast
|
Run Build Command(s): /opt/homebrew/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8204b/fast
|
||||||
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_9137a.dir/build.make CMakeFiles/cmTC_9137a.dir/build
|
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8204b.dir/build.make CMakeFiles/cmTC_8204b.dir/build
|
||||||
Building C object CMakeFiles/cmTC_9137a.dir/CMakeCCompilerABI.c.o
|
Building C object CMakeFiles/cmTC_8204b.dir/CMakeCCompilerABI.c.o
|
||||||
/usr/bin/cc -arch arm64 -v -Wl,-v -MD -MT CMakeFiles/cmTC_9137a.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_9137a.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_9137a.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c
|
/usr/bin/cc -arch arm64 -v -Wl,-v -MD -MT CMakeFiles/cmTC_8204b.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_8204b.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_8204b.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c
|
||||||
Apple clang version 17.0.0 (clang-1700.0.13.5)
|
Apple clang version 17.0.0 (clang-1700.0.13.5)
|
||||||
Target: arm64-apple-darwin25.0.0
|
Target: arm64-apple-darwin25.0.0
|
||||||
Thread model: posix
|
Thread model: posix
|
||||||
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
||||||
clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
|
clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
|
||||||
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx16.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=26.0 -fvisibility-inlines-hidden-static-local-var -fdefine-target-os-macros -fno-assume-unique-vtables -fno-modulemap-allow-subdirectory-search -target-cpu apple-m1 -target-feature +zcm -target-feature +zcz -target-feature +v8.5a -target-feature +aes -target-feature +altnzcv -target-feature +ccdp -target-feature +complxnum -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +fptoint -target-feature +fullfp16 -target-feature +jsconv -target-feature +lse -target-feature +neon -target-feature +pauth -target-feature +perfmon -target-feature +predres -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sb -target-feature +sha2 -target-feature +sha3 -target-feature +specrestrict -target-feature +ssbs -target-abi darwinpcs -debugger-tuning=lldb -fdebug-compilation-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-3t3BVy -target-linker-version 1167.5 -v -fcoverage-compilation-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-3t3BVy -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17 -dependency-file CMakeFiles/cmTC_9137a.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_9137a.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_9137a.dir/CMakeCCompilerABI.c.o -x c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c
|
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx16.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=26.0 -fvisibility-inlines-hidden-static-local-var -fdefine-target-os-macros -fno-assume-unique-vtables -fno-modulemap-allow-subdirectory-search -target-cpu apple-m1 -target-feature +zcm -target-feature +zcz -target-feature +v8.5a -target-feature +aes -target-feature +altnzcv -target-feature +ccdp -target-feature +complxnum -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +fptoint -target-feature +fullfp16 -target-feature +jsconv -target-feature +lse -target-feature +neon -target-feature +pauth -target-feature +perfmon -target-feature +predres -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sb -target-feature +sha2 -target-feature +sha3 -target-feature +specrestrict -target-feature +ssbs -target-abi darwinpcs -debugger-tuning=lldb -fdebug-compilation-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-u77VtP -target-linker-version 1167.5 -v -fcoverage-compilation-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-u77VtP -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17 -dependency-file CMakeFiles/cmTC_8204b.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_8204b.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_8204b.dir/CMakeCCompilerABI.c.o -x c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c
|
||||||
clang -cc1 version 17.0.0 (clang-1700.0.13.5) default target arm64-apple-darwin25.0.0
|
clang -cc1 version 17.0.0 (clang-1700.0.13.5) default target arm64-apple-darwin25.0.0
|
||||||
ignoring nonexistent directory "/usr/local/include"
|
ignoring nonexistent directory "/usr/local/include"
|
||||||
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include"
|
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include"
|
||||||
@ -180,13 +180,13 @@ events:
|
|||||||
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory)
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory)
|
||||||
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/SubFrameworks (framework directory)
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/SubFrameworks (framework directory)
|
||||||
End of search list.
|
End of search list.
|
||||||
Linking C executable cmTC_9137a
|
Linking C executable cmTC_8204b
|
||||||
/opt/homebrew/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9137a.dir/link.txt --verbose=1
|
/opt/homebrew/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8204b.dir/link.txt --verbose=1
|
||||||
Apple clang version 17.0.0 (clang-1700.0.13.5)
|
Apple clang version 17.0.0 (clang-1700.0.13.5)
|
||||||
Target: arm64-apple-darwin25.0.0
|
Target: arm64-apple-darwin25.0.0
|
||||||
Thread model: posix
|
Thread model: posix
|
||||||
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
||||||
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 16.0.0 26.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_9137a -L/usr/local/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_9137a.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a
|
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 16.0.0 26.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_8204b -L/usr/local/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_8204b.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a
|
||||||
@(#)PROGRAM:ld PROJECT:ld-1167.5
|
@(#)PROGRAM:ld PROJECT:ld-1167.5
|
||||||
BUILD 01:45:05 Apr 30 2025
|
BUILD 01:45:05 Apr 30 2025
|
||||||
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
|
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
|
||||||
@ -198,7 +198,7 @@ events:
|
|||||||
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/swift
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/swift
|
||||||
Framework search paths:
|
Framework search paths:
|
||||||
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks
|
||||||
/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_9137a.dir/CMakeCCompilerABI.c.o -o cmTC_9137a
|
/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_8204b.dir/CMakeCCompilerABI.c.o -o cmTC_8204b
|
||||||
|
|
||||||
exitCode: 0
|
exitCode: 0
|
||||||
-
|
-
|
||||||
@ -240,18 +240,18 @@ events:
|
|||||||
Parsed C implicit link information:
|
Parsed C implicit link information:
|
||||||
link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
||||||
linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)]
|
linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)]
|
||||||
ignore line: [Change Dir: '/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-3t3BVy']
|
ignore line: [Change Dir: '/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-u77VtP']
|
||||||
ignore line: []
|
ignore line: []
|
||||||
ignore line: [Run Build Command(s): /opt/homebrew/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9137a/fast]
|
ignore line: [Run Build Command(s): /opt/homebrew/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8204b/fast]
|
||||||
ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_9137a.dir/build.make CMakeFiles/cmTC_9137a.dir/build]
|
ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8204b.dir/build.make CMakeFiles/cmTC_8204b.dir/build]
|
||||||
ignore line: [Building C object CMakeFiles/cmTC_9137a.dir/CMakeCCompilerABI.c.o]
|
ignore line: [Building C object CMakeFiles/cmTC_8204b.dir/CMakeCCompilerABI.c.o]
|
||||||
ignore line: [/usr/bin/cc -arch arm64 -v -Wl -v -MD -MT CMakeFiles/cmTC_9137a.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_9137a.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_9137a.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c]
|
ignore line: [/usr/bin/cc -arch arm64 -v -Wl -v -MD -MT CMakeFiles/cmTC_8204b.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_8204b.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_8204b.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c]
|
||||||
ignore line: [Apple clang version 17.0.0 (clang-1700.0.13.5)]
|
ignore line: [Apple clang version 17.0.0 (clang-1700.0.13.5)]
|
||||||
ignore line: [Target: arm64-apple-darwin25.0.0]
|
ignore line: [Target: arm64-apple-darwin25.0.0]
|
||||||
ignore line: [Thread model: posix]
|
ignore line: [Thread model: posix]
|
||||||
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
|
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
|
||||||
ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
|
ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
|
||||||
ignore line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx16.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=26.0 -fvisibility-inlines-hidden-static-local-var -fdefine-target-os-macros -fno-assume-unique-vtables -fno-modulemap-allow-subdirectory-search -target-cpu apple-m1 -target-feature +zcm -target-feature +zcz -target-feature +v8.5a -target-feature +aes -target-feature +altnzcv -target-feature +ccdp -target-feature +complxnum -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +fptoint -target-feature +fullfp16 -target-feature +jsconv -target-feature +lse -target-feature +neon -target-feature +pauth -target-feature +perfmon -target-feature +predres -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sb -target-feature +sha2 -target-feature +sha3 -target-feature +specrestrict -target-feature +ssbs -target-abi darwinpcs -debugger-tuning=lldb -fdebug-compilation-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-3t3BVy -target-linker-version 1167.5 -v -fcoverage-compilation-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-3t3BVy -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17 -dependency-file CMakeFiles/cmTC_9137a.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_9137a.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_9137a.dir/CMakeCCompilerABI.c.o -x c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c]
|
ignore line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx16.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=26.0 -fvisibility-inlines-hidden-static-local-var -fdefine-target-os-macros -fno-assume-unique-vtables -fno-modulemap-allow-subdirectory-search -target-cpu apple-m1 -target-feature +zcm -target-feature +zcz -target-feature +v8.5a -target-feature +aes -target-feature +altnzcv -target-feature +ccdp -target-feature +complxnum -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +fptoint -target-feature +fullfp16 -target-feature +jsconv -target-feature +lse -target-feature +neon -target-feature +pauth -target-feature +perfmon -target-feature +predres -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sb -target-feature +sha2 -target-feature +sha3 -target-feature +specrestrict -target-feature +ssbs -target-abi darwinpcs -debugger-tuning=lldb -fdebug-compilation-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-u77VtP -target-linker-version 1167.5 -v -fcoverage-compilation-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-u77VtP -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17 -dependency-file CMakeFiles/cmTC_8204b.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_8204b.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_8204b.dir/CMakeCCompilerABI.c.o -x c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c]
|
||||||
ignore line: [clang -cc1 version 17.0.0 (clang-1700.0.13.5) default target arm64-apple-darwin25.0.0]
|
ignore line: [clang -cc1 version 17.0.0 (clang-1700.0.13.5) default target arm64-apple-darwin25.0.0]
|
||||||
ignore line: [ignoring nonexistent directory "/usr/local/include"]
|
ignore line: [ignoring nonexistent directory "/usr/local/include"]
|
||||||
ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include"]
|
ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include"]
|
||||||
@ -264,13 +264,13 @@ events:
|
|||||||
ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory)]
|
ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory)]
|
||||||
ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/SubFrameworks (framework directory)]
|
ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/SubFrameworks (framework directory)]
|
||||||
ignore line: [End of search list.]
|
ignore line: [End of search list.]
|
||||||
ignore line: [Linking C executable cmTC_9137a]
|
ignore line: [Linking C executable cmTC_8204b]
|
||||||
ignore line: [/opt/homebrew/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9137a.dir/link.txt --verbose=1]
|
ignore line: [/opt/homebrew/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8204b.dir/link.txt --verbose=1]
|
||||||
ignore line: [Apple clang version 17.0.0 (clang-1700.0.13.5)]
|
ignore line: [Apple clang version 17.0.0 (clang-1700.0.13.5)]
|
||||||
ignore line: [Target: arm64-apple-darwin25.0.0]
|
ignore line: [Target: arm64-apple-darwin25.0.0]
|
||||||
ignore line: [Thread model: posix]
|
ignore line: [Thread model: posix]
|
||||||
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
|
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
|
||||||
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 16.0.0 26.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_9137a -L/usr/local/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_9137a.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a]
|
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 16.0.0 26.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_8204b -L/usr/local/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_8204b.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a]
|
||||||
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
|
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
|
||||||
arg [-demangle] ==> ignore
|
arg [-demangle] ==> ignore
|
||||||
arg [-lto_library] ==> ignore, skip following value
|
arg [-lto_library] ==> ignore, skip following value
|
||||||
@ -287,12 +287,12 @@ events:
|
|||||||
arg [-mllvm] ==> ignore
|
arg [-mllvm] ==> ignore
|
||||||
arg [-enable-linkonceodr-outlining] ==> ignore
|
arg [-enable-linkonceodr-outlining] ==> ignore
|
||||||
arg [-o] ==> ignore
|
arg [-o] ==> ignore
|
||||||
arg [cmTC_9137a] ==> ignore
|
arg [cmTC_8204b] ==> ignore
|
||||||
arg [-L/usr/local/lib] ==> dir [/usr/local/lib]
|
arg [-L/usr/local/lib] ==> dir [/usr/local/lib]
|
||||||
arg [-search_paths_first] ==> ignore
|
arg [-search_paths_first] ==> ignore
|
||||||
arg [-headerpad_max_install_names] ==> ignore
|
arg [-headerpad_max_install_names] ==> ignore
|
||||||
arg [-v] ==> ignore
|
arg [-v] ==> ignore
|
||||||
arg [CMakeFiles/cmTC_9137a.dir/CMakeCCompilerABI.c.o] ==> ignore
|
arg [CMakeFiles/cmTC_8204b.dir/CMakeCCompilerABI.c.o] ==> ignore
|
||||||
arg [-lSystem] ==> lib [System]
|
arg [-lSystem] ==> lib [System]
|
||||||
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a]
|
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a]
|
||||||
linker tool for 'C': /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
|
linker tool for 'C': /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
|
||||||
@ -334,8 +334,8 @@ events:
|
|||||||
checks:
|
checks:
|
||||||
- "Detecting CXX compiler ABI info"
|
- "Detecting CXX compiler ABI info"
|
||||||
directories:
|
directories:
|
||||||
source: "/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-gIVaw9"
|
source: "/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-oqQOQa"
|
||||||
binary: "/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-gIVaw9"
|
binary: "/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-oqQOQa"
|
||||||
cmakeVariables:
|
cmakeVariables:
|
||||||
CMAKE_CXX_FLAGS: ""
|
CMAKE_CXX_FLAGS: ""
|
||||||
CMAKE_CXX_FLAGS_DEBUG: "-g"
|
CMAKE_CXX_FLAGS_DEBUG: "-g"
|
||||||
@ -348,19 +348,19 @@ events:
|
|||||||
variable: "CMAKE_CXX_ABI_COMPILED"
|
variable: "CMAKE_CXX_ABI_COMPILED"
|
||||||
cached: true
|
cached: true
|
||||||
stdout: |
|
stdout: |
|
||||||
Change Dir: '/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-gIVaw9'
|
Change Dir: '/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-oqQOQa'
|
||||||
|
|
||||||
Run Build Command(s): /opt/homebrew/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b37aa/fast
|
Run Build Command(s): /opt/homebrew/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_05e4b/fast
|
||||||
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b37aa.dir/build.make CMakeFiles/cmTC_b37aa.dir/build
|
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_05e4b.dir/build.make CMakeFiles/cmTC_05e4b.dir/build
|
||||||
Building CXX object CMakeFiles/cmTC_b37aa.dir/CMakeCXXCompilerABI.cpp.o
|
Building CXX object CMakeFiles/cmTC_05e4b.dir/CMakeCXXCompilerABI.cpp.o
|
||||||
/usr/bin/c++ -arch arm64 -v -Wl,-v -MD -MT CMakeFiles/cmTC_b37aa.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_b37aa.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_b37aa.dir/CMakeCXXCompilerABI.cpp.o -c /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp
|
/usr/bin/c++ -arch arm64 -v -Wl,-v -MD -MT CMakeFiles/cmTC_05e4b.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_05e4b.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_05e4b.dir/CMakeCXXCompilerABI.cpp.o -c /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp
|
||||||
Apple clang version 17.0.0 (clang-1700.0.13.5)
|
Apple clang version 17.0.0 (clang-1700.0.13.5)
|
||||||
Target: arm64-apple-darwin25.0.0
|
Target: arm64-apple-darwin25.0.0
|
||||||
Thread model: posix
|
Thread model: posix
|
||||||
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
||||||
clang++: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
|
clang++: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
|
||||||
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1"
|
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1"
|
||||||
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx16.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=26.0 -fvisibility-inlines-hidden-static-local-var -fdefine-target-os-macros -fno-assume-unique-vtables -fno-modulemap-allow-subdirectory-search -target-cpu apple-m1 -target-feature +zcm -target-feature +zcz -target-feature +v8.5a -target-feature +aes -target-feature +altnzcv -target-feature +ccdp -target-feature +complxnum -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +fptoint -target-feature +fullfp16 -target-feature +jsconv -target-feature +lse -target-feature +neon -target-feature +pauth -target-feature +perfmon -target-feature +predres -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sb -target-feature +sha2 -target-feature +sha3 -target-feature +specrestrict -target-feature +ssbs -target-abi darwinpcs -debugger-tuning=lldb -fdebug-compilation-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-gIVaw9 -target-linker-version 1167.5 -v -fcoverage-compilation-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-gIVaw9 -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17 -dependency-file CMakeFiles/cmTC_b37aa.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_b37aa.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fskip-odr-check-in-gmf -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_b37aa.dir/CMakeCXXCompilerABI.cpp.o -x c++ /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp
|
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx16.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=26.0 -fvisibility-inlines-hidden-static-local-var -fdefine-target-os-macros -fno-assume-unique-vtables -fno-modulemap-allow-subdirectory-search -target-cpu apple-m1 -target-feature +zcm -target-feature +zcz -target-feature +v8.5a -target-feature +aes -target-feature +altnzcv -target-feature +ccdp -target-feature +complxnum -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +fptoint -target-feature +fullfp16 -target-feature +jsconv -target-feature +lse -target-feature +neon -target-feature +pauth -target-feature +perfmon -target-feature +predres -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sb -target-feature +sha2 -target-feature +sha3 -target-feature +specrestrict -target-feature +ssbs -target-abi darwinpcs -debugger-tuning=lldb -fdebug-compilation-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-oqQOQa -target-linker-version 1167.5 -v -fcoverage-compilation-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-oqQOQa -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17 -dependency-file CMakeFiles/cmTC_05e4b.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_05e4b.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fskip-odr-check-in-gmf -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_05e4b.dir/CMakeCXXCompilerABI.cpp.o -x c++ /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp
|
||||||
clang -cc1 version 17.0.0 (clang-1700.0.13.5) default target arm64-apple-darwin25.0.0
|
clang -cc1 version 17.0.0 (clang-1700.0.13.5) default target arm64-apple-darwin25.0.0
|
||||||
ignoring nonexistent directory "/usr/local/include"
|
ignoring nonexistent directory "/usr/local/include"
|
||||||
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include"
|
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include"
|
||||||
@ -374,13 +374,13 @@ events:
|
|||||||
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory)
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory)
|
||||||
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/SubFrameworks (framework directory)
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/SubFrameworks (framework directory)
|
||||||
End of search list.
|
End of search list.
|
||||||
Linking CXX executable cmTC_b37aa
|
Linking CXX executable cmTC_05e4b
|
||||||
/opt/homebrew/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b37aa.dir/link.txt --verbose=1
|
/opt/homebrew/bin/cmake -E cmake_link_script CMakeFiles/cmTC_05e4b.dir/link.txt --verbose=1
|
||||||
Apple clang version 17.0.0 (clang-1700.0.13.5)
|
Apple clang version 17.0.0 (clang-1700.0.13.5)
|
||||||
Target: arm64-apple-darwin25.0.0
|
Target: arm64-apple-darwin25.0.0
|
||||||
Thread model: posix
|
Thread model: posix
|
||||||
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
||||||
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 16.0.0 26.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_b37aa -L/usr/local/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_b37aa.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a
|
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 16.0.0 26.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_05e4b -L/usr/local/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_05e4b.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a
|
||||||
@(#)PROGRAM:ld PROJECT:ld-1167.5
|
@(#)PROGRAM:ld PROJECT:ld-1167.5
|
||||||
BUILD 01:45:05 Apr 30 2025
|
BUILD 01:45:05 Apr 30 2025
|
||||||
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
|
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
|
||||||
@ -392,7 +392,7 @@ events:
|
|||||||
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/swift
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/swift
|
||||||
Framework search paths:
|
Framework search paths:
|
||||||
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks
|
||||||
/usr/bin/c++ -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_b37aa.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_b37aa
|
/usr/bin/c++ -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_05e4b.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_05e4b
|
||||||
|
|
||||||
exitCode: 0
|
exitCode: 0
|
||||||
-
|
-
|
||||||
@ -436,19 +436,19 @@ events:
|
|||||||
Parsed CXX implicit link information:
|
Parsed CXX implicit link information:
|
||||||
link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
||||||
linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)]
|
linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)]
|
||||||
ignore line: [Change Dir: '/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-gIVaw9']
|
ignore line: [Change Dir: '/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-oqQOQa']
|
||||||
ignore line: []
|
ignore line: []
|
||||||
ignore line: [Run Build Command(s): /opt/homebrew/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b37aa/fast]
|
ignore line: [Run Build Command(s): /opt/homebrew/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_05e4b/fast]
|
||||||
ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b37aa.dir/build.make CMakeFiles/cmTC_b37aa.dir/build]
|
ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_05e4b.dir/build.make CMakeFiles/cmTC_05e4b.dir/build]
|
||||||
ignore line: [Building CXX object CMakeFiles/cmTC_b37aa.dir/CMakeCXXCompilerABI.cpp.o]
|
ignore line: [Building CXX object CMakeFiles/cmTC_05e4b.dir/CMakeCXXCompilerABI.cpp.o]
|
||||||
ignore line: [/usr/bin/c++ -arch arm64 -v -Wl -v -MD -MT CMakeFiles/cmTC_b37aa.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_b37aa.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_b37aa.dir/CMakeCXXCompilerABI.cpp.o -c /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
|
ignore line: [/usr/bin/c++ -arch arm64 -v -Wl -v -MD -MT CMakeFiles/cmTC_05e4b.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_05e4b.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_05e4b.dir/CMakeCXXCompilerABI.cpp.o -c /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
|
||||||
ignore line: [Apple clang version 17.0.0 (clang-1700.0.13.5)]
|
ignore line: [Apple clang version 17.0.0 (clang-1700.0.13.5)]
|
||||||
ignore line: [Target: arm64-apple-darwin25.0.0]
|
ignore line: [Target: arm64-apple-darwin25.0.0]
|
||||||
ignore line: [Thread model: posix]
|
ignore line: [Thread model: posix]
|
||||||
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
|
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
|
||||||
ignore line: [clang++: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
|
ignore line: [clang++: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
|
||||||
ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1"]
|
ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1"]
|
||||||
ignore line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx16.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=26.0 -fvisibility-inlines-hidden-static-local-var -fdefine-target-os-macros -fno-assume-unique-vtables -fno-modulemap-allow-subdirectory-search -target-cpu apple-m1 -target-feature +zcm -target-feature +zcz -target-feature +v8.5a -target-feature +aes -target-feature +altnzcv -target-feature +ccdp -target-feature +complxnum -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +fptoint -target-feature +fullfp16 -target-feature +jsconv -target-feature +lse -target-feature +neon -target-feature +pauth -target-feature +perfmon -target-feature +predres -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sb -target-feature +sha2 -target-feature +sha3 -target-feature +specrestrict -target-feature +ssbs -target-abi darwinpcs -debugger-tuning=lldb -fdebug-compilation-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-gIVaw9 -target-linker-version 1167.5 -v -fcoverage-compilation-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-gIVaw9 -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17 -dependency-file CMakeFiles/cmTC_b37aa.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_b37aa.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fskip-odr-check-in-gmf -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_b37aa.dir/CMakeCXXCompilerABI.cpp.o -x c++ /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
|
ignore line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx16.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=26.0 -fvisibility-inlines-hidden-static-local-var -fdefine-target-os-macros -fno-assume-unique-vtables -fno-modulemap-allow-subdirectory-search -target-cpu apple-m1 -target-feature +zcm -target-feature +zcz -target-feature +v8.5a -target-feature +aes -target-feature +altnzcv -target-feature +ccdp -target-feature +complxnum -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +fptoint -target-feature +fullfp16 -target-feature +jsconv -target-feature +lse -target-feature +neon -target-feature +pauth -target-feature +perfmon -target-feature +predres -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sb -target-feature +sha2 -target-feature +sha3 -target-feature +specrestrict -target-feature +ssbs -target-abi darwinpcs -debugger-tuning=lldb -fdebug-compilation-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-oqQOQa -target-linker-version 1167.5 -v -fcoverage-compilation-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles/CMakeScratch/TryCompile-oqQOQa -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17 -dependency-file CMakeFiles/cmTC_05e4b.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_05e4b.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fskip-odr-check-in-gmf -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_05e4b.dir/CMakeCXXCompilerABI.cpp.o -x c++ /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
|
||||||
ignore line: [clang -cc1 version 17.0.0 (clang-1700.0.13.5) default target arm64-apple-darwin25.0.0]
|
ignore line: [clang -cc1 version 17.0.0 (clang-1700.0.13.5) default target arm64-apple-darwin25.0.0]
|
||||||
ignore line: [ignoring nonexistent directory "/usr/local/include"]
|
ignore line: [ignoring nonexistent directory "/usr/local/include"]
|
||||||
ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include"]
|
ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include"]
|
||||||
@ -462,13 +462,13 @@ events:
|
|||||||
ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory)]
|
ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory)]
|
||||||
ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/SubFrameworks (framework directory)]
|
ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/SubFrameworks (framework directory)]
|
||||||
ignore line: [End of search list.]
|
ignore line: [End of search list.]
|
||||||
ignore line: [Linking CXX executable cmTC_b37aa]
|
ignore line: [Linking CXX executable cmTC_05e4b]
|
||||||
ignore line: [/opt/homebrew/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b37aa.dir/link.txt --verbose=1]
|
ignore line: [/opt/homebrew/bin/cmake -E cmake_link_script CMakeFiles/cmTC_05e4b.dir/link.txt --verbose=1]
|
||||||
ignore line: [Apple clang version 17.0.0 (clang-1700.0.13.5)]
|
ignore line: [Apple clang version 17.0.0 (clang-1700.0.13.5)]
|
||||||
ignore line: [Target: arm64-apple-darwin25.0.0]
|
ignore line: [Target: arm64-apple-darwin25.0.0]
|
||||||
ignore line: [Thread model: posix]
|
ignore line: [Thread model: posix]
|
||||||
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
|
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
|
||||||
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 16.0.0 26.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_b37aa -L/usr/local/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_b37aa.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a]
|
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 16.0.0 26.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_05e4b -L/usr/local/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_05e4b.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a]
|
||||||
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
|
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
|
||||||
arg [-demangle] ==> ignore
|
arg [-demangle] ==> ignore
|
||||||
arg [-lto_library] ==> ignore, skip following value
|
arg [-lto_library] ==> ignore, skip following value
|
||||||
@ -485,12 +485,12 @@ events:
|
|||||||
arg [-mllvm] ==> ignore
|
arg [-mllvm] ==> ignore
|
||||||
arg [-enable-linkonceodr-outlining] ==> ignore
|
arg [-enable-linkonceodr-outlining] ==> ignore
|
||||||
arg [-o] ==> ignore
|
arg [-o] ==> ignore
|
||||||
arg [cmTC_b37aa] ==> ignore
|
arg [cmTC_05e4b] ==> ignore
|
||||||
arg [-L/usr/local/lib] ==> dir [/usr/local/lib]
|
arg [-L/usr/local/lib] ==> dir [/usr/local/lib]
|
||||||
arg [-search_paths_first] ==> ignore
|
arg [-search_paths_first] ==> ignore
|
||||||
arg [-headerpad_max_install_names] ==> ignore
|
arg [-headerpad_max_install_names] ==> ignore
|
||||||
arg [-v] ==> ignore
|
arg [-v] ==> ignore
|
||||||
arg [CMakeFiles/cmTC_b37aa.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
|
arg [CMakeFiles/cmTC_05e4b.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
|
||||||
arg [-lc++] ==> lib [c++]
|
arg [-lc++] ==> lib [c++]
|
||||||
arg [-lSystem] ==> lib [System]
|
arg [-lSystem] ==> lib [System]
|
||||||
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a]
|
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a]
|
||||||
|
|||||||
@ -85,12 +85,12 @@ clean: CMakeFiles/main.dir/clean
|
|||||||
CMakeFiles/main.dir/all:
|
CMakeFiles/main.dir/all:
|
||||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/depend
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/depend
|
||||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/build
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/build
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles --progress-num=1,2 "Built target main"
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles --progress-num=1,2,3 "Built target main"
|
||||||
.PHONY : CMakeFiles/main.dir/all
|
.PHONY : CMakeFiles/main.dir/all
|
||||||
|
|
||||||
# Build rule for subdir invocation for target.
|
# Build rule for subdir invocation for target.
|
||||||
CMakeFiles/main.dir/rule: cmake_check_build_system
|
CMakeFiles/main.dir/rule: cmake_check_build_system
|
||||||
$(CMAKE_COMMAND) -E cmake_progress_start /Users/nasr/synf/synf-sys/build/CMakeFiles 2
|
$(CMAKE_COMMAND) -E cmake_progress_start /Users/nasr/synf/synf-sys/build/CMakeFiles 3
|
||||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/main.dir/all
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/main.dir/all
|
||||||
$(CMAKE_COMMAND) -E cmake_progress_start /Users/nasr/synf/synf-sys/build/CMakeFiles 0
|
$(CMAKE_COMMAND) -E cmake_progress_start /Users/nasr/synf/synf-sys/build/CMakeFiles 0
|
||||||
.PHONY : CMakeFiles/main.dir/rule
|
.PHONY : CMakeFiles/main.dir/rule
|
||||||
@ -102,7 +102,7 @@ main: CMakeFiles/main.dir/rule
|
|||||||
# codegen rule for target.
|
# codegen rule for target.
|
||||||
CMakeFiles/main.dir/codegen:
|
CMakeFiles/main.dir/codegen:
|
||||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/codegen
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/codegen
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles --progress-num=1,2 "Finished codegen for target main"
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles --progress-num=1,2,3 "Finished codegen for target main"
|
||||||
.PHONY : CMakeFiles/main.dir/codegen
|
.PHONY : CMakeFiles/main.dir/codegen
|
||||||
|
|
||||||
# clean rule for target.
|
# clean rule for target.
|
||||||
|
|||||||
1
build/CMakeFiles/Progress/1
Normal file
1
build/CMakeFiles/Progress/1
Normal file
@ -0,0 +1 @@
|
|||||||
|
empty
|
||||||
1
build/CMakeFiles/Progress/count.txt
Normal file
1
build/CMakeFiles/Progress/count.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
3
|
||||||
@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
# Consider dependencies only in project.
|
|
||||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
|
||||||
|
|
||||||
# The set of languages for which implicit dependencies are needed:
|
|
||||||
set(CMAKE_DEPENDS_LANGUAGES
|
|
||||||
)
|
|
||||||
|
|
||||||
# The set of dependency files which are needed:
|
|
||||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
|
||||||
"/Users/nasr/synf/synf-sys/source/main.c" "CMakeFiles/cpu.dir/source/main.c.o" "gcc" "CMakeFiles/cpu.dir/source/main.c.o.d"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Targets to which this target links which contain Fortran sources.
|
|
||||||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
|
||||||
)
|
|
||||||
|
|
||||||
# Targets to which this target links which contain Fortran sources.
|
|
||||||
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
|
|
||||||
)
|
|
||||||
|
|
||||||
# Fortran module output directory.
|
|
||||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
||||||
@ -1,113 +0,0 @@
|
|||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.0
|
|
||||||
|
|
||||||
# Delete rule output on recipe failure.
|
|
||||||
.DELETE_ON_ERROR:
|
|
||||||
|
|
||||||
#=============================================================================
|
|
||||||
# Special targets provided by cmake.
|
|
||||||
|
|
||||||
# Disable implicit rules so canonical targets will work.
|
|
||||||
.SUFFIXES:
|
|
||||||
|
|
||||||
# Disable VCS-based implicit rules.
|
|
||||||
% : %,v
|
|
||||||
|
|
||||||
# Disable VCS-based implicit rules.
|
|
||||||
% : RCS/%
|
|
||||||
|
|
||||||
# Disable VCS-based implicit rules.
|
|
||||||
% : RCS/%,v
|
|
||||||
|
|
||||||
# Disable VCS-based implicit rules.
|
|
||||||
% : SCCS/s.%
|
|
||||||
|
|
||||||
# Disable VCS-based implicit rules.
|
|
||||||
% : s.%
|
|
||||||
|
|
||||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
||||||
|
|
||||||
# Command-line flag to silence nested $(MAKE).
|
|
||||||
$(VERBOSE)MAKESILENT = -s
|
|
||||||
|
|
||||||
#Suppress display of executed commands.
|
|
||||||
$(VERBOSE).SILENT:
|
|
||||||
|
|
||||||
# A target that is always out of date.
|
|
||||||
cmake_force:
|
|
||||||
.PHONY : cmake_force
|
|
||||||
|
|
||||||
#=============================================================================
|
|
||||||
# Set environment variables for the build.
|
|
||||||
|
|
||||||
# The shell in which to execute make rules.
|
|
||||||
SHELL = /bin/sh
|
|
||||||
|
|
||||||
# The CMake executable.
|
|
||||||
CMAKE_COMMAND = /opt/homebrew/bin/cmake
|
|
||||||
|
|
||||||
# The command to remove a file.
|
|
||||||
RM = /opt/homebrew/bin/cmake -E rm -f
|
|
||||||
|
|
||||||
# Escaping for special characters.
|
|
||||||
EQUALS = =
|
|
||||||
|
|
||||||
# The top-level source directory on which CMake was run.
|
|
||||||
CMAKE_SOURCE_DIR = /Users/nasr/synf/synf-sys
|
|
||||||
|
|
||||||
# The top-level build directory on which CMake was run.
|
|
||||||
CMAKE_BINARY_DIR = /Users/nasr/synf/synf-sys/build
|
|
||||||
|
|
||||||
# Include any dependencies generated for this target.
|
|
||||||
include CMakeFiles/cpu.dir/depend.make
|
|
||||||
# Include any dependencies generated by the compiler for this target.
|
|
||||||
include CMakeFiles/cpu.dir/compiler_depend.make
|
|
||||||
|
|
||||||
# Include the progress variables for this target.
|
|
||||||
include CMakeFiles/cpu.dir/progress.make
|
|
||||||
|
|
||||||
# Include the compile flags for this target's objects.
|
|
||||||
include CMakeFiles/cpu.dir/flags.make
|
|
||||||
|
|
||||||
CMakeFiles/cpu.dir/codegen:
|
|
||||||
.PHONY : CMakeFiles/cpu.dir/codegen
|
|
||||||
|
|
||||||
CMakeFiles/cpu.dir/source/main.c.o: CMakeFiles/cpu.dir/flags.make
|
|
||||||
CMakeFiles/cpu.dir/source/main.c.o: /Users/nasr/synf/synf-sys/source/main.c
|
|
||||||
CMakeFiles/cpu.dir/source/main.c.o: CMakeFiles/cpu.dir/compiler_depend.ts
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/cpu.dir/source/main.c.o"
|
|
||||||
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/cpu.dir/source/main.c.o -MF CMakeFiles/cpu.dir/source/main.c.o.d -o CMakeFiles/cpu.dir/source/main.c.o -c /Users/nasr/synf/synf-sys/source/main.c
|
|
||||||
|
|
||||||
CMakeFiles/cpu.dir/source/main.c.i: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/cpu.dir/source/main.c.i"
|
|
||||||
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/nasr/synf/synf-sys/source/main.c > CMakeFiles/cpu.dir/source/main.c.i
|
|
||||||
|
|
||||||
CMakeFiles/cpu.dir/source/main.c.s: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/cpu.dir/source/main.c.s"
|
|
||||||
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/nasr/synf/synf-sys/source/main.c -o CMakeFiles/cpu.dir/source/main.c.s
|
|
||||||
|
|
||||||
# Object files for target cpu
|
|
||||||
cpu_OBJECTS = \
|
|
||||||
"CMakeFiles/cpu.dir/source/main.c.o"
|
|
||||||
|
|
||||||
# External object files for target cpu
|
|
||||||
cpu_EXTERNAL_OBJECTS =
|
|
||||||
|
|
||||||
cpu: CMakeFiles/cpu.dir/source/main.c.o
|
|
||||||
cpu: CMakeFiles/cpu.dir/build.make
|
|
||||||
cpu: CMakeFiles/cpu.dir/link.txt
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable cpu"
|
|
||||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/cpu.dir/link.txt --verbose=$(VERBOSE)
|
|
||||||
|
|
||||||
# Rule to build all files generated by this target.
|
|
||||||
CMakeFiles/cpu.dir/build: cpu
|
|
||||||
.PHONY : CMakeFiles/cpu.dir/build
|
|
||||||
|
|
||||||
CMakeFiles/cpu.dir/clean:
|
|
||||||
$(CMAKE_COMMAND) -P CMakeFiles/cpu.dir/cmake_clean.cmake
|
|
||||||
.PHONY : CMakeFiles/cpu.dir/clean
|
|
||||||
|
|
||||||
CMakeFiles/cpu.dir/depend:
|
|
||||||
cd /Users/nasr/synf/synf-sys/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/nasr/synf/synf-sys /Users/nasr/synf/synf-sys /Users/nasr/synf/synf-sys/build /Users/nasr/synf/synf-sys/build /Users/nasr/synf/synf-sys/build/CMakeFiles/cpu.dir/DependInfo.cmake "--color=$(COLOR)"
|
|
||||||
.PHONY : CMakeFiles/cpu.dir/depend
|
|
||||||
|
|
||||||
@ -1,11 +0,0 @@
|
|||||||
file(REMOVE_RECURSE
|
|
||||||
"CMakeFiles/cpu.dir/source/main.c.o"
|
|
||||||
"CMakeFiles/cpu.dir/source/main.c.o.d"
|
|
||||||
"cpu"
|
|
||||||
"cpu.pdb"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Per-language clean rules from dependency scanning.
|
|
||||||
foreach(lang C)
|
|
||||||
include(CMakeFiles/cpu.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
||||||
endforeach()
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
# Empty compiler generated dependencies file for cpu.
|
|
||||||
# This may be replaced when dependencies are built.
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Timestamp file for compiler generated dependencies management for cpu.
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
# Empty dependencies file for cpu.
|
|
||||||
# This may be replaced when dependencies are built.
|
|
||||||
@ -1,12 +0,0 @@
|
|||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.0
|
|
||||||
|
|
||||||
# compile C with /usr/bin/cc
|
|
||||||
C_DEFINES =
|
|
||||||
|
|
||||||
C_INCLUDES =
|
|
||||||
|
|
||||||
C_FLAGSarm64 = -arch arm64
|
|
||||||
|
|
||||||
C_FLAGS = -arch arm64
|
|
||||||
|
|
||||||
@ -1 +0,0 @@
|
|||||||
/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpu.dir/source/main.c.o -o cpu
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
CMAKE_PROGRESS_1 = 1
|
|
||||||
CMAKE_PROGRESS_2 = 2
|
|
||||||
|
|
||||||
@ -8,6 +8,7 @@ set(CMAKE_DEPENDS_LANGUAGES
|
|||||||
|
|
||||||
# The set of dependency files which are needed:
|
# The set of dependency files which are needed:
|
||||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||||
|
"/Users/nasr/synf/synf-sys/source/lib/osx/cpu.c" "CMakeFiles/main.dir/source/lib/osx/cpu.c.o" "gcc" "CMakeFiles/main.dir/source/lib/osx/cpu.c.o.d"
|
||||||
"/Users/nasr/synf/synf-sys/source/main.c" "CMakeFiles/main.dir/source/main.c.o" "gcc" "CMakeFiles/main.dir/source/main.c.o.d"
|
"/Users/nasr/synf/synf-sys/source/main.c" "CMakeFiles/main.dir/source/main.c.o" "gcc" "CMakeFiles/main.dir/source/main.c.o.d"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -86,17 +86,33 @@ CMakeFiles/main.dir/source/main.c.s: cmake_force
|
|||||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/main.dir/source/main.c.s"
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/main.dir/source/main.c.s"
|
||||||
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/nasr/synf/synf-sys/source/main.c -o CMakeFiles/main.dir/source/main.c.s
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/nasr/synf/synf-sys/source/main.c -o CMakeFiles/main.dir/source/main.c.s
|
||||||
|
|
||||||
|
CMakeFiles/main.dir/source/lib/osx/cpu.c.o: CMakeFiles/main.dir/flags.make
|
||||||
|
CMakeFiles/main.dir/source/lib/osx/cpu.c.o: /Users/nasr/synf/synf-sys/source/lib/osx/cpu.c
|
||||||
|
CMakeFiles/main.dir/source/lib/osx/cpu.c.o: CMakeFiles/main.dir/compiler_depend.ts
|
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/main.dir/source/lib/osx/cpu.c.o"
|
||||||
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/main.dir/source/lib/osx/cpu.c.o -MF CMakeFiles/main.dir/source/lib/osx/cpu.c.o.d -o CMakeFiles/main.dir/source/lib/osx/cpu.c.o -c /Users/nasr/synf/synf-sys/source/lib/osx/cpu.c
|
||||||
|
|
||||||
|
CMakeFiles/main.dir/source/lib/osx/cpu.c.i: cmake_force
|
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/main.dir/source/lib/osx/cpu.c.i"
|
||||||
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/nasr/synf/synf-sys/source/lib/osx/cpu.c > CMakeFiles/main.dir/source/lib/osx/cpu.c.i
|
||||||
|
|
||||||
|
CMakeFiles/main.dir/source/lib/osx/cpu.c.s: cmake_force
|
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/main.dir/source/lib/osx/cpu.c.s"
|
||||||
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/nasr/synf/synf-sys/source/lib/osx/cpu.c -o CMakeFiles/main.dir/source/lib/osx/cpu.c.s
|
||||||
|
|
||||||
# Object files for target main
|
# Object files for target main
|
||||||
main_OBJECTS = \
|
main_OBJECTS = \
|
||||||
"CMakeFiles/main.dir/source/main.c.o"
|
"CMakeFiles/main.dir/source/main.c.o" \
|
||||||
|
"CMakeFiles/main.dir/source/lib/osx/cpu.c.o"
|
||||||
|
|
||||||
# External object files for target main
|
# External object files for target main
|
||||||
main_EXTERNAL_OBJECTS =
|
main_EXTERNAL_OBJECTS =
|
||||||
|
|
||||||
main: CMakeFiles/main.dir/source/main.c.o
|
main: CMakeFiles/main.dir/source/main.c.o
|
||||||
|
main: CMakeFiles/main.dir/source/lib/osx/cpu.c.o
|
||||||
main: CMakeFiles/main.dir/build.make
|
main: CMakeFiles/main.dir/build.make
|
||||||
main: CMakeFiles/main.dir/link.txt
|
main: CMakeFiles/main.dir/link.txt
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable main"
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/nasr/synf/synf-sys/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable main"
|
||||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/main.dir/link.txt --verbose=$(VERBOSE)
|
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/main.dir/link.txt --verbose=$(VERBOSE)
|
||||||
|
|
||||||
# Rule to build all files generated by this target.
|
# Rule to build all files generated by this target.
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
file(REMOVE_RECURSE
|
file(REMOVE_RECURSE
|
||||||
|
"CMakeFiles/main.dir/source/lib/osx/cpu.c.o"
|
||||||
|
"CMakeFiles/main.dir/source/lib/osx/cpu.c.o.d"
|
||||||
"CMakeFiles/main.dir/source/main.c.o"
|
"CMakeFiles/main.dir/source/main.c.o"
|
||||||
"CMakeFiles/main.dir/source/main.c.o.d"
|
"CMakeFiles/main.dir/source/main.c.o.d"
|
||||||
"main"
|
"main"
|
||||||
|
|||||||
224
build/CMakeFiles/main.dir/compiler_depend.internal
Normal file
224
build/CMakeFiles/main.dir/compiler_depend.internal
Normal file
@ -0,0 +1,224 @@
|
|||||||
|
# CMAKE generated file: DO NOT EDIT!
|
||||||
|
# Generated by "Unix Makefiles" Generator, CMake Version 4.0
|
||||||
|
|
||||||
|
CMakeFiles/main.dir/source/lib/osx/cpu.c.o
|
||||||
|
/Users/nasr/synf/synf-sys/source/lib/osx/cpu.c
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_header_macro.h
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_max_align_t.h
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_null.h
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_ptrdiff_t.h
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_rsize_t.h
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_size_t.h
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_wchar_t.h
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/param.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/bsm/audit.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/boolean.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/vm_types.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/boolean.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/boolean.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/vm_types.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/port.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/param.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stddef.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mach_port_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval64.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/event.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/lock.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/param.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/proc.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/queue.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/sysctl.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/ucred.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/vm.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h
|
||||||
|
|
||||||
|
CMakeFiles/main.dir/source/main.c.o
|
||||||
|
/Users/nasr/synf/synf-sys/source/main.c
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h
|
||||||
|
/Users/nasr/synf/synf-sys/source/lib/osx/cpu.h
|
||||||
|
|
||||||
@ -1,2 +1,578 @@
|
|||||||
# Empty compiler generated dependencies file for main.
|
# CMAKE generated file: DO NOT EDIT!
|
||||||
# This may be replaced when dependencies are built.
|
# Generated by "Unix Makefiles" Generator, CMake Version 4.0
|
||||||
|
|
||||||
|
CMakeFiles/main.dir/source/lib/osx/cpu.c.o: /Users/nasr/synf/synf-sys/source/lib/osx/cpu.c \
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_header_macro.h \
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_max_align_t.h \
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_null.h \
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h \
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_ptrdiff_t.h \
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_rsize_t.h \
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_size_t.h \
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_wchar_t.h \
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h \
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h \
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/param.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/bsm/audit.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/boolean.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/vm_types.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/boolean.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/boolean.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/vm_types.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/port.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/param.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stddef.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval64.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/event.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/lock.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/param.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/proc.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/queue.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/sysctl.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/ucred.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/vm.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h
|
||||||
|
|
||||||
|
CMakeFiles/main.dir/source/main.c.o: /Users/nasr/synf/synf-sys/source/main.c \
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \
|
||||||
|
/Users/nasr/synf/synf-sys/source/lib/osx/cpu.h
|
||||||
|
|
||||||
|
|
||||||
|
/Users/nasr/synf/synf-sys/source/main.c:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/ucred.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/queue.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/proc.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/lock.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/event.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval64.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/vm.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||||
|
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:
|
||||||
|
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_wchar_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stddef.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/port.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/param.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/boolean.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/param.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/vm_types.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/boolean.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||||
|
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/param.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/boolean.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/sysctl.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:
|
||||||
|
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_rsize_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/bsm/audit.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h:
|
||||||
|
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||||
|
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:
|
||||||
|
|
||||||
|
/Users/nasr/synf/synf-sys/source/lib/osx/cpu.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h:
|
||||||
|
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_max_align_t.h:
|
||||||
|
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h:
|
||||||
|
|
||||||
|
/Users/nasr/synf/synf-sys/source/lib/osx/cpu.c:
|
||||||
|
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_null.h:
|
||||||
|
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_size_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/vm_types.h:
|
||||||
|
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_ptrdiff_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||||
|
|
||||||
|
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h:
|
||||||
|
|
||||||
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_header_macro.h:
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
# compile C with /usr/bin/cc
|
# compile C with /usr/bin/cc
|
||||||
C_DEFINES =
|
C_DEFINES =
|
||||||
|
|
||||||
C_INCLUDES =
|
C_INCLUDES = -I/Users/nasr/synf/synf-sys/source/lib/osx
|
||||||
|
|
||||||
C_FLAGSarm64 = -arch arm64
|
C_FLAGSarm64 = -arch arm64
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/main.dir/source/main.c.o -o main
|
/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/main.dir/source/main.c.o CMakeFiles/main.dir/source/lib/osx/cpu.c.o -o main
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
CMAKE_PROGRESS_1 = 1
|
CMAKE_PROGRESS_1 = 1
|
||||||
CMAKE_PROGRESS_2 = 2
|
CMAKE_PROGRESS_2 = 2
|
||||||
|
CMAKE_PROGRESS_3 = 3
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
2
|
3
|
||||||
|
|||||||
@ -129,6 +129,30 @@ main/fast:
|
|||||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/build
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/build
|
||||||
.PHONY : main/fast
|
.PHONY : main/fast
|
||||||
|
|
||||||
|
source/lib/osx/cpu.o: source/lib/osx/cpu.c.o
|
||||||
|
.PHONY : source/lib/osx/cpu.o
|
||||||
|
|
||||||
|
# target to build an object file
|
||||||
|
source/lib/osx/cpu.c.o:
|
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/source/lib/osx/cpu.c.o
|
||||||
|
.PHONY : source/lib/osx/cpu.c.o
|
||||||
|
|
||||||
|
source/lib/osx/cpu.i: source/lib/osx/cpu.c.i
|
||||||
|
.PHONY : source/lib/osx/cpu.i
|
||||||
|
|
||||||
|
# target to preprocess a source file
|
||||||
|
source/lib/osx/cpu.c.i:
|
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/source/lib/osx/cpu.c.i
|
||||||
|
.PHONY : source/lib/osx/cpu.c.i
|
||||||
|
|
||||||
|
source/lib/osx/cpu.s: source/lib/osx/cpu.c.s
|
||||||
|
.PHONY : source/lib/osx/cpu.s
|
||||||
|
|
||||||
|
# target to generate assembly for a file
|
||||||
|
source/lib/osx/cpu.c.s:
|
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/source/lib/osx/cpu.c.s
|
||||||
|
.PHONY : source/lib/osx/cpu.c.s
|
||||||
|
|
||||||
source/main.o: source/main.c.o
|
source/main.o: source/main.c.o
|
||||||
.PHONY : source/main.o
|
.PHONY : source/main.o
|
||||||
|
|
||||||
@ -162,6 +186,9 @@ help:
|
|||||||
@echo "... edit_cache"
|
@echo "... edit_cache"
|
||||||
@echo "... rebuild_cache"
|
@echo "... rebuild_cache"
|
||||||
@echo "... main"
|
@echo "... main"
|
||||||
|
@echo "... source/lib/osx/cpu.o"
|
||||||
|
@echo "... source/lib/osx/cpu.i"
|
||||||
|
@echo "... source/lib/osx/cpu.s"
|
||||||
@echo "... source/main.o"
|
@echo "... source/main.o"
|
||||||
@echo "... source/main.i"
|
@echo "... source/main.i"
|
||||||
@echo "... source/main.s"
|
@echo "... source/main.s"
|
||||||
|
|||||||
14
build/compile_commands.json
Normal file
14
build/compile_commands.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"directory": "/Users/nasr/synf/synf-sys/build",
|
||||||
|
"command": "/usr/bin/cc -I/Users/nasr/synf/synf-sys/source/lib/osx -arch arm64 -o CMakeFiles/main.dir/source/main.c.o -c /Users/nasr/synf/synf-sys/source/main.c",
|
||||||
|
"file": "/Users/nasr/synf/synf-sys/source/main.c",
|
||||||
|
"output": "CMakeFiles/main.dir/source/main.c.o"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"directory": "/Users/nasr/synf/synf-sys/build",
|
||||||
|
"command": "/usr/bin/cc -I/Users/nasr/synf/synf-sys/source/lib/osx -arch arm64 -o CMakeFiles/main.dir/source/lib/osx/cpu.c.o -c /Users/nasr/synf/synf-sys/source/lib/osx/cpu.c",
|
||||||
|
"file": "/Users/nasr/synf/synf-sys/source/lib/osx/cpu.c",
|
||||||
|
"output": "CMakeFiles/main.dir/source/lib/osx/cpu.c.o"
|
||||||
|
}
|
||||||
|
]
|
||||||
BIN
build/main
BIN
build/main
Binary file not shown.
1
compile_commands.json
Symbolic link
1
compile_commands.json
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
build/compile_commands.json
|
||||||
@ -4,6 +4,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
@ -12,7 +13,6 @@
|
|||||||
|
|
||||||
float cpu_frequency(void);
|
float cpu_frequency(void);
|
||||||
char* cpu_name(void);
|
char* cpu_name(void);
|
||||||
void cpu_temperature(void);
|
|
||||||
|
|
||||||
float cpu_frequency(void)
|
float cpu_frequency(void)
|
||||||
{
|
{
|
||||||
@ -26,19 +26,24 @@ float cpu_frequency(void)
|
|||||||
return freq;
|
return freq;
|
||||||
}
|
}
|
||||||
|
|
||||||
char* cpu_name(void)
|
char* cpu_name(void){
|
||||||
{
|
|
||||||
char* cpu_name;
|
size_t size = 0;
|
||||||
size_t size = sizeof(cpu_name);
|
|
||||||
if (sysctlbyname("ker.hostname", &cpu_name, &size, NULL, 0) < 0)
|
if (sysctlbyname("machdep.cpu.brand_string", NULL, &size, NULL, 0) < 0)
|
||||||
perror("sysctl");
|
perror("sysctl");
|
||||||
|
|
||||||
return cpu_name;
|
|
||||||
|
char *name = malloc(size);
|
||||||
|
|
||||||
|
if(sysctlbyname("machdep.cpu.brand_string", &name, &size, NULL, 0) < 0){
|
||||||
|
perror("sysctl");
|
||||||
|
free(name);
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
return name;
|
||||||
}
|
}
|
||||||
|
|
||||||
void cpu_temperature(void)
|
|
||||||
{
|
|
||||||
// Placeholder; macOS does not expose CPU temp directly without SMC/hacks return;
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@ -3,9 +3,8 @@
|
|||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
|
|
||||||
float get_cpu_freq(void);
|
float cpu_frequency(void);
|
||||||
char* get_cpu_name(void);
|
char* cpu_name(void);
|
||||||
void get_cpu_temperature(void);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
|
<<<<<<< HEAD
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include "headers/cpu.h"
|
#include "headers/cpu.h"
|
||||||
#include "headers/ram.h"
|
#include "headers/ram.h"
|
||||||
@ -27,6 +28,32 @@ void handler(char *url, cJSON object) {
|
|||||||
curl_easy_cleanup(curl);
|
curl_easy_cleanup(curl);
|
||||||
}
|
}
|
||||||
curl_global_cleanup();
|
curl_global_cleanup();
|
||||||
|
=======
|
||||||
|
#include <stdio.h>
|
||||||
|
#include "cpu.h"
|
||||||
|
|
||||||
|
int main(int argc, char* argv[]) {
|
||||||
|
|
||||||
|
if (argc > 0)
|
||||||
|
{
|
||||||
|
switch (*argv[1]){
|
||||||
|
|
||||||
|
case "name":
|
||||||
|
char *name = cpu_name(void);
|
||||||
|
printf("%s", &name);
|
||||||
|
break;
|
||||||
|
case "frequency":
|
||||||
|
float frequency = cpu_freq(void);
|
||||||
|
printf("%f", frequency);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
>>>>>>> 7e64275 (maocs now returns cpu name)
|
||||||
}
|
}
|
||||||
|
|
||||||
void setup_mt() {
|
void setup_mt() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user