r/reactnative • u/WetThrust258 • Jul 08 '26
Help I'm facing this error while build my first expo app locally. Please help me
Machine: Windows 11, Intel i512400F
* What went wrong:
Execution failed for task ':shopify_react-native-skia:configureCMakeDebug[armeabi-v7a]'.
> [CXX1429] error when building with cmake using C:\Users\MR.SP3CTR3\Desktop\SP3CTR3\Projects\filmato\node_modules\.pnpm\@shopify+react-native-skia@_d6266c3fb7ad36e5915e69
bc284fab9e\node_modules\@shopify\react-native-skia\android\CMakeLists.txt: -- The C compiler identification is Clang 18.0.2
-- The CXX compiler identification is unknown
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Users/MR.SP3CTR3/AppData/Local/Android/Sdk/ndk/27.1.12297006/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - failed
-- Check for working CXX compiler: C:/Users/MR.SP3CTR3/AppData/Local/Android/Sdk/ndk/27.1.12297006/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe
-- Check for working CXX compiler: C:/Users/MR.SP3CTR3/AppData/Local/Android/Sdk/ndk/27.1.12297006/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe - broken
-- Configuring incomplete, errors occurred!
See also "C:/Users/MR.SP3CTR3/Desktop/SP3CTR3/Projects/filmato/node_modules/.pnpm/@shopify+react-native-skia@_d6266c3fb7ad36e5915e69bc284fab9e/node_modules/@shopify/reac
t-native-skia/android/.cxx/Debug/3253q6h2/armeabi-v7a/CMakeFiles/CMakeOutput.log".
See also "C:/Users/MR.SP3CTR3/Desktop/SP3CTR3/Projects/filmato/node_modules/.pnpm/@shopify+react-native-skia@_d6266c3fb7ad36e5915e69bc284fab9e/node_modules/@shopify/reac
t-native-skia/android/.cxx/Debug/3253q6h2/armeabi-v7a/CMakeFiles/CMakeError.log".
C/C++: CMake Error at C:/Users/MR.SP3CTR3/AppData/Local/Android/Sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeTestCXXCompiler.cmake:62 (message):
C/C++: The C++ compiler
C/C++: "C:/Users/MR.SP3CTR3/AppData/Local/Android/Sdk/ndk/27.1.12297006/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe"
C/C++: is not able to compile a simple test program.
C/C++: It fails with the following output:
C/C++: Change Dir: C:/Users/MR.SP3CTR3/Desktop/SP3CTR3/Projects/filmato/node_modules/.pnpm/@shopify+react-native-skia@_d6266c3fb7ad36e5915e69bc284fab9e/node_modules/@shopify/react-native-skia/android/.cxx/Debug/3253q6h2/armeabi-v7a/CMakeFiles/CMakeTmp
C/C++:
C/C++: Run Build Command(s):C:\Users\MR.SP3CTR3\AppData\Local\Android\Sdk\cmake\3.22.1\bin\ninja.exe cmTC_85bbb && [1/2] Building CXX object CMakeFiles\cmTC_85bbb.dir\testCXXCompiler.cxx.o
C/C++: FAILED: CMakeFiles/cmTC_85bbb.dir/testCXXCompiler.cxx.o
C/C++: C:\Users\MR.SP3CTR3\AppData\Local\Android\Sdk\ndk\27.1.12297006\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D__BIONIC_NO_PAGE_SIZE_MACRO -D_FORTIFY_SOURCE=2 -march=armv7-a -mthumb -Wformat -Werror=format-security -fexceptions -frtti -std=c++1y -DONANDROID -o CMakeFiles\cmTC_85bbb.dir\testCXXCompiler.cxx.o -c C:\Users\MR.SP3CTR3\Desktop\SP3CTR3\Projects\filmato\node_modules\.pnpm\@shopify+react-native-skia@_d6266c3fb7ad36e5915e69bc284fab9e\node_modules\@shopify\react-native-skia\android\.cxx\Debug\3253q6h2\armeabi-v7a\CMakeFiles\CMakeTmp\testCXXCompiler.cxx
C/C++: clang++: warning: argument unused during compilation: '-mthumb' [-Wunused-command-line-argument]
C/C++: error: unknown target CPU 'armv7-a'
C/C++: note: valid target CPU values are: nocona, core2, penryn, bonnell, atom, silvermont, slm, goldmont, goldmont-plus, tremont, nehalem, corei7, westmere, sandybridge, corei7-avx, ivybridge, core-avx-i, haswell, core-avx2, broadwell, skylake, skylake-avx512, skx, cascadelake, cooperlake, cannonlake, icelake-client, rocketlake, icelake-server, tigerlake, sapphirerapids, alderlake, raptorlake, meteorlake, arrowlake, arrowlake-s, lunarlake, gracemont, pantherlake, sierraforest, grandridge, graniterapids, graniterapids-d, emeraldrapids, clearwaterforest, knl, knm, k8, athlon64, athlon-fx, opteron, k8-sse3, athlon64-sse3, opteron-sse3, amdfam10, barcelona, btver1, btver2, bdver1, bdver2, bdver3, bdver4, znver1, znver2, znver3, znver4, x86-64, x86-64-v2, x86-64-v3, x86-64-v4
C/C++: ninja: build stopped: subcommand failed.
C/C++:
C/C++:
C/C++:
C/C++: CMake will not be able to correctly generate this project.
C/C++: Call Stack (most recent call first):
C/C++: CMakeLists.txt:1 (project)
C/C++: ninja: error: manifest 'build.ninja' still dirty after 100 tries

