Dear all,

Can someone give me some hints on what the last four lines
of below mean?

Thank you
--------------------------------------

[EMAIL PROTECTED] MyApp]$ make telosb
mkdir -p build/telosb
    compiling MyApp to a telosb binary
ncc -o build/telosb/main.exe -O -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=telosb -fnesc-cfile=build/telosb/app.c -board= -DTOSH_DATA_LENGTH=114 -I%T/lib/Deluge -Wl,--section-start=.text=0x4800,--defsym=_reset_vector__=0x4000 -DIDENT_PROGRAM_NAME=\"MyApp\" -DIDENT_USER_ID=\"jpaek\" -DIDENT_HOSTNAME=\"muggle.usc.edu\" -DIDENT_USER_HASH=0xc219ad63L -DIDENT_UNIX_TIME=0x4412f444L -DIDENT_UID_HASH=0x156b3596L -mdisable-hwmul -I/home/jpaek/tinyos-1.x/tos/lib/CC2420Radio -I. -I/opt/tinyos-1.x/tos/../contrib/moteiv/tos/platform/msp430 -I/opt/tinyos-1.x/tos/../contrib/moteiv/tos/platform/msp430/adc -I/opt/tinyos-1.x/tos/../contrib/moteiv/tos/platform/msp430/dma MyApp.nc -lm /opt/tinyos-1.x/tos/lib/CC2420Radio/CC2420RadioM.nc:116: warning: `Send.sendDone' called asynchronously from `sendFailed' msp430-ld: address 0x10032 of build/telosb/main.exe section .text is not within region text msp430-ld: section .vectors [0000ffe0 -> 0000ffff] overlaps section .text [00004800 -> 00010031] msp430-ld: build/telosb/main.exe: section .vectors lma 0xffe0 overlaps previous sections
make: *** [exe0] Error 1

--------------------------


--

Jeongyeup Paek

Graduate Student
Embedded Networks Laboratory
Department of Computer Science
University of Southern California.
http://enl.usc.edu/~jpaek

--
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to