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

macos automatic installation fails #82

Closed
pavelkucera opened this issue Oct 14, 2018 · 3 comments
Closed

macos automatic installation fails #82

pavelkucera opened this issue Oct 14, 2018 · 3 comments
Labels

Comments

@pavelkucera
Copy link

pavelkucera commented Oct 14, 2018

Hi,

On Macos Mojave the installation instructions lead to an error. Namely, when sudo sh ./kextload.sh calls cp -R kextbuild/Release/PcmMsrDriver.kext /tmp/. the file PcmMsrDriver.kext is not found.

When I run make kext, the file gets build. I believe the issue is that when calling make kext library, the build step for library overwrites the generated kext file - I was able to install pcm manually when I backed the kext file before running make library.

I think that a sufficient fix would be to let xcodebuild operate in different directories.

Cheers,
Pavel

@opcm opcm added the bug label Oct 22, 2018
@opcm
Copy link
Contributor

opcm commented Oct 24, 2018

thanks for reporting this. We will address it soon

@opcm
Copy link
Contributor

opcm commented Nov 6, 2018

this has been addressed in the latest version of the master branch. Closing the issue.

@opcm opcm closed this as completed Nov 6, 2018
@pavelkucera
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants