Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[onert] Trouble building the runtime #15911

@tomdol

Description

@tomdol

Hi,

I'm trying to build the runtime including its Python API and while it worked for me some time ago now I'm getting the following error:

/home/t.dolbniak/projects/one/Product/obj/overlay/include/loco/IR/TensorIndex.h:20:10: fatal error: nncc/core/ADT/tensor/Index.h: No such file or directory
   20 | #include <nncc/core/ADT/tensor/Index.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                 from /home/t.dolbniak/projects/one/runtime/onert/odc/Embedder.cc:17:
/home/t.dolbniak/projects/one/Product/obj/overlay/include/loco/IR/TensorIndex.h:20:10: fatal error: nncc/core/ADT/tensor/Index.h: No such file or directory
   20 | #include <nncc/core/ADT/tensor/Index.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Prior to building the runtime, I've built the compiler with ./nnas create-package --prefix Product/obj/overlay and then I attempted to execute:

./nnfw configure
./nnfw build

Is there anything wrong with the steps I'm executing? According to the howto docs it should be possible to build the runtime this way (although it doesn't mention that the compiler needs to be built - I've done it because I was getting other kinds of errors about the dependencies).

Any hints will be very appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions