tflite_beam icon indicating copy to clipboard operation
tflite_beam copied to clipboard

Windows support

Open cocoa-xu opened this issue 1 year ago • 0 comments

This PR aims to add support for Windows.

But currently, it seems that we have some issues when building for Windows.

CMake Error at cmake_tflite_beam/eigen/CMakeLists.txt:138 (message):
  Can't link to the standard math library.  Please report to the Eigen
  developers, telling them about your platform.


-- Configuring incomplete, errors occurred!
NMAKE : fatal error U1077: 'if not exist "D:\a\tflite_beam\tflite_beam/priv/tflite_beam.dll" (  python3 "patches/apply_patch.py" "D:\a\tflite_beam\tflite_beam\3rd_party\tensorflow\tensorflow-2.16.1" "2.16.1" &&  cd "D:\a\tflite_beam\tflite_beam\cmake_tflite_beam" &&  cmake -G "NMake Makefiles"  -D C_SRC="D:\a\tflite_beam\tflite_beam\c_src"  -D PRIV_DIR="D:\a\tflite_beam\tflite_beam/priv"  -D TFLITE_ROOT_DIR="D:\a\tflite_beam\tflite_beam\3rd_party\tensorflow\tensorflow-2.16.1\tensorflow\lite"  -D GFLAGS_ROOT_DIR="D:\a\tflite_beam\tflite_beam\3rd_party\gflags"  -D GLOG_ROOT_DIR="D:\a\tflite_beam\tflite_beam\3rd_party\glog"  -D TFLITE_BEAM_CORAL_SUPPORT="false"  -D MIX_APP_PATH="D:\a\tflite_beam\tflite_beam"  "D:\a\tflite_beam\tflite_beam" &&  cmake --build .  &&  cmake --install . --config "Release"  )' : return code '0x1'

cocoa-xu avatar Mar 29 '24 09:03 cocoa-xu