Using local brew formula to install cross platform gcc compiler

prosseek

I need to install gcc cross compiler that generates ELF, and I found this site - http://time.to.pullthepl.ug/blog/2014/2/3/xv6-on-mac-os-x/

It points to a github for home-brew-gcc_cross_compilers (https://github.com/jinmel/homebrew-gcc_cross_compilers), and put them in homebrew formulas, but I'm not sure exactly how to put them in the formula.

Then, how to download the github code into home-brew formulas to invoke brew install i386-elf-gcc?

prosseek

The directory where the downloaded rb files are stored is /usr/local/Library/Formula, then run the brew command to install.

The log files can be found in /Users/smcho/Library/Logs/Homebrew.

Or, I could point to where the rb file is located.

brew install https://raw.githubusercontent.com/Gallopsled/pwntools-binutils/master/osx/binutils-$ARCH.rb
References

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to install older formula using Brew?

From Dev

gcc cross compiler is using the wrong assembler

From Dev

How to install gcc 4.9 arm cross compiler on debian stretch

From Dev

Still can't install scipy due to missing fortran compiler after brew install gcc on Mac OS X

From Dev

Undefined reference to printf when using GCC cross compiler

From Dev

How to cross-platform compile on windows for linux using gcc?

From Dev

Install Compiler, GCC, in SCO

From Java

brew install gcc too time consuming

From Dev

brew install gcc /Mac OS 10.9 Mavericks

From Dev

Install cross-compiler in debian

From Dev

Install cross-compiler in debian

From Dev

Install elasticsearch 1.1 using brew

From Dev

How to install Django using brew?

From Dev

Install elasticsearch 1.1 using brew

From Dev

Seeking help regarding installing and using mips-gcc cross compiler to generate custom ASM

From Dev

Linux Mint + FriendlyARM 2440: Cannot install and execute cross-compiler and toolschain (arm-linux-gcc-4.4.3.tar.gz)

From Dev

How to get the json message from local using xamarin cross platform development

From Dev

How to install cross-compiler on Ubuntu 18.04?

From Dev

Is there a cross-platform CMake command to install a project?

From Dev

Cross-platform installer that install automatically the runtime

From Dev

jxbrowser-cross-platform dependency fails to install

From Dev

Cross-platform installer that install automatically the runtime

From Dev

How to install php svn extesion using brew?

From Dev

How to install elasticsearch as a service using brew

From Dev

Cross platform/compiler consistent sprintf of floating point numbers

From Dev

Cross Compiler/Platform Naked Wrapper Function, Unconditional Jump to Function Pointer

From Dev

Binutils fails to build when building GCC Cross Compiler

From Dev

How to compile the cross-compiler arm-linux-eabi-gcc?

From Dev

Updating gcc 4.8 arm cross compiler to 4.9 on Mint 17.2

Related Related

  1. 1

    How to install older formula using Brew?

  2. 2

    gcc cross compiler is using the wrong assembler

  3. 3

    How to install gcc 4.9 arm cross compiler on debian stretch

  4. 4

    Still can't install scipy due to missing fortran compiler after brew install gcc on Mac OS X

  5. 5

    Undefined reference to printf when using GCC cross compiler

  6. 6

    How to cross-platform compile on windows for linux using gcc?

  7. 7

    Install Compiler, GCC, in SCO

  8. 8

    brew install gcc too time consuming

  9. 9

    brew install gcc /Mac OS 10.9 Mavericks

  10. 10

    Install cross-compiler in debian

  11. 11

    Install cross-compiler in debian

  12. 12

    Install elasticsearch 1.1 using brew

  13. 13

    How to install Django using brew?

  14. 14

    Install elasticsearch 1.1 using brew

  15. 15

    Seeking help regarding installing and using mips-gcc cross compiler to generate custom ASM

  16. 16

    Linux Mint + FriendlyARM 2440: Cannot install and execute cross-compiler and toolschain (arm-linux-gcc-4.4.3.tar.gz)

  17. 17

    How to get the json message from local using xamarin cross platform development

  18. 18

    How to install cross-compiler on Ubuntu 18.04?

  19. 19

    Is there a cross-platform CMake command to install a project?

  20. 20

    Cross-platform installer that install automatically the runtime

  21. 21

    jxbrowser-cross-platform dependency fails to install

  22. 22

    Cross-platform installer that install automatically the runtime

  23. 23

    How to install php svn extesion using brew?

  24. 24

    How to install elasticsearch as a service using brew

  25. 25

    Cross platform/compiler consistent sprintf of floating point numbers

  26. 26

    Cross Compiler/Platform Naked Wrapper Function, Unconditional Jump to Function Pointer

  27. 27

    Binutils fails to build when building GCC Cross Compiler

  28. 28

    How to compile the cross-compiler arm-linux-eabi-gcc?

  29. 29

    Updating gcc 4.8 arm cross compiler to 4.9 on Mint 17.2

HotTag

Archive