tinyos / tinyos-main

Main development repository for TinyOS (an OS for embedded, wireless devices).
1.4k stars 516 forks source link

Compile msp430-gcc #437

Closed ytlw closed 4 years ago

ytlw commented 4 years ago

Is there a tutorial about how to compile msp430-gcc? I just installed tinyos in Mac OS X successfully by coping the msp430-gcc binary, whose version, however is 3.4. I want msp430-gcc with version 4.6, so it will work with the neweset tinyos(2.1.2 or above).

cire831 commented 4 years ago

there was but I don't remember where it was done.

given the architecture of the msp430 cpus it is problematic and generally a pain in the tush. We used to use the msp4305438 cpu but transistioned over to ARM based msp430p401r cpus.

cire831 commented 4 years ago

The ARM processors are fully supported over on the current master repository at https://github.com/tp-freeforall/prod