google / google/CFU-Playground
renode error related to conv and software elf
- Dominant language
- Verilog
- Stars
- 565
- Forks
- 160
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
@tcal-x
@danc86
I am facing the following error during make renode.
FYI, riscv32 toolchain has been installed for Ubuntu and added to $PATH. Confirmed this by typing riscv32 (tab, tab, tab)
src/tensorflow/lite/micro/kernels/conv.cc: In function 'TfLiteStatus tflite::{anonymous}::Eval(TfLiteContext*, TfLiteNode*)':
src/tensorflow/lite/micro/kernels/conv.cc:118:34: error: 'ConvPerChannelWithPackedInt4Weights' is not a member of 'tflite::reference_integer_ops'
118 | reference_integer_ops::ConvPerChannelWithPackedInt4Weights(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CXX conv_common.cc conv_common.o
CXX conv_test.cc conv_test.o
make[3]: *** [Makefile:201: src/tensorflow/lite/micro/kernels/conv.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/home/rajsaktish/repos/CFU-Playground/proj/mnv2/build'
make[2]: *** [../proj.mk:233: /home/rajsaktish/repos/CFU-Playground/proj/mnv2/build/software.elf] Error 2
make[2]: Leaving directory '/home/rajsaktish/repos/CFU-Playground/proj/mnv2'
Any help is appreciated.
Thanks
Raj
Contributor guide
Assessment
This issue has not been assessed yet.