Hi Saeid, hi Eric,

Saeid, you did a nice guide, but it installs the latest 2.1.2 release
of tinyos but the old msp430-gcc version 4.5.3:

So:
deb http://tinyos.stanford.edu/tinyos/dists/ubuntu lucid main

apt-get remove tinyos-2.1.1 tinyos-2.1.2
apt-get autoremove --purge msp430*
apt-get install tinyos-2.1.2 leads to

Hole:1 http://tinyos.stanford.edu/tinyos/dists/ubuntu/ lucid/main
msp430-binutils-tinyos amd64 2.21.1-20110821 [28,5 MB]
Hole:2 http://tinyos.stanford.edu/tinyos/dists/ubuntu/ lucid/main
msp430-gcc-tinyos amd64 4.5.3-20110821 [16,0 MB]
Hole:3 http://tinyos.stanford.edu/tinyos/dists/ubuntu/ lucid/main
msp430-libc-tinyos amd64 20110612-20110821 [562 kB]
Hole:4 http://tinyos.stanford.edu/tinyos/dists/ubuntu/ lucid/main
msp430mcu-tinyos amd64 20110613-20110821 [6.611 kB]
Hole:5 http://tinyos.stanford.edu/tinyos/dists/ubuntu/ lucid/main
msp430-tinyos all 20110821 [624 B]
Hole:6 http://tinyos.stanford.edu/tinyos/dists/ubuntu/ lucid/main
tinyos-required-msp430 all 2.1-20090326 [766 B]
Hole:7 http://tinyos.stanford.edu/tinyos/dists/ubuntu/ lucid/main
tinyos-required-avr all 2.1-20090326 [762 B]
Hole:8 http://tinyos.stanford.edu/tinyos/dists/ubuntu/ lucid/main
tinyos-required-all all 2.1-20090326 [758 B]
Hole:9 http://tinyos.stanford.edu/tinyos/dists/ubuntu/ lucid/main
tinyos-2.1.2 all 2.1.2-20120813 [11,0 MB]
Es wurden 51,9 MB in 1 min 3 s geholt (811 kB/s)

So I purged everything again with
apt-get remove tinyos-2.1.1 tinyos-2.1.2
apt-get autoremove --purge msp430*
and deleted all packages from the apt cache

Eric, then I tried this one:
deb http://tinyprod.net/repos/debian squeeze main
deb http://tinyprod.net/repos/debian msp430-46 main

apt-get update
apt-get install tinyos-2.1.2 msp430-46

The result is a list of packages that have unmet dependencies:
 tinyos-2.1.2 : Hängt ab von: tinyos-required-all ist aber nicht
installierbar oder
                               tinyos-required-msp430 ist aber nicht
installierbar oder
                               tinyos-required-avr ist aber nicht installierbar
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene
defekte Pakete.

So tinyos-required-* is missing

I didn't think about checking out the sources as I just do some first
tests for choosing a new os. And at home I just installed it on an
Ubuntu 12.10-64bit using the stanford sources first, then the tinyprod
ones as I found the first outdated. After that it worked fine. But on
that machine loads of different compilers are installed from littel
avr to multicore cortex-Axx...

On this machine there is a freshly installed Ubuntu 12.10-64bit and it
doesn't work at all.

Best regards
Ulrich

2013/2/19 Eric Decker [via TinyOS - Help]
<ml-node+s10906n22663...@n7.nabble.com>:
>
>
> On Tue, Feb 19, 2013 at 6:04 AM, Astralix <[hidden email]> wrote:
>>
>> Hi!
>>
>> I'd like to check out tinyos for the first time. I followed the
>> instructions
>> from the wiki here:
>> http://docs.tinyos.net/tinywiki/index.php/Main_Page
>> That in the 'Getting Started' with linux chapter request to add the
>> repository from this address:
>> deb http://tinyos.stanford.edu/tinyos/dists/ubuntu lucid main
>>
>> But after installation I ran into that problem with the msp430 GPIO thingy
>> mentioned in here:
>>
>> http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2012-July/055238.html
>>
>> Some quick checks show, that there has been installed revision 4.5.x of
>> msp430-gcc.
>> Following that thread I requested to install the legacy version but that
>> threw me back to the old things of tinyos and msp430-gcc.
>>
>> I postponed the tinyos thing a bit, installed msp430-gcc revision 4.6.3
>> from
>> debian and did some work.
>>
>> Now, some days later I retried installation of tinyos again. I cleaned out
>> tinyos via dpkg and added the reositories from here:
>> http://tinyprod.net/debian-dev/README.html
>>
>> That failed completely as it on one hand tries to reinstall msp430-gcc
>> with
>> an 2011 release (what I guess is 4.5.x again) and it misses its own
>> dependencies. It fails installing tinyod-2.1.1 or 2.1.2 by missing
>> tinyos-required-all and others that are claimed uninstallable.
>
>
> I maintain the tinyprod repository.   If you tell me exactly what you did,
> I'll see if
> I can fix it.
>
> If you follow the instructions at http://tinyprod.net/repos/debian/ then it
> should just work.   And you want the
> msp430-46 package as well.   That will give you 4.6.3.
>
> You don't want to use 4.5.3   It is buggy.
>
>>
>>
>> So I switched back to tinyod.stanfort.edu/tinyos/dists/ubuntu lucid main
>> and
>> reinstalled 2.1.2 again.
>> It installed the tinyos-2.1.2 files but it also tries to reinstall the
>> existing msp430 binutils, libs and avr and all. The installation of these
>> targets crash including an apport crash report.
>
>
> The Stanford repository for msp430 doesn't seem to be maintained.   Its why
> I started
> the tinyprod repository.
>
> Also you want to get the tinyos source from
> https://github.com/tinyos/tinyos-release (for release bits,
> currently 2.1.2) and if you want the development trunk
> https://github.com/tinyos/tinyos-main
>
> I'd recommend grabbing using git but you can also use zip or tar.   Let me
> know if you need those
> instructions/URL.
>
>
>>
>>
>> Funny is, that I can now compile the first steps examples like Blinky or
>> Hello. But my apt system is stuck now.
>> It still wants to install all the things I already have:
>>
>> # apt-get install -f
>> Paketlisten werden gelesen... Fertig
>> Abhängigkeitsbaum wird aufgebaut
>> Statusinformationen werden eingelesen... Fertig
>> Abhängigkeiten werden korrigiert... Fertig
>> Die folgenden zusätzlichen Pakete werden installiert:
>>   msp430-binutils-tinyos msp430-gcc-tinyos msp430-libc-tinyos
>> msp430mcu-tinyos
>> Die folgenden NEUEN Pakete werden installiert:
>>   msp430-binutils-tinyos msp430-gcc-tinyos msp430-libc-tinyos
>> msp430mcu-tinyos
>> 0 aktualisiert, 4 neu installiert, 0 zu entfernen und 0 nicht
>> aktualisiert.
>> 7 nicht vollständig installiert oder entfernt.
>> Es müssen 51,7 MB an Archiven heruntergeladen werden.
>> Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
>> Möchten Sie fortfahren [J/n]?
>>
>> I don't want to have msp430-gcc version 4.5.x or older back again!
>>
>> My sources.list entry is like this:
>> deb http://tinyos.stanford.edu/tinyos/dists/ubuntu lucid main
>> # deb http://tinyprod.net/debian-dev squeeze main
>> # deb http://tinyprod.net/repos/debian squeeze main
>> deb http://tinyprod.net/repos/debian msp430-46 main
>
>
> try
>
> apt-get autoremove
>
> otherwise google search.
>
>>
>>
>> Any idea to sort that out?
>>
>> Thanks in advance
>> Ulrich
>>
>>
>>
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://tinyos-help.10906.n7.nabble.com/First-time-installation-problems-tp22656.html
>> Sent from the TinyOS - Help mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> Tinyos-help mailing list
>> [hidden email]
>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
>
>
>
> --
> Eric B. Decker
> Senior (over 50 :-) Researcher
>
>
> _______________________________________________
> Tinyos-help mailing list
> [hidden email]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
> ________________________________
> If you reply to this email, your message will be added to the discussion
> below:
> http://tinyos-help.10906.n7.nabble.com/First-time-installation-problems-tp22656p22663.html
> To unsubscribe from First time installation problems, click here.
> NAML




--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/First-time-installation-problems-tp22656p22668.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to