Hi, For app Blink in tinyos, working on xubuntu (ubuntu variant distro)
As far mas make micaz sim was concerned in tinyos-2.x (after following chad metcalfe's guide (5secondfuse.com) I got errors in g++ command not found.. Thus installing g++ from adept fixed this. Now switching back to tinyos-1.x environment i got errors trying to make pc thus i reinstalled the i obtained the following output ....(p.s. when i checked on adept i have python i think 2.5 installed) mkdir -p build/pc compiling Blink to a pc binary ncc -o build/pc/main.exe -g -O0 -pthread -fnesc-nido-tosnodes=1000 -fnesc-simulate -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=pc -fnesc-cfile=build/pc/app.c -board=micasb -DIDENT_PROGRAM_NAME=\"Blink\" -DIDENT_USER_ID=\"root\" -DIDENT_HOSTNAME=\"umar-laptop\" -DIDENT_USER_HASH=0x715e22b0L -DIDENT_UNIX_TIME=0x45886c0eL -DIDENT_UID_HASH=0x1bc8f083L Blink.nc -lm In file included from /opt/tinyos-1.x/tos/platform/pc/event_queue.h:61, from /opt/tinyos-1.x/tos/platform/pc/nido.h:77, from /opt/tinyos-1.x/tos/platform/pc/hardware.h:43, from /opt/tinyos-1.x/tos/system/tos.h:144: /usr/include/pthread.h:485: requested alignment is not a constant make: *** [exe0] Error 1 _______________________________________________ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help