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.
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:
Prior to building the runtime, I've built the compiler with
./nnas create-package --prefix Product/obj/overlayand then I attempted to execute: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.