我需要安装生成ELF的gcc交叉编译器,我找到了这个网站 - http://time.to.pullthepl.ug/blog/2014/2/3/xv6-on-mac-os-x/
它指向home-brew-gcc_cross_compilers(https://github.com/jinmel/homebrew-gcc_cross_compilers)和put them in homebrew formulas
的github,但我不确定如何将它们放入公式中。
然后,如何将github代码下载到自酿式公式中以调用brew install i386-elf-gcc
?
答案 0 :(得分:0)
存储下载的rb文件的目录是/usr/local/Library/Formula
,然后运行brew命令进行安装。
可以在/Users/smcho/Library/Logs/Homebrew
。
或者,我可以指出rb文件所在的位置。
brew install https://raw.githubusercontent.com/Gallopsled/pwntools-binutils/master/osx/binutils-$ARCH.rb
参考