-
Notifications
You must be signed in to change notification settings - Fork 7k
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
OS X: setup instructions are wrong #6912
Comments
I'll take a look today |
Crosstool setup has this command, which errors out Error: homebrew/dupes was deprecated. This tap is now empty as all its formulae were migrated.` |
Although it used to be broken, ct-ng in brew works well now in High Sierra. I think we should delete the section about building from source. |
We should definitely delete the section on "Verifying the Configuration of the Toolchain". |
The config files checked into the tree do NOT have the changes in "Verifying the Configuration of the Toolchain" made.
|
OK I'm dead in the water trying to build the toolchain.
|
It seems the logic in ct-ng to detect whether gstat works like BSD or GNU is broken.
Line 582 to just 'stat' which is the OS X BSD stat tool. Seems to work? |
Anas |
apboie |
I'm now stuck on #6911 |
There's a lot of stuff in here, let's start with |
@andrewboie a first pass at fixing some of the issues you mention: #6949. Should I remove the section you mention, "Verifying the Configuration of the Toolchain"? I haven't tried to build the toolchain yet. |
Looked at this again. Seems like the issue is with |
@andrewboie actually you say that you are stuck on #6911 but that is closed now. Is this present issue also solved then? |
Use sdn-ng scripts to build toolchain instead of repeating them here. Fixes #6912 Signed-off-by: Anas Nashif <[email protected]>
Use sdn-ng scripts to build toolchain instead of repeating them here. Fixes #6912 Signed-off-by: Anas Nashif <[email protected]>
brew install cmake ninja dfu-util doxygen qemu dtc python3 gperf curl -O 'https://bootstrap.pypa.io/get-pip.py' ./get-pip.py rm get-pip.py cd ~/zephyr # or to the folder where you cloned the zephyr repo pip3 install --user -r scripts/requirements.txt
The ./get-pip.py line does not work, the script is not executable and requires sudo anyway.
The text was updated successfully, but these errors were encountered: