Skip to content

Missing nsync_cv.h #10

@liuyi103

Description

@liuyi103

When I run make app after all the previous steps have been finished (I choose N for all the options when configuring tensorflow and without CUDA), I got the following error.

I manually did the commands in make data and skip it for network reasons.

$ make app
g++ app.cc -O3 -fpic -Wall -std=c++11 -I./include -L./lib -o app -ltensorflow
In file included from ./include/tensorflow/core/platform/mutex.h:31:0,
                 from ./include/tensorflow/core/framework/variant.h:31,
                 from ./include/tensorflow/core/framework/allocator.h:26,
                 from ./include/tensorflow/core/framework/tensor.h:20,
                 from ./include/tensorflow/cc/framework/ops.h:21,
                 from ./include/tensorflow/cc/ops/const_op.h:19,
                 from app.cc:6:
./include/tensorflow/core/platform/default/mutex.h:25:22: fatal error: nsync_cv.h: No such file or directory
compilation terminated.
Makefile:23: recipe for target 'app' failed
make: *** [app] Error 1

Do you know how to solve it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions