Skip to content

Ported versions of several GNU packages (binutils, gcc, gdb, grub) targetting i386-elf on pacman based systems such as Arch Linux or MSYS2 for Windows.

Notifications You must be signed in to change notification settings

nativeos/pkgbuild-i386-elf-toolchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

i386-elf-toolchain PKGBUILDs

This repository contains the PKGBUILD recipes for building a few tools required for building, running and testing i386-elf-binaries such as 32 bit operating system kernels based on the ELF format, like NativeOS - although it may suit to build and test other kernels.

At the moment this repository has been tested successfully on Arch Linux. It should work on other Arch-based distributions as well such as Manjaro. There is interest on testing and porting these scripts on MSYS2 for Windows, which also makes use of the pacman package manager, in order to have builds for Windows (MSYS target only) as well.

How to install

Change directory to the package to be built. There should be a PKGBUILD on your current directory. Run makepkg.

$ cd pkgbuild-i386-elf-toolchain/i386-elf-binutils
$ makepkg

You will get a package. Something something .pkg.tar.xz. Run pacman -U <pkgname>.pkg.tar.xz to install it.

Please, refer to the docs if you need more help:

About

Ported versions of several GNU packages (binutils, gcc, gdb, grub) targetting i386-elf on pacman based systems such as Arch Linux or MSYS2 for Windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages