On Monday 01 November 2004 08:33, Remy Blank wrote: > Vlado Handziski wrote: > > 3.3.4 has a bug when dealing with bitfields in structs. The > > msp430/telos/eyesIFX ADC components will NOT work properly!!!. Please don't > > use this version! > > Understood. However, that leaves me no option at all, does it? 3.2.3 > fails due to a known bug (see below), 3.3.4 has a known bug, too, and > 3.4.2 fails with a segmentation fault. Does anybody out there work with > big TinyOS applications on MSP430 platform? What tool combination are > you using?
Yes, it looks bad. 3.2.3 is still the best option, and that is what we are using here at TU Berlin. This gen_lowpart error is not always occurring. It is hard to detect what exactly is going wrong. For example, when compiling nucleus for the eyesIFX platform (mainly different communication stack) with the gcc-3.2.3 there is no error, but it breaks the telos builds. Vlado