Seting up the projects on Ubunto

Firmware/software/electronics/mechanics
Post Reply
Peter
Beginner
Posts: 18
Joined: Sun Sep 06, 2015 3:00 pm

Seting up the projects on Ubunto

Post 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 ?
Attachments
a.png
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: Seting up the projects on Ubunto

Post 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).
Peter
Beginner
Posts: 18
Joined: Sun Sep 06, 2015 3:00 pm

Re: Seting up the projects on Ubunto

Post by Peter »

Hello
How to setup the make targets in the make tab ?
Thanks
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: Seting up the projects on Ubunto

Post 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
Peter
Beginner
Posts: 18
Joined: Sun Sep 06, 2015 3:00 pm

Re: Seting up the projects on Ubunto

Post by Peter »

Thanks
Post Reply