Hi, I followed all CoAP tutorial steps http://sing.stanford.edu/tinywiki/index.php/CoAP and I edited CoapBlip Makefile enabling temperature and voltage CoAP resources (NUM_URIS=2). When I run CoAP example client only the temperature request seems to work properly, because when I try to get the voltage a value is returned but I need to press CTRL+C to return. I thought to debug the code using Printf, so I edited CoapBlip Makefile uncommenting CFLAGS += -DNEW_PRINTF_SEMANTICS -DPRINTFUART_ENABLED line, but when I tried to recompile the application I got this error: * msp430-ld: region text is full (build/telosb/main.exe section .text) msp430-ld: section .vectors [0000ffe0 -> 0000ffff] overlaps section .text [00004000 -> 0001054b] msp430-ld: build/telosb/main.exe: section .vectors lma 0xffe0 overlaps previous sections*
I suppose memory space becomes insufficient including Printf components. How can I compile CoapBlip with Printf functionality? Why temperature request works properly, while the voltage (and the others) doesn't? Any hint is welcome.
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
