On Sep 28, 2006, at 3:55 PM, Mikael Ifversen wrote:

Following lesson 11 in the tinyos 2.x tutorial I get no resemblance to the output described there, here is what I get

$ make micaz sim-  cygwin
mkdir -p build/micaz
   compiling BlinkAppC to a micaz binary
ncc -o build/micaz/main.exe -Os -finline-limit=100000 -Wall - Wshadow -DDEF_TOS_A M_GROUP=0x7d -Wnesc-all -target=micaz -fnesc-cfile=build/micaz/ app.c -board=mica sb -fnesc-dump=wiring -fnesc-dump='interfaces(!abstract())' -fnesc- dump='refere nced(interfacedefs, components)' -fnesc-dumpfile=build/micaz/wiring- check.xml Bl
inkAppC.nc -lm
   compiled BlinkAppC to build/micaz/main.exe
           2548 bytes in ROM
             56 bytes in RAM
avr-objcopy --output-target=srec build/micaz/main.exe build/micaz/ main.srec avr-objcopy --output-target=ihex build/micaz/main.exe build/micaz/ main.ihex
   writing TOS image

What am I missing?


Don't put a space between sim- and cygwin:

make micaz sim-cygwin

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

Reply via email to