On Fri, 30 Jun 2017, Maxwell Leiter via Sdcc-user wrote:
Hi,On OS X, Apple has decided to symlink `gcc` to `clang` (and all related
tools to their clang equivalents). So, I need to use `gcc-7` specifically to
use `gcc`. Is there a way to pass options to sdcc to use `gcc-7` instead of
`gcc`? Sp
Am 30.06.2017 um 18:43 schrieb Maxwell Leiter via Sdcc-user:
> Hi,
> On OS X, Apple has decided to symlink `gcc` to `clang` (and all related
> tools to their clang equivalents). So, I need to use `gcc-7`
> specifically to use `gcc`. Is there a way to pass options to sdcc to use
> `gcc-7` instead of
Hi,
On OS X, Apple has decided to symlink `gcc` to `clang` (and all related
tools to their clang equivalents). So, I need to use `gcc-7` specifically
to use `gcc`. Is there a way to pass options to sdcc to use `gcc-7` instead
of `gcc`? Specifically, it uses `cpp` in SDCCmain.c
Thanks
-