Skip to content
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

Incompatible with Macbook M3 max #1

Open
VatsalSy opened this issue Jul 23, 2024 · 3 comments
Open

Incompatible with Macbook M3 max #1

VatsalSy opened this issue Jul 23, 2024 · 3 comments
Assignees
Labels
bug Something isn't working not critical

Comments

@VatsalSy
Copy link
Member

It seems that this recent version of Basilisk is incompatible with M3 max. Reported by @eheshmati and reproduced by @amanb1901

Potential workaround is:

darcs clone http://basilisk.fr/basilisk
cd basilisk/
darcs obliterate --from-tag=24-01-15

simply say yes one by one to all the patches
and then make the new installation using

cd src
ln -s config.osx config
make
@VatsalSy VatsalSy added the bug Something isn't working label Jul 23, 2024
@VatsalSy VatsalSy self-assigned this Jul 23, 2024
@VatsalSy
Copy link
Member Author

@amanb1901 tested and the workaround above works.

To do:

  • Which patch is responsible for the incompatibility?
  • Is it a macOS issue or a Basilisk issue?
  • Or, maybe it is a clang issue?
  • Is there a better way to fix this issue?
  • Check with newer versions of Basilisk and see if the issue is fixed.

@amanb1901
Copy link
Member

It works on my M3 Max now. I needed to install the latest xcode from the appstore and rerun the command line tool installation (the prompt that one gets when you open xcode for the first time after installiation).

@amanb1901
Copy link
Member

However, it still does not work for @eheshmati .. One additional information, despite xcode fresh installation, I still have:

(base) aman@wlan028101:$ qcc --version
Apple clang version 15.0.0 (clang-1500.3.9.4)
Target: arm64-apple-darwin23.5.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
(base) aman@wlan028101:
$ cc --version
Apple clang version 15.0.0 (clang-1500.3.9.4)
Target: arm64-apple-darwin23.5.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin

the clang installation directory is /Library/Developer/CommandLineTools/usr/bin instead of the xcode path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working not critical
Projects
None yet
Development

No branches or pull requests

2 participants