Build failed cc3200

I’m new to mongoose os. I am following the example on: https://mongoose-os.com/docs/mongoose-os/quickstart/setup.md. I’m at the stage of building for the CC3200 device. The build fails with the following build log:
*** Out of space, tried to write 25586 bytes ***
make: *** [/data/fwbuild-volumes/2.12.1/apps/app1/cc3200/build_contexts/build_ctx_957345777/build/objs/spiffs.img] Error 1
make: *** Waiting for unfinished jobs…
/mongoose-os/fw/platforms/cc3200/Makefile.build:253: recipe for target ‘/data/fwbuild-volumes/2.12.1/apps/app1/cc3200/build_contexts/build_ctx_957345777/build/objs/spiffs.img’ failed
make: Leaving directory ‘/app’
Error: exit status 2
/go/src/cesanta.com/mos/build_local.go:653:
/go/src/cesanta.com/mos/build_local.go:640:
/go/src/cesanta.com/mos/build_local.go:401:
/go/src/cesanta.com/mos/build.go:205:
/go/src/cesanta.com/mos/build.go:148:
/go/src/cesanta.com/mos/main.go:176: build failed

Please assist.

1 Like

demo-js won’t build on cc3200, cause cc3200 is too small for it. Use demo-c. But better, use cc3220 rather than cc3200.

But Mongoose team claimed its working now see link for claim…

Let’s do it together I am also running same scenario with CC3200 , it was hard time to connect device with COM port first in place. Now I am getting below same error -

*** Out of space, tried to write 25586 bytes ***
make: *** [/data/fwbuild-volumes/latest/apps/app3/cc3200/build_contexts/build_ctx_133522072/build/objs/spiffs.img] Error 1
make: *** Waiting for unfinished jobs…
/data/fwbuild-volumes/latest/apps/app3/cc3200/build_contexts/build_ctx_133522072/deps/modules/mongoose-os/platforms/cc3200/Makefile.build:238: recipe for target ‘/data/fwbuild-volumes/latest/apps/app3/cc3200/build_contexts/build_ctx_133522072/build/objs/spiffs.img’ failed
“/data/fwbuild-volumes/latest/apps/app3/cc3200/build_contexts/build_ctx_133522072/deps/modules/mongoose-os/platforms/cc3200/ld/cc3200.cmd”, line 24: error #10099-D:
program will not fit into available memory. placement with alignment fails
for section “GROUP_1” size 0x49bbc . Available memory ranges:
SRAM size: 0x40000 unused: 0x3fafc max hole: 0x3fafc
error #10010: errors encountered during linking;
“/data/fwbuild-volumes/latest/apps/app3/cc3200/build_contexts/build_ctx_1335
22072/build/objs/app3.elf” not built

Compilation failure
/data/fwbuild-volumes/latest/apps/app3/cc3200/build_contexts/build_ctx_133522072/deps/modules/mongoose-os/platforms/cc3200/Makefile.build:325: recipe for target ‘/data/fwbuild-volumes/latest/apps/app3/cc3200/build_contexts/build_ctx_133522072/build/objs/app3.elf’ failed
make: *** [/data/fwbuild-volumes/latest/apps/app3/cc3200/build_contexts/build_ctx_133522072/build/objs/app3.elf] Error 1
make: Leaving directory ‘/app’
Error: exit status 2
/go/src/github.com/mongoose-os/mos/mos/build_local.go:679:
/go/src/github.com/mongoose-os/mos/mos/build_local.go:666:
/go/src/github.com/mongoose-os/mos/mos/build_local.go:431:
/go/src/github.com/mongoose-os/mos/mos/build.go:223:
/go/src/github.com/mongoose-os/mos/mos/build.go:166:
/go/src/github.com/mongoose-os/mos/mos/main.go:196: build failed
Error: /go/src/github.com/mongoose-os/mos/mos/build_remote.go:326: build failed
/go/src/github.com/mongoose-os/mos/mos/build.go:223:
/go/src/github.com/mongoose-os/mos/mos/build.go:166:
/go/src/github.com/mongoose-os/mos/mos/main.go:196: build failed

D:\app3>d:\mos build --platform cc3200

Are you cloning and building demo-c ?