> I am using cygwin on windows. So it takes me about 15 minutes to build > rockbox when compiling. > If I am just editing a couple of files what is the best way to do this?
make is the only way. If you have multiple CPUs (or multiple cores) then make -j will speed this up. > And how do I do that? > All I am doing is the following: > 1. Open main_menu.c > 2 I arrow around through the code and I also use the find function in my > text editor. > 3. I add my code. > 4. I save. > 5 I open english.lang. > 6. I arrow around a bit and I use the find function in my text editor. > 7. Once I have found the spot where my code should go I add my code > there. All I did was fill in the disk size voice string. Maybe your editor is converting spaces to tabs? We don't use tabs in Rockbox. -- pondlife
