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

xtools: get rid of warnings about wrong path #7

Merged
merged 1 commit into from
May 19, 2017

Commits on Apr 28, 2017

  1. xtools: get rid of warnings about wrong path

    Eliminate following errors:
    
    make[2]: /home/nashif/Work/sdk/xtools/outdir/x-tools//bin/-gcc: Command
    not found
    make[2]: /home/nashif/Work/sdk/xtools/outdir/x-tools//bin/-gcc: Command
    not found
    make[2]: /home/nashif/Work/sdk/xtools/outdir/x-tools//bin/-gcc: Command
    not found
    
    Also, usage of CROSS_COMPILE with a predefined toolchain is not required and
    complicates things, just call CROSS_COMPILE with the full path if you
    want to build with a toolchain not supported with Zephyr.
    
    Change-Id: I93ec4ff2e04d22cee82c8e4b74b652927572b30a
    Signed-off-by: Anas Nashif <[email protected]>
    nashif committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    70c22fa View commit details
    Browse the repository at this point in the history