Below is the Output I obtain. Please help. Thank U.
> "C:\Crossbow\PN\IDE.bat" "C:\Crossbow\cygwin\opt\MoteWorks\apps\tutorials\lesson_1\" "C:\Crossbow\cygwin\bin" "make micaz install eprb,169.254.78.113"
#############################
Command: make micaz install eprb,169.254.78.113
Cygwin: C:\Crossbow\cygwin\bin
Directory: C:\Crossbow\cygwin\opt\MoteWorks\apps\tutorials\lesson_1\
"/opt/MoteWorks/tools/bin/ide.pl 'make micaz install eprb,169.254.78.113' 'C:\Crossbow\cygwin\opt\MoteWorks\apps\tutorials\lesson_1\'"
#############################
ide.pl Ver:$Id: ide.pl,v 1.1.2.1 2006/05/29 07:22:52 lwei Exp $
Executing: /opt/MoteWorks/apps/tutorials/lesson_1/ bash -c "make micaz install eprb,169.254.78.113"
mkdir -p build/micaz
compiling MyApp to a micaz binary
ncc -o build/micaz/main.exe -Os -finline-limit=100000 -I%T/platform/micaz -I%T/lib/Queue -I%T/sensorboards/mts310 -I%T/lib/Broadcast -I%T/lib/XLib -DROUTE_PROTOCOL=0x90 -I%T/radio/cc2420 -I%T/lib/internal/XMesh -DMULTIHOPROUTER=XMeshRouter -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=micaz -fnesc-cfile=build/micaz/app.c -board=mts310 -DIDENT_PROGRAM_NAME="MyApp" -DIDENT_PROGRAM_NAME_BYTES="77,121,65,112,112,0" -DIDENT_USER_ID="Owner" -DIDENT_USER_ID_BYTES="79,119,110,101,114,0" -DIDENT_HOSTNAME="chua-91149d3cb3" -DIDENT_HOSTNAME_BYTES="99,104,117,97,45,57,49,49,52,57,100,51,99,98,51,0" -DIDENT_USER_HASH=0x7aaf327cL -DIDENT_UNIX_TIME=0x4b5d218bL -DCC2420_DEF_CHANNEL=11 -DCC2420_TXPOWER=TXPOWER_MAX MyApp.nc -lm
compiled MyApp to build/micaz/main.exe
1548 bytes in ROM
99 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
cp build/micaz/main.srec build/micaz/main.srec.out
installing micaz binary using eprb
uisp -dprog=stk500 -dhost=169.254.78.113 --wr_fuse_h=0xd9 -dpart=ATmega128 --wr_fuse_e=ff --erase --upload if=build/micaz/main.srec.out
make: *** [program] Error 2
Error resolving server name. <-------------------- This is the error encountered.
> Process Exit Code: 0
> Time Taken: 00:09