-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Add PowerPC support #26
Comments
Hi, The supported (and yet unsupported) features for each platform stated here should work on any architecture. Have you already tried building and running hwinfo on a PowerPC? If so, it would be nice, if you can provide further information on whats unexpected/not working. |
@lfreist I will try and update you. |
Closed due to inactivity |
I apologize, this went forgotten. I will do this today. |
@lfreist Build fails here for me:
|
Types of PPC cpus can be found in |
Thank you! It's a pure failure from my side. Didn't have a non x86 Mac for testing thins peace of code... However, I found the bug and will fix it later. |
@lfreist Great, thank you! |
commit ba3ba8b should fix the stated issue. Since I cannot test for non x86 MacOS, I cannot assure that there are no other issues... Would be grateful, if you can provide further information after testing the new commit! |
@lfreist Thank you. There is this error then:
When passing
Destroot does not work too, but that is trivial to fix on our end. |
Apparently the code currently covers only Intel platforms. Possible to add support for POWER (for *BSD and AIX) and PowerPC (for Apple)?
The text was updated successfully, but these errors were encountered: