ComputeLibrary: ComputeLibrary compile time "ERROR" using scons flags Werror=1 -j8 debug=0 neon=1 opencl=0 os=linux arch=armv7a build=cross_compile

    (************Cross Compiling from x86 PC to Target raspberry pi 3 b ******************)

src/core/NEON/kernels/NEDirectConvolutionLayerKernel.cpp:1441:40: required from here src/core/NEON/kernels/NEDirectConvolutionLayerKernel.cpp:751:50: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] out_val += out_values[0];

cc1plus: error: unrecognized command line option ‘-Wno-implicit-fallthrough’ [-Werror]

if i replace Werror=1 with Werror=0 errors are replaced with warning BUT… when i run “UnitTests” on target below is result

Running 284 test cases…

*** No errors detected *** Error in `./UnitTests’: corrupted double-linked list: 0x00574f88 *** Aborted

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 20 (4 by maintainers)

Most upvoted comments

Hello @pavanonchip,

Issue has been identified and fixed. Will be part of next release.