Hi @all<div><br></div><div>i tried to build opencv for armv7 / omap4430 processor, i'm using codesourcery toolchain with neon optimations enabled.</div><div>when cmake tries to build opencv i allways get strange error with</div>
<div><b><i>"z_offset64_t"</i></b></div><div>The generated "toolchainfile.cmake" file in the "buildroot/outpout" directory sets additional CMAKE_C_FLAGS and CMAKE_CXX_FLAGS at the end:</div><div>
<b><i>"-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"</i></b></div><div>I dont think these are the right flags, if i delete them and rebuild opencv i runs trough without any errors.</div><div>
but i dont know where the toolchainfile.cmake is generated? Where should i apply a patch?</div><div>And is it okay to just delete the flags or should there be other flags?</div><div><br></div><div>best regards</div><div>Bruno</div>
<div><br></div>