Debug build fails on v3.5.0

Building the tag v3.5.0 with options: make -j8 DEBUG=1 TARGET=OPENMV4 fails.

See logs attached.
build_debug.log (21.5 KB)

Hi, I fixed this error, and other errors that showed up with DEBUG=1. Note some features have to be disabled to get the debugging image to fit into the flash (it’s much bigger than the optimized image), like tensorflow and LAB table for example. Also note you can still debug the optimized image, the debugging image is not really needed.

Alright, thanks !

Yes, the image file becomes biiiiig… :slight_smile: