0

Hi I used bazel in Windows 7

I try bazel build tensorflow/contrib/lite/toco:toco in cmd.exe

Then I got error message : server terminated abruptly (error code :14, error message: '',log file: 'c:\users\lee_bazel_lee\zjiu63sl/server/jvm.out

What can I do? Please help

enter image description here

Try in tensorflow-master folder, I got error message.enter image description here

4
  • It looks like you're trying to build from outside of the tensorflow directory. You need to run Bazel from within tensorflow-master to build the target //tensorflow/contrib/lite/toco:toco. Do you mind trying that out? Commented Jun 2, 2018 at 21:14
  • I try it but I got error message :- no such package '@eigen_archive//' ~ Commented Jun 3, 2018 at 7:57
  • I did edit my question. Please note image 2nd description. Commented Jun 3, 2018 at 8:08
  • 1
    Dupe of github.com/tensorflow/tensorflow/issues/… Commented Dec 13, 2023 at 6:33

2 Answers 2

1

Your current error message states that the command "patch" is not found. I gues your mingw installation has not installed this programm. See Apply a patch file in Windows using Mingw how to install it.

Sign up to request clarification or add additional context in comments.

Comments

1

Insufficient memory space will lead to this error. Use -- local_ ram_ Resources = 40960 to limit the memory size.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.