-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
DietPi-Set_Hardware | I-Sabre-K2M: Fix module source build, add informational comments #2550
Conversation
@Fourdee Otherwise use the GitHub archive directly instead of hosting it ourself? Okay Question about |
No manual edits, used the source code provided by Audiophonics directly for the DAC. |
Thanks for fixing this 👍 Will merge and test. |
🈯️ Works a charm, nice one @MichaIng 👍 |
Status: Testing
ln -s /usr/bin/gcc-4.9 /usr/bin/gcc
andln -s /usr/bin/g++-4.9 /usr/bin/g++
make
to use the /usr/bin/gcc-4.9/g++-4.9 binariesEDIT:
make CC=gcc-4.9 CXX=g++-4.9
, but needs check if this is handed over to the submake
calls as well.g++
actually required? User reported success withoutg++
binary linked.Reference: https://github.com/Fourdee/DietPi/issues/2547
Commit list/description: