Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

[docs] README.md need to update for building on MacOS #1714

Closed
qiaojingx opened this issue Dec 13, 2017 · 2 comments
Closed

[docs] README.md need to update for building on MacOS #1714

qiaojingx opened this issue Dec 13, 2017 · 2 comments
Assignees
Labels

Comments

@qiaojingx
Copy link

qiaojingx commented Dec 13, 2017

Description

In order to build on MacOS, README.md need to update according to http://docs.zephyrproject.org/getting_started/installation_mac.html.

Test Code

README.md

Actual Result

Build with BOARD=frdm_k64f will fail with error Kconfig not found by following instruction building-and-running-on-macos.

screen shot 2017-12-13 at 5 16 57 pm

Expected Result

Build with BOARD=frdm_k64f succeed.
screen shot 2017-12-13 at 5 20 12 pm

Test Builds

Branch Commit Id Target Device Test Date Result
master 1b970c8 MacOS Dec 13, 2017 Fail

Additional Information

execute below commands before build, will fix Kconfig not found issue.

Build Kconfig in $ZEPHYR_BASE/build and add it to path

$ cd $ZEPHYR_BASE
$ mkdir build && cd build
$ cmake $ZEPHYR_BASE/scripts
$ make
$ echo "export PATH=$PWD/kconfig:\$PATH" >> $HOME/.zephyrrc
$ source $ZEPHYR_BASE/zephyr-env.sh
@jimmy-huang
Copy link
Contributor

@qiaojingx I've created a patch #1780 to address some of these issues, can you see if anything else needs to be updated?

jimmy-huang added a commit to jimmy-huang/zephyr.js that referenced this issue Jan 22, 2018
jimmy-huang added a commit to jimmy-huang/zephyr.js that referenced this issue Jan 23, 2018
grgustaf pushed a commit that referenced this issue Jan 25, 2018
@qiaojingx
Copy link
Author

Verified with commit 0c0af9b. README.md has been updated. Close.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants