Hi,

Few days ago, I had the same problem too. The problem is because you don't
have created the file /dev/parpot0. Try using the commands below:

mknod /dev/parport0 c 99 0
chmod a+rw /dev/parport0

Later, you should have success with make "mica2 install"

Regards,
Marvin Lemos

On Tue, Aug 26, 2008 at 11:31 AM, Clinton, David D <[EMAIL PROTECTED]>wrote:

> Ladies and Gents,
>
> Could someone give me some advice or a solution to a problem I am having
> writing to the sensor nodes?? The error I am receiving is located below...
> If
> you guys have experience this before please give feedback as I am need of
> help...
>
> Thanks,
>
>
> [EMAIL PROTECTED] Blink]$ make mica2 install
> mkdir -p build/mica2
>    compiling BlinkAppC to a mica2 binary
> ncc -o build/mica2/main.exe -Os -finline-limit=100000 -Wall -Wshadow
> -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=mica2
> -fnesc-cfile=build/mica2/app.c -board=micasb  -fnesc-dump=wiring
> -fnesc-dump='interfaces(!abstract())'
> -fnesc-dump='referenced(interfacedefs,
> components)' -fnesc-dumpfile=build/mica2/wiring-check.xml BlinkAppC.nc -lm
>    compiled BlinkAppC to build/mica2/main.exe
>            2688 bytes in ROM
>              57 bytes in RAM
> avr-objcopy --output-target=srec build/mica2/main.exe build/mica2/main.srec
> avr-objcopy --output-target=ihex build/mica2/main.exe build/mica2/main.ihex
>    writing TOS image
> cp build/mica2/main.srec build/mica2/main.srec.out
>    installing mica2 binary with dapa
> uisp -dprog=dapa --wr_fuse_h=0xd9 -dpart=ATmega128 --wr_fuse_e=ff  --erase
> /dev/parport0: No such file or directory
> Failed to open ppdev.
> make: *** [program] Error 2
>
>
>
> _______________________________________________
> 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

Reply via email to