Re: Compiling a Plugin

2007-03-19 Thread Magnus Holmgren
neoAKiRAz wrote: I'll try closing every other program just in case. And you tested the rebuild with 'make rocks'? The output was something like mine? Because I was thinking that the makefile wasn't being properly generated or something, although I followed the instructions... Looked normal t

Re: Compiling a Plugin

2007-03-18 Thread XavierGr
On 19/03/07, neoAKiRAz <[EMAIL PROTECTED]> wrote: You're right, with everything closable closed, it compiled in about 1 minute (with 'make rocks'). The thing is that the compiling of my_plugin.c itself didn't took more than a second... It would be great if I could only compile that one with some

Re: Compiling a Plugin

2007-03-18 Thread neoAKiRAz
You're right, with everything closable closed, it compiled in about 1 minute (with 'make rocks'). The thing is that the compiling of my_plugin.c itself didn't took more than a second... It would be great if I could only compile that one with something like 'gcc my_plugin.c -o ...' No way of doi

Re: Compiling a Plugin

2007-03-18 Thread neoAKiRAz
I'll try closing every other program just in case. And you tested the rebuild with 'make rocks'? The output was something like mine? Because I was thinking that the makefile wasn't being properly generated or something, although I followed the instructions...

Re: Compiling a Plugin

2007-03-18 Thread Magnus Holmgren
neoAKiRAz wrote: Then 'make install' (couple more mintues) and then tried it, and it worked. But waiting 10 minutes after every little change is quite tedious. What can be wrong? I hope you can help me. Thx! Although Cygwin is a bit slow, it normally isn't that slow. One possibility is that

Re: Compiling a Plugin

2007-03-17 Thread XavierGr
On 18/03/07, neoAKiRAz <[EMAIL PROTECTED]> wrote: Then 'make install' (couple more mintues) and then tried it, and it worked. But waiting 10 minutes after every little change is quite tedious. What can be wrong? I hope you can help me. Thx! When I used cygwin the compilation time was about 5

Re: Compiling a Plugin

2007-03-17 Thread neoAKiRAz
Yes, and just in case I deleted my previous build folders in /rockbox and: svn update mkdir build-sim cd build-sim ../tools/configure I selected 50 for Sansa and then S to build the simulator. Then 'make'. It took 20 minutes in my P4 2.4Ghz (cygwin). Then 'make install', just a couple of minut

Re: Compiling a Plugin

2007-03-17 Thread neoAKiRAz
Yes, and just in case I deleted my previous build folders in /rockbox and: svn update mkdir build-sim cd build-sim ../tools/configure I selected 50 for Sansa and then S to build the simulator. Then 'make'. It took 20 minutes in my P4 2.4Ghz (cygwin). Then 'make install', just a couple of minut

Re: Compiling a Plugin

2007-03-17 Thread Dominik Riebeling
On 3/17/07, neoAKiRAz <[EMAIL PROTECTED]> wrote: Hi! I'm starting to develop a plugin, and I was wondering if is there any way of compiling the plugin only and generating the .rock, because the whole make takes a while in my PC. I've been told to try "make rocks" after updating and configuring, b

Compiling a Plugin

2007-03-17 Thread neoAKiRAz
Hi! I'm starting to develop a plugin, and I was wondering if is there any way of compiling the plugin only and generating the .rock, because the whole make takes a while in my PC. I've been told to try "make rocks" after updating and configuring, but it didn't work for me. Any idea? Thx!