Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows support #67

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Windows support #67

wants to merge 4 commits into from

Conversation

cocoa-xu
Copy link
Owner

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 cocoa-xu added enhancement New feature or request help wanted Extra attention is needed os: windows labels Mar 29, 2024
@cocoa-xu cocoa-xu marked this pull request as draft March 29, 2024 09:49
@cocoa-xu cocoa-xu self-assigned this Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed os: windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant