OSDev.org

The Place to Start for Operating System Developers
It is currently Tue Apr 23, 2024 7:46 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: i386-elf-gcc command not found after linuxbrew install
PostPosted: Sun Feb 17, 2019 1:12 pm 
Offline

Joined: Sat Feb 16, 2019 12:02 pm
Posts: 2
I have installed linuxbrew with:
Code:
sudo apt install linuxbrew-wrapper

I have installed i386-elf-gcc and i386-elf-binutils with:
Code:
brew install i386-elf-gcc i386-elf-binutils

I also installed the dependencies and know this because
Code:
brew info i386-elf-gcc

outputs:
Code:
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)

I'm relatively new to osde so thanks in advance for any help! :D


Top
 Profile  
 
 Post subject: Re: i386-elf-gcc command not found after linuxbrew install
PostPosted: Sun Feb 17, 2019 8:55 pm 
Offline
Member
Member

Joined: Fri Aug 26, 2016 1:41 pm
Posts: 693
Have you added the Linuxbrew bin path to your PATH?


Top
 Profile  
 
 Post subject: Re: i386-elf-gcc command not found after linuxbrew install
PostPosted: Mon Mar 11, 2019 7:23 pm 
Offline

Joined: Tue Jan 01, 2019 3:46 am
Posts: 1
you should use `i386-elf-` as the prefix.
`i386-elf-gcc example.c -I$(LIB_DIR)`


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 90 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group