Page 1 of 1

Seting up the projects on Ubunto

Posted: Fri Sep 11, 2015 12:25 pm
by Peter
Hello,i tried to set up the project on my ubunto, i follow all the instructions. my problem is that in eclips i didn't find the compiler file.
please coulld you tell me how to make the complier file ?

Re: Seting up the projects on Ubunto

Posted: Thu Sep 17, 2015 9:52 am
by arnaud
Hi Peter,

What instruction did you follow?

To compile within eclipse you will have to setup the make targets in the make tab (the tab is on the left on your screenshot, the green circles).

Re: Seting up the projects on Ubunto

Posted: Thu Sep 17, 2015 2:10 pm
by Peter
Hello
How to setup the make targets in the make tab ?
Thanks

Re: Seting up the projects on Ubunto

Posted: Fri Sep 18, 2015 12:16 pm
by arnaud
You create them that way: http://help.eclipse.org/luna/index.jsp? ... target.htm

"all" is the default target, it will build for crazyflie 2. Otherwise the target are the same as when building from the console.

Target examples:
- "all PLATFORM=CF1" builds for crazyflie nano
- "cload" Flash using the radio bootloader
- "flash" Flash using a JTAG addapter

Re: Seting up the projects on Ubunto

Posted: Mon Sep 28, 2015 6:35 pm
by Peter
Thanks