You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "C:\Python312\Lib\subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cmake', '-GNinja', '-B', 'C:\Users\Abdus\...\blutter-main\build\dartvm3.5.1_android_arm64', '-DTARGET_OS=android', '-DTARGET_ARCH=arm64', '-DCOMPRESSED_PTRS=1', '-DCMAKE_BUILD_TYPE=Release', '--log-level=NOTICE']' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered:
C:\Users\Abdus\Desktop\flutter_projects\blutter-main>python blutter.py C:\Users\Abdus...\arm64-v8a out_dir
Dart version: 3.5.1, Snapshot: 80a49c7111088100a233b2ae788e1f48, Target: android arm64
flags: product no-code_comments no-dwarf_stack_traces_mode dedup_instructions no-tsan no-msan arm64 android compressed-pointers
CMake Error at C:/Users/Abdus/.mcuxpressotools/cmake-3.28.1-windows-x86_64/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake:67 (message):
The C compiler
is not able to compile a simple test program.
It fails with the following output:
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:5 (project)
-- Configuring incomplete, errors occurred!
Traceback (most recent call last):
File "C:\Users\ ...\blutter-main\blutter.py", line 229, in
main(args.indir, args.outdir, args.rebuild, args.vs_sln, args.no_analysis)
File "C:\Users\ ...\blutter-main\blutter.py", line 211, in main
main2(libapp_file, libflutter_file, outdir, rebuild_blutter, create_vs_sln, no_analysis)
File "C:\Users\ ...\blutter-main\blutter.py", line 202, in main2
build_and_run(input)
File "C:\Users\ ...\blutter-main\blutter.py", line 168, in build_and_run
fetch_and_build(input.dart_info)
File "C:\Users\ ...\blutter-main\dartvm_fetch_build.py", line 135, in fetch_and_build
cmake_dart(info, outdir)
File "C:\Users\ ...\blutter-main\dartvm_fetch_build.py", line 125, in cmake_dart
subprocess.run([CMAKE_CMD, '-GNinja', '-B', builddir, f'-DTARGET_OS={info.os_name}', f'-DTARGET_ARCH={info.arch}',
File "C:\Python312\Lib\subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cmake', '-GNinja', '-B', 'C:\Users\Abdus\...\blutter-main\build\dartvm3.5.1_android_arm64', '-DTARGET_OS=android', '-DTARGET_ARCH=arm64', '-DCOMPRESSED_PTRS=1', '-DCMAKE_BUILD_TYPE=Release', '--log-level=NOTICE']' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered: