Skip to content

Fixing archived library builds for IAR #2735

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

Merged
merged 1 commit into from
Sep 18, 2016

Conversation

bridadan
Copy link
Contributor

Description

There is a missing import statement for os.path.exists in the IAR toolchain script. This adds it back in.

Status

READY

Migrations

If this PR changes any APIs or behaviors, give a short description of what API users should do when this PR is merged.

NO

Todos

  • Tests
  • Documentation

Deploy notes

Notes regarding the deployment of this PR. These should note any
required changes in the build environment, tools, compilers, etc.

Steps to test or reproduce

If you currently run python tools/build.py -m LPC1768 -t IAR, it will fail with the error global name 'exists' is not defined.

@bridadan bridadan changed the title Fixing archived-library builds for IAR Fixing archived library builds for IAR Sep 18, 2016
@bridadan
Copy link
Contributor Author

@mbed-bot: TEST

HOST_OSES=ALL
BUILD_TOOLCHAINS=IAR
TARGETS=LPC1768

@mbed-bot
Copy link

[Build 944]
SUCCESS: Building succeeded and tests were run! Be sure to check the test results

@bridadan
Copy link
Contributor Author

/morph test

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph test

Output

mbed Build Number: 888

All builds and test passed!

@sg- sg- merged commit 3194cc2 into ARMmbed:master Sep 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants