I’m trying to build with the following mos.yml:
- [“i2c.enable”, true]
- [“spi.enable”, true]
libs:
- origin: https://github.com/mongoose-os-libs/boards
- origin: https://github.com/mongoose-os-libs/demo-bundle
- origin: https://github.com/mongoose-os-libs/rpc-service-i2c
- origin: https://github.com/mongoose-os-libs/spi
- origin: https://github.com/mongoose-os-libs/vfs-dev-spi-flash
- origin: https://github.com/mongoose-os-libs/vfs-fs-lfs
manifest_version: 2017-05-18
Following error always appear even with different code:
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c:471:13: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs_block_t' [-Werror=format=]
LFS_WARN("No more free space %"PRIu32,
^
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c:471:13: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c: In function 'lfs_dir_fetchmatch':
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c:965:5: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs_block_t' [-Werror=format=]
LFS_ERROR("Corrupted dir pair at %"PRIu32" %"PRIu32,
^
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c:965:5: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'lfs_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c:965:5: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c:965:5: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'lfs_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c: In function 'lfs_dir_compact':
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c:1606:13: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs_block_t' [-Werror=format=]
LFS_WARN("Superblock %"PRIu32" has become unwritable", oldpair[1]);
^
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c:1606:13: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c: In function 'lfs_mount':
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c:3396:21: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs_size_t' [-Werror=format=]
LFS_ERROR("Unsupported name_max (%"PRIu32" > %"PRIu32")",
^
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c:3396:21: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'lfs_size_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c:3396:21: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs_size_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c:3396:21: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'lfs_size_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c:3407:21: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs_size_t' [-Werror=format=]
LFS_ERROR("Unsupported file_max (%"PRIu32" > %"PRIu32")",
^
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c:3407:21: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'lfs_size_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c:3407:21: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs_size_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c:3407:21: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'lfs_size_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c:3418:21: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs_size_t' [-Werror=format=]
LFS_ERROR("Unsupported attr_max (%"PRIu32" > %"PRIu32")",
^
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c:3418:21: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'lfs_size_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c:3418:21: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs_size_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs/lfs.c:3418:21: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'lfs_size_t' [-Werror=format=]
CC /data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c
CC /data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1_util.c
CC ./espressif/app/ping.c
cc1: all warnings being treated as errors
CC /data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/wifi/src/mgos_wifi.c
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/modules/mongoose-os/platforms/esp8266/Makefile.build:398: recipe for target '/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/build/objs/lfs.c.o' failed
make: *** [/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/build/objs/lfs.c.o] Error 1
make: *** Waiting for unfinished jobs....
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c: In function 'lfs1_alloc':
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:313:13: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
LFS1_WARN("No more free space %" PRIu32,
^
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:313:13: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c: In function 'lfs1_dir_fetch':
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:493:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
LFS1_ERROR("Corrupted dir pair at %" PRIu32 " %" PRIu32 ,
^
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:493:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:493:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:493:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c: In function 'lfs1_dir_commit':
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:617:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
LFS1_DEBUG("Bad block at %" PRIu32, dir->pair[0]);
^
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:617:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:625:13: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
LFS1_WARN("Superblock %" PRIu32 " has become unwritable",
^
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:625:13: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:639:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
LFS1_DEBUG("Relocating %" PRIu32 " %" PRIu32 " to %" PRIu32 " %" PRIu32,
^
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:639:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:639:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:639:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:639:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:639:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:639:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:639:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c: In function 'lfs1_ctz_extend':
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:1244:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
LFS1_DEBUG("Bad block at %" PRIu32, nblock);
^
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:1244:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c: In function 'lfs1_file_relocate':
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:1414:5: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
LFS1_DEBUG("Bad block at %" PRIu32, file->block);
^
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:1414:5: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
CC ./espressif/app/dhcpserver.c
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c: In function 'lfs1_relocate':
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:2447:13: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
LFS1_DEBUG("Relocating root %" PRIu32 " %" PRIu32,
^
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:2447:13: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:2447:13: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:2447:13: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c: In function 'lfs1_deorphan':
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:2508:17: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
LFS1_DEBUG("Found orphan %" PRIu32 " %" PRIu32,
^
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:2508:17: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:2508:17: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:2508:17: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:2524:17: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
LFS1_DEBUG("Found desync %" PRIu32 " %" PRIu32,
^
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:2524:17: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:2524:17: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:2524:17: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:2559:21: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
LFS1_DEBUG("Found move %" PRIu32 " %" PRIu32,
^
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:2559:21: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:2559:21: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:2559:21: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'lfs1_block_t' [-Werror=format=]
/data/fwbuild-volumes/2.14.0/apps/httpfetchnor/esp8266/build_contexts/build_ctx_814640965/deps/vfs-fs-lfs/littlefs1/lfs1.c:2566:21: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'lfs1_block_t' [-Werror=format=]
LFS1_DEBUG("Found partial move %" PRIu32 " %" PRIu32,
“Build Failed”
Any insights?