mrAyaz / ardupilot-mega

Automatically exported from code.google.com/p/ardupilot-mega
0 stars 0 forks source link

PDE/Sketch generation #481

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, I'm the autor of 
Arduino-CMake(https://github.com/queezythegreat/arduino-cmake) and I can see 
you are using it as your build system for ardupilot. It's nice to see my 
project is becoming popular.

I was wondering about the Arduino sketch support you have added. Does your 
implementation handle PDE files just like the Arduino IDE? I'm very intrested 
in this, because this is the last thing that is missing from Arduino-CMake to 
be a full replacement for the Arduino IDE.

Also I've noticed that you generate the sources at build system generation time 
(when running cmake) and you haven't defined any compile time dependencies to 
regenerate the sources. The reason I bring this up is because you can have the 
build system regenerate itself whenever you change any of the input PDE files, 
which would be nicer for the developers.

QueezyTheGreat

Original issue reported on code.google.com by queezyth...@gmail.com on 15 Jan 2012 at 2:08

GoogleCodeExporter commented 8 years ago
Please post this question on DIY Drones. The Issues List is not the best place 
to discuss dev questions. 

Original comment by analogue...@gmail.com on 16 Jan 2012 at 6:15

GoogleCodeExporter commented 8 years ago
Well this is partially a bug request. Like I said near the end, that if the 
sketches get changed the build sysytem does not get regenerated. 

Original comment by queezyth...@gmail.com on 16 Jan 2012 at 9:04