Open GoogleCodeExporter opened 8 years ago
Copying files? Preping files? Are you trying to compile Arduino projects? Or
are you talking about project cloning? Those are the only two cases where
there's any actual file moving being done.
Original comment by frank.zhao.main@gmail.com
on 16 Jun 2010 at 4:23
Ok, no so I diddn't mean copy...I mean what ever is done (maybe inside GCC
before the screen is cleared from the last build and it starts notifying info
on the new build.
for instance on large projects, first I click compile...then the output window
shows. then I wait 5 or 6 seconds because it still has the old compile info
(code size data size etc...) in there then finally it clears and the first GCC
info shows in there...all I am asking is that you clear the output pane before
beginning the compile, not after the first info comes back form GCC? (at least
that's what it looks like I could of course be mistaken.
on small projects the pane clear and build almost happen instantly (no wait) so
I was assuming you were doing something between the time I click compile and
the time the build screen clears the old build info.
sorry it took so long for me to get back to you I have had a hectic week :P
Thanks again for your valuable time!
Kiwsa
Original comment by theKI...@gmail.com
on 19 Jun 2010 at 12:26
fixed, reordered the way i did things, there was a step where the project was
"cloned" in memory so that the separate thread can build the project while you
kept working
Original comment by frank.zhao.main@gmail.com
on 19 Jun 2010 at 7:15
Original issue reported on code.google.com by
theKI...@gmail.com
on 16 Jun 2010 at 10:15