Isn't the exe meant to run only on motes (and not on PC)? Sent via BlackBerry from T-Mobile
-----Original Message----- From: zahid iqbal <[EMAIL PROTECTED]> Date: Mon, 15 Oct 2007 10:35:39 To:[email protected] Subject: [Tinyos-help] Re: Tinyos-help Digest, Vol 54, Issue 46 Hi all ! I am using tinyOs 2.0. When I compile my application, using [EMAIL PROTECTED]:~/PeriodicReader$ make micaz I get the following. mkdir -p build/micaz compiling PeriodicReaderAppC to a micaz binary ncc -o build/micaz/main.exe -Os -finline-limit=100000 -Wall -Wshadow -Wnesc-all -target=micaz -fnesc-cfile=build/micaz/app.c -board=micasb -fnesc-dump=wiring -fnesc-dump='interfaces(!abstract())' -fnesc-dump='referenced(interfacedefs, components)' -fnesc-dumpfile=build/micaz/wiring-check.xml PeriodicReaderAppC.nc -lm compiled PeriodicReaderAppC to build/micaz/main.exe 9832 bytes in ROM 244 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 But when I try to run the application, I get the following error message. [EMAIL PROTECTED]:~/PeriodicReader$ ./build/micaz/main.exe --help 2 -bash: ./build/micaz/main.exe: cannot execute binary file Does anybody know what could be the reason ? Thanks. ---------------- Looking for a deal? Find great prices on flights and hotels <http://us.rd.yahoo.com/evt=47094/*http://farechase.yahoo.com/;_ylc=X3oDMTFicDJoNDllBF9TAzk3NDA3NTg5BHBvcwMxMwRzZWMDZ3JvdXBzBHNsawNlbWFpbC1uY20-> with Yahoo! FareChase. _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
