Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing default toolchain paths #3476

Merged
merged 1 commit into from
Dec 23, 2016

Commits on Dec 20, 2016

  1. Removing default toolchain paths

    This change was spurred by a confusing error. I attempted to compile for
    the RZ_A1H (a Cortex-A device), and I had the standalone ARM compiler in
    my system path, which supports Cortex-A. However, the default path for
    the ARM compiler in settings.py uses a Keil installation, which only
    supports Cortex-M. It found my Keil installation and used that instead.
    This change proposes to remove this default behavior and instead
    requires the user to explicitly set the intended compiler, either by a
    settings file, mbed CLI, environment variables, or by placing the
    compiler in your PATH.
    bridadan committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    19d56fd View commit details
    Browse the repository at this point in the history