-
Notifications
You must be signed in to change notification settings - Fork 247
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
Running on M1 mac fails #659
Comments
I tried installing I haven't yet tried to actually compile and upload to a board, so it's not clear if those parts are working or not. I was able to install the toolchain just fine, however when I try to install the drivers, I get this error: |
Solution:
After making these changes run the app with Note that when trying to verify, build or uploading the project to the board the operating system will complain about the app trying to use packages that are installed externally. We therefore need to allow the use of these packages as described here. You will have to do this over and over until all the packages have been accepted, both for verify, build and upload. This solution was tested with Monterey v12.2 on a Macbook Air (M1 2020). |
Fantastic work! I've made a patch and pull request based on these instructions. |
Agreed. This is why I simply added more paths, instead of changing the existing paths, so that it will work on both intel based macs and apple silicon macs. |
Great! I checked out the pull request and saw that you had considered it, hence the deleted comment. |
I'm guessing that although the fix has been merged with the current development branch, the fix still hasn't made it into the published version. If you want a packaged version you can use |
Are you run under rosetta? |
We could add all of the paths that we need, icestudio takes the first that exists. |
Couple of items
1a) I notice that there are multiple possible
I attempted to run
|
So, I upgraded to MacOS Ventura 13.0.1 and re-tested, and all behavior remains the same. However, I did learn something new. I found out that even though I am unable to install the drivers using the WIP build, the WIP build does allow me to upload to a device, assuming that you've previously installed the drivers with the app running from So, from that perspective, this should be "functional" for me know, but this will still be a hurdle for new users on Apple Silicon, as it looks like at this point those users will have to build locally to get the drivers installed. |
Hi! build in osx M1 or M2 is a little tricky, i have in my todo list document well the process, i'll try to do this weekend to help you and that you help us to debug . Between today and tomorrow, i'm improving the build. Thanks a lot for your support @jrwagz , i'm maintaining thenews in this thread |
i'm working in the m1 native build, but i need more time, there are some problems with the nwjs engine for M1 and i need to develop and try some things. I'm maintaining you inform in this thread the next days. |
When trying to run the app, installed from here https://github.com/controversial/icestudio-m1, I get the error message:
I am running macOS Monterey v12.2 on a MacBook Air (M1, 2020). I have Homebrew v3.6.5 installed and Python v3.9.
Edit:
I assume it has something to do with the installation of the dependecies, as I get similar errors as here #642. However, the fix presented in the mentioned issue does not work for me.
The text was updated successfully, but these errors were encountered: