Can't install GCC on Steam Deck Linux #4086
Replies: 3 comments 3 replies
-
|
What is the output when you run |
Beta Was this translation helpful? Give feedback.
-
|
I had the same problem (everyone did (and does), I reckon). But it somewhat makes sense, because per Homebrew requirements one needs to have There are probably better options, but what I did is I gave up on trying to do that without disabling SteamOS readonly mode, and just disabled it, ran Sure, the system's GCC installation (not Homebrew's) is likely to get wiped out on the next SteamOS update, but that's fine, as it's not hard to install it back (if it will be needed again). |
Beta Was this translation helpful? Give feedback.
-
|
yup disabling steamOS readonly mode helps thanks! here is what i did that works, hope it helps the next person reading this # enables dev mode and disables readonly mode
sudo steamos-devmode enable
# installs build-essential
sudo pacman -S base-devel
# re-enable readonly mode
sudo steamos-readonly enablewhen using was able to fix that by running this command (do note that this command takes some time to run) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Additional Info
Output of
brew configOutput of
brew doctorDescription of issue
Hello,
I've been following this tutorial on how to install Homebrew on the Steam Deck (https://gist.github.com/uyjulian/105397c59e95f79f488297bb08c39146) but it won't allow me to install GCC at the end. Here is the issue GCC is having:
Please help
Beta Was this translation helpful? Give feedback.
All reactions