Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. root@crs-Latitude-E5570:~/VTC/IoT/tinyos-main/tinyos-2.x/apps/Blink# make telosb install
  2. [INFO] compiling BlinkAppC to a telosb binary
  3. nescc -o build/telosb/main.exe -Os -gcc=msp430-gcc -Wnesc-all -fnesc-include=tos -fnesc-scheduler=TinySchedulerC,TinySchedulerC.TaskBasic,TaskBasic,TaskBasic,runTask,postTask -fnesc-cfile=build/telosb/app.c -fnesc-separator=__ -I../../tos/platforms/telosb -I../../tos/platforms/telosb/chips/stm25p -I../../tos/platforms/telosa -I../../tos/platforms/telosa/chips/cc2420 -I../../tos/platforms/telosa/chips/s1087 -I../../tos/platforms/telosa/chips/s10871 -I../../tos/platforms/telosa/chips/sht11 -I../../tos/platforms/epic/chips/ds2411 -I../../tos/chips/cc2420 -I../../tos/chips/cc2420/alarm -I../../tos/chips/cc2420/control -I../../tos/chips/cc2420/csma -I../../tos/chips/cc2420/interfaces -I../../tos/chips/cc2420/link -I../../tos/chips/cc2420/lowpan -I../../tos/chips/cc2420/lpl -I../../tos/chips/cc2420/packet -I../../tos/chips/cc2420/receive -I../../tos/chips/cc2420/spi -I../../tos/chips/cc2420/transmit -I../../tos/chips/cc2420/unique -I../../tos/chips/cc2420/security -I../../tos/chips/msp430 -I../../tos/chips/msp430/adc12 -I../../tos/chips/msp430/dma -I../../tos/chips/msp430/pins -I../../tos/chips/msp430/timer -I../../tos/chips/msp430/usart -I../../tos/chips/msp430/sensors -I../../tos/chips/stm25p -I../../tos/chips/sht11 -I../../tos/chips/ds2411 -I../../tos/lib/timer -I../../tos/lib/serial -I../../tos/lib/power -I../../tos/lib/onewire -mmcu=msp430f1611 -fnesc-target=msp430 -fnesc-no-debug -DPLATFORM_TELOSB -Wall -Wshadow -I../../tos/system -I../../tos/types -I../../tos/interfaces -DIDENT_APPNAME=\"BlinkAppC\" -DIDENT_USERNAME=\"root\" -DIDENT_HOSTNAME=\"crs-Latitude-E5\" -DIDENT_USERHASH=0x8d20c5f7L -DIDENT_TIMESTAMP=0x5d8389cdL -DIDENT_UIDHASH=0x0e2e4568L -fnesc-dump=wiring -fnesc-dump='interfaces(!abstract())' -fnesc-dump='referenced(interfacedefs, components)' -fnesc-dumpfile=build/telosb/wiring-check.xml BlinkAppC.nc -lm
  4. [INFO] script
  5. 2538 bytes in ROM
  6. 56 bytes in RAM
  7. [INFO] size (toolchain):
  8. text data bss dec hex filename
  9. 2596 2 56 2654 a5e build/telosb/main.exe
  10. [INFO] generating symbol table
  11. [INFO] generating listing
  12. [INFO] creating ihex file
  13. [INFO] writing TOS image
  14. [INFO] writing TOS buildinfo
  15. [INFO] running the wiring check
  16. [ERROR] found no motes ("using bsl,auto")
  17. ../../support/make/msp/bsl.extra:43: recipe for target 'bsltest' failed
  18. make: *** [bsltest] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement