You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sample/helper/vpuhelper.c:1679:65: error: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size between 1 and 256 [-Werror=format-truncation=] 1679 | snprintf(pEncConfig->yuvFileName, MAX_FILE_PATH, "%s%s", yuvDir, pCfg->SrcFileName); | ^~sample/helper/vpuhelper.c:1679:13: note: ‘snprintf’ output between 1 and 511 bytes into a destination of size 256 1679 | snprintf(pEncConfig->yuvFileName, MAX_FILE_PATH, "%s%s", yuvDir, pCfg->SrcFileName); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Wall -Werror should be changed in WaveDecode_buildroot.mak
The text was updated successfully, but these errors were encountered:
It would be great actually, if you could switch from the build.sh + Makefile approach to a decent buildystem (CMake, meson...). For me in the Yocto packaging world, I have to horribly patch the existing Makefiles and copy code around during configuring the package, because all Makefiles makes very specific assumptions about being in buildroot.
Same also holds for codaj12.
-Wall -Werror
should be changed inWaveDecode_buildroot.mak
The text was updated successfully, but these errors were encountered: