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

doc: update mac instructions #7537

Merged
merged 1 commit into from
May 16, 2018
Merged

Conversation

nashif
Copy link
Member

@nashif nashif commented May 15, 2018

Use sdn-ng scripts to build toolchain instead of repeating them here.

Fixes #6912
Fixes #6897

Signed-off-by: Anas Nashif [email protected]

@nashif nashif requested a review from dbkinder as a code owner May 15, 2018 09:09
@nashif nashif requested a review from carlescufi May 15, 2018 09:17
Copy link
Member

@carlescufi carlescufi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. I followed the links and took a look at them, seems straight forward enough. That said I haven't tried building the toolchains myself.

@codecov-io
Copy link

codecov-io commented May 15, 2018

Codecov Report

Merging #7537 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #7537   +/-   ##
=======================================
  Coverage   55.25%   55.25%           
=======================================
  Files         468      468           
  Lines       51673    51673           
  Branches     9893     9893           
=======================================
  Hits        28554    28554           
  Misses      19206    19206           
  Partials     3913     3913

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7fa8537...b106bf0. Read the comment docs.

@@ -108,114 +108,21 @@ To build for the ARM-based Nordic nRF52 Development Kit:
Setting Up the Toolchain
************************

Install tools needed for building the toolchain (if needed):
In case a toolchain is not available for the board you are using, you can build
a the toolchain from scratch using crosstool-NG. Follow the steps on the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change a the toolchain to a toolchain

Install tools needed for building the toolchain (if needed):
In case a toolchain is not available for the board you are using, you can build
a the toolchain from scratch using crosstool-NG. Follow the steps on the
crosstool-NG website to prepare your `host
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as written, only the word host would be clickable... better would be include prepare your too:

website to `prepare your host
<http://crosstool-ng.github.io/docs/os-setup/>`_

:file:`${ZEPHYR_BASE}/scripts/cross_compiler/`.

Currently the following configurations are provided:
Follow the steps `here
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better would be:

Follow the `Zephyr SDK with Crosstool NG instructions
<https://github.com/zephyrproject-rtos/sdk-ng/blob/master/README.md>`_ to build ... 

Use sdn-ng scripts to build toolchain instead of repeating them here.

Fixes zephyrproject-rtos#6912

Signed-off-by: Anas Nashif <[email protected]>
Copy link
Contributor

@dbkinder dbkinder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@nashif nashif merged commit 2a892d5 into zephyrproject-rtos:master May 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants