I have been struggling with the speed of the compiler. My computer is pretty fast, so I cant blame browser speed on this (Core 2 Duo, 2.7GHz, 3.5GB RAM). My internet is pretty fast (8.4Mbps dn/5.5 up), so I cant blame that.
I saw the compiler feature to Convert a folder To a Library and tried that. But it didn't seem to make a difference. Also the browser status window seemed to indicate libraries are (re) compiled just like non-libraries. So on a side note, what is the ConvertToLibrary used for?
I assume the speed issue is related to my account not saving intermediate compiled file(s) server-side and so the complier can't yet recompile just modified files. And then there is the issue of dependacy discovery.
How slow is it? In my opinion, if it labels mbed as a toy or for student use. I have been using the site for a couple weeks and am already researching gcc or other options. Regretably, this is not in the spirit of the mbed platform.
So I vote for the mbed team to pursue addressing this compiler speed issue. If there are tricks or workarounds to the speed issue then please share them with me.
Greg
Hi,
I know the mbed team is working to add library publishing support,
but can we get compiled library support? It looks like the compiler is compiling libraries on every build except for the mbed libraries (which are object files, I think), so this would save a bit of time, especially since lwip takes forever to compile... and this would be easier than adding incremental build support (which would only somewhat alleviate the problem).
Also, the option to publish binaries would be nice. There's some things I'd like to try without importing the whole app into the compiler and recompiling it.
Thanks!