Hi,
I prefer to work from the commandline with the makefiles, compilers and the IDE of my choice. However, I have found it difficult to setup a directory structure that work well that will both work and not having to rebuild the entire libmaple all the time.
The structure i'm looking for is something as follows:
- libmaple
- my_library
- my_project
- - Makefile with upload etc.
Is there any way you recommend setting this up? Again, currently it refuses to acknowledge libmaple as already built on each build, but i'm only using the default makefile with minor modifications to include the library i'm writing. The more heavily modded makefile i tried to make failed to map the memory correctly for some reason..
It would be very helpful for a setup with multiple maple projects!