btashton commented on pull request #591: URL: https://github.com/apache/incubator-nuttx-apps/pull/591#issuecomment-808960851
> It is reporting an issue on mkfatfs: > > ``` > In file included from mkfatfs.c:32: > mkfatfs.c: In function 'mkfatfs_getgeometry': > Error: mkfatfs.c:156:16: error: format '%zu' expects argument of type 'size_t', but argument 4 has type 'blkcnt_t' {aka 'long unsigned int'} [-Werror=format=] > 156 | ferr("ERROR: User maxblocks (%" PRId32 > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > 157 | ") exceeds blocks on device (%zu)\n", > 158 | fmt->ff_nsectors, geometry.geo_nsectors); > | ~~~~~~~~~~~~~~~~~~~~~ > | | > | blkcnt_t {aka long unsigned int} > mkfatfs.c:157:47: note: format string is defined here > 157 | ") exceeds blocks on device (%zu)\n", > | ~~^ > | | > | unsigned int > | %lu > cc1: all warnings being treated as errors > make[3]: *** [/github/workspace/sources/apps/Application.mk:134: mkfatfs.github.workspace.sources.apps.fsutils.mkfatfs.o] Error 1 > make[3]: Target 'all' not remade because of errors. > make[2]: *** [Makefile:59: /github/workspace/sources/apps/fsutils/mkfatfs_all] Error 2 > make[2]: Target '/github/workspace/sources/apps/libapps.a' not remade because of errors. > make[1]: *** [Makefile:53: all] Error 2 > make: *** [tools/LibTargets.mk:210: /github/workspace/sources/apps/libapps.a] Error 2 > make: Target 'all' not remade because of errors. > /github/workspace/sources/nuttx/tools/testbuild.sh: line 252: /github/workspace/sources/nuttx/../nuttx/nuttx.manifest: No such file or directory > Normalize stm3210e-eval/nsh > ==================================================================================== > Configuration/Tool: stm3210e-eval/usbserial,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL > ------------------------------------------------------------------------------------ > ``` This is unrelated to my changes here, I expect it to go away now that I have rebased. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org