Hi! On Sat, 29 May 2010, Sandhya P C wrote:
> Errors were encountered while processing: > /var/cache/apt/archives/avr-gcc-tinyos_4.1.2-20080806_i386.deb > /var/cache/apt/archives/avr-libc-tinyos_1.4.7-20080806_i386.deb > E: Sub-process /usr/bin/dpkg returned an error code (1) > Can you try again? I just tested on a freshly installed lucid/lucid64 and I did not get any errors. -- Razvan ME > On Sat, May 29, 2010 at 12:42 AM, Sandhya P C <[email protected]> wrote: > >> hi, >> >> i am trying to set up platform for micaz on karmic koala. >> >> i followed these instructions: >> >> >> ================================================================================= >> 1) add bellow repository to your /etc/apt/sources.list though it is for >> hardy, it is working for intrepid also >> >> deb http://tinyos.stanford.edu/tinyos/dists/ubuntu hardy main >> >> 2) with following commands you can update the apt-cache and search the >> required packages then you can install the required version and all. >> >> apt-get update >> apt-cache search tinyos >> apt-get install tinyos-2.1.0 >> >> 3) then install python development package (headers) >> >> apt-get install python-dev >> >> 4) Edit /opt/tinyos-2.1.0/tinyos.sh and change the CLASSPATH env-variable >> as bellow >> >> CLASSPATH=$CLASSPATH:$TOSROOT/support/sdk/java/tinyos.jar:. >> >> 4) Import /opt/tinyos-2.1.0/tinyos.sh in your .bashrc; include bellow code >> snippet to ~/.bashrc >> >> if [ -f /opt/tinyos-2.1.0/tinyos.sh ] ; then >> . /opt/tinyos-2.1.0/tinyos.sh >> fi >> >> 5) Now execut bash again or restart the terminal and chech your >> enviorenment with bellow command. It will check the enviorenment and report >> you the status. (Ignore the WORNING returned due to graphvis version) >> >> tos-check-env >> >> 6) Lets compile the first application >> >> cd $TOSROOT/apps/Blink >> make micaz >> >> for simulator >> >> make micaz sim >> >> have fun!~ >> >> ====================================================================================== >> >> but two files avr-gcc-tinyos and avr-libc-tinyos were reported as brocken. >> so i got their rpm package downloaded from the following site: >> http://docs.tinyos.net/index.php/Installing_TinyOS_2.1 >> >> but alien could not convert these rpms into deb. >> >> is there any other repository available? can someone upload these deb >> files? i have attached the rpms. >> >> or is there any other workarounds? >> >> Thanks and regards, >> Sandhya P C >> >> -- >> Aerodynamically the bumblebee shouldn't be able to fly, >> but the bumblebee doesn't know that so it goes on flying anyway. >> ~Mary Kay Ash >> > > > > -- > Aerodynamically the bumblebee shouldn't be able to fly, > but the bumblebee doesn't know that so it goes on flying anyway. > ~Mary Kay Ash > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
