Am 28.11.2011 23:39, schrieb Sebastian Aus:
Hello.I decided to learn plugin development and I'm following the tutorial. The issue is that I would like to compile just the plugin I'm working on, to get the .rock file, and not the whole rockbox. How would I do this?
make $PWD/apps/plugins/<plugin>.rockBut for this to work you need to have integrated the plugin into the build system; which you have probably done if it's compiling as part of the whole-rockbox-compilation.
Best regards.