Re: rabbit RCM2200
| Newsgroups | gmane.comp.hardware.rabbit-semiconductor |
|---|---|
| Message-ID | <[email protected]> |
Nabil, Dynamic C includes an option for "Compile to Binary". In the project settings, choose the appropriate target hardware (RCM2200), and then you can "compile to binary" instead of "compile to target" when you've made a bunch of changes, and are concerned that you may have syntax errors in your code. This speeds things up because you eliminate the step where the compiler identifies the target before starting compilation. After a successful "compile to binary", you could potentially use RFU (Rabbit Field Updater) to install the .BIN file, but I would typically switch over to "compile to target" at that point so I can run my software with the debugger. -Tom On Jan 5, 2015, at 11:48 PM, Nabil Choucolate [email protected] [rabbit-semi] wrote: > Hi guys, > is there any solutions to speed up the compilation process in the rabbit dynamic C for rcm2200 ? > thanks guys >