Repository: incubator-mynewt-site Updated Branches: refs/heads/develop f7bf83e01 -> a10075c4c
minor edit to the project_create.md file. This closes #130. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/a10075c4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/a10075c4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/a10075c4 Branch: refs/heads/develop Commit: a10075c4c95230b80c83b49a4c78ab3431423b56 Parents: f7bf83e Author: aditihilbert <[email protected]> Authored: Thu Jan 19 15:40:22 2017 -0800 Committer: aditihilbert <[email protected]> Committed: Thu Jan 19 15:40:22 2017 -0800 ---------------------------------------------------------------------- docs/os/get_started/project_create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a10075c4/docs/os/get_started/project_create.md ---------------------------------------------------------------------- diff --git a/docs/os/get_started/project_create.md b/docs/os/get_started/project_create.md index 9f9c9e7..1c51cd2 100644 --- a/docs/os/get_started/project_create.md +++ b/docs/os/get_started/project_create.md @@ -238,7 +238,7 @@ Compiling image_validate.c **NOTE:** If you've installed the latest gcc using homebrew on your Mac, you will likely be running gcc-6. Make sure you have adjusted the compiler.yml configuration to reflect that as noted in [Native Install Option](native_tools.md). You can choose to downgrade to gcc-5 in order to use the default gcc compiler configuration for MyNewt. -**NOTE** If you are running the standard gcc for 64-bit machines, it does not support 32-bit. In that case you will see compilation errors. You need to install multiboot gcc (e.g. gcc-multilib if you running on a 64-bit Ubuntu). +**NOTE:** If you are running the standard gcc for 64-bit machines, it does not support 32-bit. In that case you will see compilation errors. You need to install multiboot gcc (e.g. gcc-multilib if you running on a 64-bit Ubuntu). ``` $ brew uninstall gcc-6
