[Tinyos-help] arm cortex toolchain

2012-11-05 Thread András Bíró
Hi Guys, Is there an official toolchain for the sam3* platforms (Cortex M3)? If not, what version of gcc/binutils/libc (I don't know what else needed by the arm toolchain) should I use? Is there a script/tutorial which discribes how to compile it? BTW, if I do this, I will do it how I did the

Re: [Tinyos-help] arm cortex toolchain

2012-11-05 Thread Thomas Schmid
Andras, I am currently using the latest CodeBench ARM Toolchain. Seems to work great. We had a lot of difficulty to get the lates ARM GCC to compile (~1/2 year ago), and CodeBench has a precompiled version. I believe Razvan has some scripts that at some point compiled the toolchain, but I am not

Re: [Tinyos-help] arm cortex toolchain

2012-11-05 Thread Eric Decker
Razvan's scripts morphed into what I have for the msp430 toolchain. On Mon, Nov 5, 2012 at 9:13 AM, Thomas Schmid thomas.sch...@gmail.comwrote: Andras, I am currently using the latest CodeBench ARM Toolchain. Seems to work great. We had a lot of difficulty to get the lates ARM GCC to compile

Re: [Tinyos-help] arm cortex toolchain

2012-11-05 Thread András Bíró
Thanks Guys, the binary package will be enough for now (fortunatly there's already an arch package: https://aur.archlinux.org/packages/arm-none-eabi/). I will take a look later on the packaging stuff, but the source tarball seems really overcomplicated, we might should use the binary. Andris On