mbeddr.core
mbeddr.core copied to clipboard
GCC User Guide Update
In the mbeddr user guide in the section to install GCC for Mac:
On the Mac, you should install XCode to get \ic{gcc}, \ic{gdb}, \ic{make} and the associated tools.
is problematic somewhat.
- On older OS X'es it is hard, as new XCode requires new operating systems. Something like this: https://github.com/kennethreitz/osx-gcc-installer/ could be researched to work. Brew could be used.
- Mac OS X 10.7 on uses clang, not gcc.
It needs to be taken care of in the manual.
Assigned to Markus, as he said to be rewriting the user guide anyways :)