Compile RIOT

Hi everyone,

I would like to know if it is possible to compile and load RIOT project for Atmel Sam R21 on Windows, using Atmel studio 6 ?

Cheers, Maxence

Or any other IDE like Eclipse on windows ?

Maxence

-----Message d'origine-----

Hi Maxime!

Or any other IDE like Eclipse on windows ?

Eclipse should work fine as I know some people using it with RIOT on Linux, but I have no experience about the current state in Windows. We already had people using it in Eclipse on Windows, so it shouldn't be to difficult.

There's some documentation about RIOT in Eclipse in the wiki [1]. So, maybe you can check if this works on Windows, too, and try to update the documentation for Windows machines if some things work differently.

Cheers, Oleg

[1] https://github.com/RIOT-OS/RIOT/wiki/Using-the-Eclipse-IDE-for-C-and-CPP-Developers%2C-Howto

Hi everyone,

I would like to know if it is possible to compile and load RIOT project for Atmel Sam R21 on Windows, using Atmel studio 6 ?

This is a good question. I believe it should be possible because there is a gnu toolchain with the Atmel studio so it may be worth an attempt in my opinion.

-Akshay