-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi, I am trying the gap8_app on my crazyflie.
I run the gap_sdk starting from the bitcraze/ai-deck Dockerfile, installing conda and creating a new environment as described in the readme. However once I run make clean all run I got the following error:
(tensorflow1.15) root@ccd230dd8ad7:/pulp-detector/gap8_app# make clean all run
Building GAP8 mode with 8 bit quantization
rm -rf BUILD*
rm -f /pulp-detector/gap8_app/BUILD/GAP8_V2/GCC_RISCV/flash.img
make -f ssd.mk model CLUSTER_STACK_SIZE=4096 CLUSTER_SLAVE_STACK_SIZE=1024
make[1]: Entering directory '/pulp-detector/gap8_app'
Building GAP8 mode with 8 bit quantization
ssd.mk:56: *** empty variable name. Stop.
make[1]: Leaving directory '/pulp-detector/gap8_app'
Makefile:104: recipe for target 'BUILD_MODEL_SSD/ssdlite_ocrKernels.c' failed
make: *** [BUILD_MODEL_SSD/ssdlite_ocrKernels.c] Error 2
Note:
- Since there is no
4.7version available frombitcraze/ai-deck, I tried both the4.0.0and4.8.0, but the error I got is the same in both versions. - Since I am using the Olimex ARM-USB-TINY-H programmer I run
export GAPY_OPENOCD_CABLE=interface/ftdi/olimex-arm-usb-tiny-h.cfg, but I don't think this can be related to the error since the helloworld example works.
Have you ever experienced this type of error?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels