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

Can't trace gcc on Mac #25

Open
ndmitchell opened this issue Apr 16, 2019 · 2 comments
Open

Can't trace gcc on Mac #25

ndmitchell opened this issue Apr 16, 2019 · 2 comments

Comments

@ndmitchell
Copy link
Contributor

Even after copying the gcc binary into $TMP doing gcc -c main.c doesn't trace the read of main.c or the write of main.o. My guess is because gcc spawns a binary that is itself in system which doesn't get the copy treatment? Anything that can be done about that, short of turning off system protection?

@jacereda
Copy link
Owner

Maybe using a nixpkgs or homebrew toolchain?

@ndmitchell
Copy link
Contributor Author

Thanks, that's probably a workable approach for the setup I'm in.

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

No branches or pull requests

2 participants