i386-elf-gcc command not found after linuxbrew install
Posted: Sun Feb 17, 2019 1:12 pm
I have installed linuxbrew with:
I have installed i386-elf-gcc and i386-elf-binutils with:
I also installed the dependencies and know this because
outputs:
I'm relatively new to osde so thanks in advance for any help!
Code: Select all
sudo apt install linuxbrew-wrapper
Code: Select all
brew install i386-elf-gcc i386-elf-binutils
Code: Select all
brew info i386-elf-gcc
Code: Select all
i386-elf-gcc: stable 8.2.0
The GNU compiler collection for i386-elf
https://gcc.gnu.org
/home/linuxbrew/.linuxbrew/Cellar/i386-elf-gcc/8.2.0 (552 files, 101.6MB) *
Built from source on 2019-02-17 at 12:52:10
From: https://github.com/Linuxbrew/homebrew-core/blob/master/Formula/i386-elf-gcc.rb
==> Dependencies
Required: gmp ✔, i386-elf-binutils ✔, libmpc ✔, mpfr ✔
==> Analytics
install: 159 (30 days), 418 (90 days), 752 (365 days)
install_on_request: 156 (30 days), 404 (90 days), 721 (365 days)
build_error: 0 (30 days)