This repository was archived by the owner on Aug 5, 2022. It is now read-only.
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
Getting Started: Missing step in Mac installation #616
Closed
Description
RE: https://www.zephyrproject.org/doc/getting_started/installation_mac.html
Everything works exactly right until this step:
cp ${ZEPHYR_BASE}/scripts/cross_compiler/x86.config .config
Assuming ZEPHYR_BASE
refers to the path of a local clone of the git repository, there is no such directory cross_compiler
:
rwaldron in ~/clonez/zephyr.js/scripts on master
$ tree
.
├── README
├── analyze.sh
├── bldetect
├── checkcopyrights
├── checkheaders
├── convert.sh
├── jsrunner
├── memorystats
├── trlite
└── zjsmaxheap
0 directories, 10 files