Page 1 of 1

How to, LINUX and Netbeans? (TD1204)

Posted: Tue Oct 06, 2015 8:32 am
by omlu
Hi,

I am Luân and I'm new in the SigFox/TD world! I am currently working on a project and I am thinking about using the TD1204.
But first, I would like to know if
anyone has try to program under Linux? or try to work with Netbeans instead of Eclipse? I wonder what is the procedure to port from a windows environment to a Linux's.

Thank you,

Re: How to, LINUX and Netbeans? (TD1204)

Posted: Thu Oct 15, 2015 8:02 am
by mstempin
Given our limited available resources, we can only officially support the Windows / Eclipse SDK platform.

However, the sources do not depend on any of these and should compile on other platforms, provided you use a cross-toolchain similar to the CodeSorucery one we used under Windows, and re-create the corresponding projects / Makefiles under your preferred IDE.

Re: How to, LINUX and Netbeans? (TD1204)

Posted: Mon Oct 19, 2015 12:47 pm
by omlu
mstempin wrote:Given our limited available resources, we can only officially support the Windows / Eclipse SDK platform.

However, the sources do not depend on any of these and should compile on other platforms, provided you use a cross-toolchain similar to the CodeSorucery one we used under Windows, and re-create the corresponding projects / Makefiles under your preferred IDE.


I understand.
Thank you for the answer ;)